josiahseaman / FluentDNA

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

Double copying fasta files when using --contigs #57

Open josiahseaman opened 6 years ago

josiahseaman commented 6 years ago

This seems to be an undesirable behavior introduced when --contigs started extracting and renaming the FASTA reference file in the output folder. The only harm is that it takes up hard drive space. Solution: find the two sources of file output, make them aware of each other and if/else them.