Skip to content

Commit

Permalink
update usage example for CreateHadoopBamSplittingIndex (#5898)
Browse files Browse the repository at this point in the history
  • Loading branch information
SHuang-Broad authored Apr 22, 2019
1 parent aa19925 commit fb16ae1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@
* <pre>
* gatk CreateHadoopBamSplittingIndex \
* -I input_reads.bam \
* -O input_reads.bam.splitting-bai
* -O input_reads.bam.sbi
* </pre>
* or if one wants to generate bai as well
* <pre>
* gatk CreateHadoopBamSplittingIndex \
* -I input_reads.bam \
* -O input_reads.bam.sbi \
* --create-bai
* </pre>
*/
@CommandLineProgramProperties(summary = "Create a Hadoop BAM splitting index and optionally a BAM index from a BAM file",
Expand Down

0 comments on commit fb16ae1

Please sign in to comment.