This is a test version of Biostars. For the public version, visit https://www.biostars.org.
There are some empty Scaffolds in genome assembly (ID known), how I can remove them.

HI I have a genome assembly of fasta formate , there are some empty Scaffolds in it (ID are known), how I can remove them. please help.

thanks

assembly

1 answer

If the ID's are known then use the solution in this thread: How to remove sequences from a fasta file based on ID list?

thanks !!! this pipeline worked > ./faSomeRecords -exclude your_original.fa id_to_exclude final.fa

Log in to answer this question.