fedarko / strainFlye

Pipeline for analyzing (rare) mutations in metagenome-assembled genomes
BSD 3-Clause "New" or "Revised" License
8 stars 1 forks source link

Add GFA --> FASTA command #7

Closed fedarko closed 2 years ago

fedarko commented 2 years ago

Probably the easiest thing is just asking the user to run this first, then use the resulting FASTA of contigs as the input for later steps (alignment, calling, ...)

But if we wanna be really fancy we can accept GFA files directly and do the conversion ourselves. ... But that's probs too much work for right now