Skip to content

Commit

Permalink
Add --no-mixed and --no-discordant to the command line options listed…
Browse files Browse the repository at this point in the history
… with -h (these are actually just passed through).
  • Loading branch information
dpryan79 committed Oct 27, 2014
1 parent b5a7181 commit 90fb0c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions herd/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ void usage(char *prog) {
in samtools. The default is 1, but this may need to be increased as\n\
you increase the number of alotted nodes.\n\
\n\
--no-discordant Suppress discordant alignments. This is actually a bowtie2\n\
option.\n\
\n\
--no-mixed Suppress singleton alignments. This is actually a bowtie2 option.\n\
\n\
--unmapped Save unaligned reads to a file or files (as appropriate). This files\n\
will be placed in the same directory as the source fastq files,\n\
regardless of whether \"-o\" is used.\n\
Expand Down
5 changes: 5 additions & 0 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ void usage(char *prog) {
maximum value for this parameter is whatever an unsigned long is on\n\
your system.\n\
\n\
--no-discordant Suppress discordant alignments. This is actually a bowtie2\n\
option.\n\
\n\
--no-mixed Suppress singleton alignments. This is actually a bowtie2 option.\n\
\n\
--unmapped Save unaligned reads to a file or files (as appropriate).\n\
\n\
--genome-size Many of the bison tools need to read the genome into memory. By\n\
Expand Down

0 comments on commit 90fb0c1

Please sign in to comment.