FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.
65
stars
7
forks
source link
Move all FASTA sources to output specific folder #16
With "Unique" setting in the ChainParser.py we should be moving all the output FASTA files: ref_gapped.fa, ref_gapped_unique.fa, query_gapped_unique.fa, query_gapped.fa to the HTML output folder. You'll need to create the folder since this step precedes DDV.py.
Bonus Points: Include ref.fa and query.fa extracted from #15. These could be useful for getting the original sequence from the UI later.
With "Unique" setting in the ChainParser.py we should be moving all the output FASTA files:
ref_gapped.fa, ref_gapped_unique.fa, query_gapped_unique.fa, query_gapped.fa
to the HTML output folder. You'll need to create the folder since this step precedes DDV.py.Bonus Points: Include
ref.fa
andquery.fa
extracted from #15. These could be useful for getting the original sequence from the UI later.