How to use extractfeat to get coding sequences?
Hi,
I am trying to get the CDS of a sequence using extractfeat on bash linux. It gives me the error: Warning: No sequences written to output file
I am unsure if my syntax is right, but this is what I have:
extractfeat inputFile outputFile -type CDS
• 1,788 views
•
link
1 answer
I managed to fix it. I was accidentally using FASTA formatted files instead of Genbank flat file format which was a problem.
• 0 views
•
link
Log in to answer this question.
What is the input data format? Can you show a snippet of the input data?
Check if you have
CDSunderFEATURES(assuming inputFile is in GenBank Flat File Format), for example:Additionally, if you want the whole CDS, try adding
-joinafter-type CDS.