Skip to content

Commit

Permalink
Update help.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaspe committed Aug 26, 2024
1 parent 7ea4249 commit 146ca1f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/bcftools/bcftools_sort/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ About: Sort VCF/BCF file.
Usage: bcftools sort [OPTIONS] <FILE.vcf>

Options:
-m, --max-mem <float>[kMG] maximum memory to use [768M]
-o, --output-file <file> output file name [stdout]
-O, --output-type <b|u|z|v> b: compressed BCF, u: uncompressed BCF, z: compressed VCF, v: uncompressed VCF [v]
-T, --temp-dir <dir> temporary files [/tmp/bcftools-sort.XXXXXX/]
-m, --max-mem FLOAT[kMG] maximum memory to use [768M]
-o, --output FILE output file name [stdout]
-O, --output-type b|u|z|v b: compressed BCF, u: uncompressed BCF, z: compressed VCF, v: uncompressed VCF [v]
-O, --output-type u|b|v|z[0-9] u/b: un/compressed BCF, v/z: un/compressed VCF, 0-9: compression level [v]
-T, --temp-dir DIR temporary files [/tmp/bcftools.XXXXXX]

0 comments on commit 146ca1f

Please sign in to comment.