Skip to content

Commit

Permalink
fastq output
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Mar 8, 2024
1 parent 5df6888 commit 42ffb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ namespace lorax
("genome,g", boost::program_options::value<boost::filesystem::path>(&c.genome), "reference fasta file")
("reads,r", boost::program_options::value<boost::filesystem::path>(&c.reads), "list of reads")
("outfile,o", boost::program_options::value<boost::filesystem::path>(&c.outfile)->default_value("out.match.gz"), "gzipped match file")
("fafile,f", boost::program_options::value<boost::filesystem::path>(&c.fafile)->default_value("out.fa.gz"), "gzipped fasta file")
("fafile,f", boost::program_options::value<boost::filesystem::path>(&c.fafile)->default_value("out.fa.gz"), "gzipped fasta/q file")
("hashes,a", "list of reads are hashes")
("fastq,q", "include qualities")
("fastq,q", "output fastq")
;

boost::program_options::options_description hidden("Hidden options");
Expand Down

0 comments on commit 42ffb70

Please sign in to comment.