marbl / VALET

A pipeline for detecting mis-assemblies in metagenomic assemblies.
MIT License
14 stars 4 forks source link

parameter -q for reads as fastq bug #5

Open nate-d-olson opened 7 years ago

nate-d-olson commented 7 years ago

Using parameter -q indicates reads are fastq format with fasta as default. I believe VALET treats the reads as fastq by default, and likely requires reads in fastq format. Using the -q parameter causes and error with breakpoint finder. Proposed solution is to remove the -q parameter from the options and require fastq file as input.