You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this line makes portrait to not consider fasta sequences which have an header containing a '#' symbol. An entire transcriptome could be completely ignored. Thus I commented it. Pay attention uncommenting this.
Anyway, please insert any question or comment in the forum https://groups.google.com/forum/#!forum/annocript that exists for this purpose. I would be happy if you add there the error you received and this solution, too.
Currently, line 1152 contains:
if ($linha =~ /#/) {next;} #ignorando partes comentadas#FRANKCODE
which causes the script to fail. Removing the first '#' fixes it.
The text was updated successfully, but these errors were encountered: