Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 828 Bytes

BamDownsample.md

File metadata and controls

24 lines (18 loc) · 828 Bytes

BamDownsample tool help

BamDownsample (0.1-420-g3536bb0)

Downsamples a BAM file to the given percentage of reads.

Mandatory parameters:
  -in <file>        Input BAM file.
  -percentage <int> Percentage of reads from the input to the output file.
  -out <file>       Output BAM file.

Optional parameters:
  -test             fixed seed for random and text output
                    Default value: 'false'

Special parameters:
  --help            Shows this help and exits.
  --version         Prints version and exits.
  --changelog       Prints changeloge and exits.
  --tdx             Writes a Tool Definition Xml file. The file name is the application name with the suffix '.tdx'.

BamDownsample changelog

BamDownsample 0.1-420-g3536bb0

back to ngs-bits