Skip to content

Commit

Permalink
Add new option noindex to commandline help.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrajones committed May 1, 2020
1 parent 7d185fd commit 24c8215
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/merge_or_mark.pl
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ =head1 SYNOPSIS
-nomarkdup -n Don't mark duplicates [flag]
-qnamesort -q Use queryname sorting flag in bammerge rather than coordinate. [flag].
To be used in conjunction with -nomarkdup only
-noindex -i Don't attempt to index the merged file. Only available in conjunction with
-qnamesort.
-csi Use CSI index instead of BAI for BAM files [flag].
-cram -c Output cram, see '-sc' [flag]
-scramble -sc Single quoted string of parameters to pass to Scramble when '-c' used
Expand Down Expand Up @@ -247,6 +249,11 @@ =head2 OPTIONAL parameters
Use queryname sorting in bammerge calls rather than the default coordinate.
Can only be used in combination with B<-nomarkdup>
=item B<-noindex>
Don't attempt to generate an index for the merged file.
Can only be used in combination with B<-qnamesort>
=item B<-cram>
Final output file will be a CRAM file instead of BAM. To tune the the compression methods see then
Expand Down

0 comments on commit 24c8215

Please sign in to comment.