Dear all,
Do you have any idea how to easy extract contigs from fasta file wich contains specific sequence?
For example:
My sequence:
ACCGTACCC
My FASTA:
>c1042
ACCGTACCC
>c1043
GCTACAGTTGAAAGGGGACCGTACCC
>c1044
ATGAATAAAATAATTTTGTATCATAAATCGAGCTGTTAATTATT
>c1044
TTCATATTTGTAGCTAAGCAGAGGCGAAGCGTTCTTGTATCG
My output:
>c1042
ACCGTACCC
>c1043
GCTACAGTTGAAAGGGGACCGTACCC
Thank you so much for any ideas and help.
Hello. Is there some way to do the same with biopython? Thanks
Please see @Devon Ryan answer for suggestions with biopython, or open a new question, with examples, and what you have tried.
This is not an answer. This should be a comment or a new post. If you're creating a new post, you should reference this post in addition to elaborating on what you've tried.