Closed mneitzey closed 1 month ago
Hi Michelle,
I have a guess as to what's going on. Looks like you are running FCS-GX fcs.py screen genome
on cleaned output from FCS-adaptor. The output of cleaning can have tilde ~
characters, which screen genome
might be producing errors on. Can you retry running by following one of the options below:
~
in sequence headers)~
and trailing coordinatesEric
Renaming headers worked! Thank you. Ran sed 's/~.*//' clean.fasta > clean_headers.fasta
to fix in case anyone else runs into the same problem
We will have this sorted in the next release, but thanks for posting your solution.
Hello,
I'm screening an annelid genome with the FCS-GX database. The test data was successful, and the screening appears to work with the annelid data until generating the action report (the .taxonomy.rpt is populated but not .fcs_gx_report.txt). The only changes between the test script and annelid script are the input fasta and taxid. Here is the debugged error log. I would appreciate any suggestions. I didn't see this specific issue noted elsewhere.
Script:
Error:
Best, Michelle