Skip to content

Commit

Permalink
Enable fastq output of classified/unclassified reads in paired mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Sep 8, 2017
1 parent 6e8c9c2 commit 23ffc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kraken
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ push @flags, "-t", $threads if $threads > 1;
push @flags, "-n", $taxonomy if defined $taxonomy;
push @flags, "-q" if $quick;
push @flags, "-m", $min_hits if $min_hits > 1;
push @flags, "-f" if $fastq_input && ! $paired; # merger always outputs FASTA
push @flags, "-f" if $fastq_input;
push @flags, "-U", $unclassified_out if defined $unclassified_out;
push @flags, "-C", $classified_out if defined $classified_out;
push @flags, "-o", $outfile if defined $outfile;
Expand Down

0 comments on commit 23ffc82

Please sign in to comment.