-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ExpansionHunter, glnexus_cli, lofreq
- Loading branch information
Showing
13 changed files
with
908 additions
and
9 deletions.
There are no files selected for viewing
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule bash
updated
4 files
+13 −0 | completions/ExpansionHunter | |
+1 −1 | completions/bio | |
+13 −0 | completions/glnexus_cli | |
+166 −0 | completions/lofreq |
Submodule fish
updated
4 files
+14 −0 | completions/ExpansionHunter.fish | |
+1 −0 | completions/bio.fish | |
+12 −0 | completions/glnexus_cli.fish | |
+198 −0 | completions/lofreq.fish |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"ExpansionHunter","description":"A suite of tools for detecting expansions of short tandem repeats","usage":"","options":[{"names":["-h","--help"],"argument":"","description":"Print help message"},{"names":["-v","--version"],"argument":"","description":"Print version number"},{"names":["--reads"],"argument":"arg","description":"BAM/CRAM file with aligned reads"},{"names":["--reference"],"argument":"arg","description":"FASTA file with reference genome"},{"names":["--variant-catalog"],"argument":"arg","description":"JSON file with variants to genotype"},{"names":["--output-prefix"],"argument":"arg","description":"Prefix for the output files"},{"names":["--region-extension-length"],"argument":"arg (=1000)","description":"How far from on/off-target regions to search for informative reads"},{"names":["--sex"],"argument":"arg (=female)","description":"Sex of the sample; must be either male or female"},{"names":["--log-level"],"argument":"arg (=info)","description":"trace, debug, info, warn, or error"},{"names":["-a","--aligner"],"argument":"arg (=dag-aligner)","description":"Specify which aligner to use (dag-aligner or path-aligner)"},{"names":["-m","--analysis-mode"],"argument":"arg (=seeking)","description":"Specify which analysis workflow to use (seeking or streaming)"},{"names":["-n","--threads"],"argument":"arg (=1)","description":"Number of threads to use"}],"version":"ExpansionHunter v5.0.0"} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"name":"glnexus_cli","description":"Merge and joint-call input gVCF files, emitting multi-sample BCF on standard output","usage":"glnexus_cli [options] /vcf/file/1 .. /vcf/file/N","options":[{"names":["--dir","-d"],"argument":"DIR","description":"scratch directory path (mustn't already exist; default: ./GLnexus.DB)"},{"names":["--config","-c"],"argument":"X","description":"configuration preset name or .yml filename (default: gatk)"},{"names":["--bed","-b"],"argument":"FILE","description":"three-column BED file with ranges to analyze (if neither --range nor --bed: use full length of all contigs)"},{"names":["--list","-l"],"argument":"","description":"expect given files to contain lists of gVCF filenames, one per line"},{"names":["--more-PL","-P"],"argument":"","description":"include PL from reference bands and other cases omitted by default"},{"names":["--squeeze","-S"],"argument":"","description":"reduce pVCF size by suppressing detail in cells derived from reference bands"},{"names":["--trim-uncalled-alleles","-a"],"argument":"","description":"remove alleles with no output GT calls in postprocessing"},{"names":["--mem-gbytes","-m"],"argument":"X","description":"memory budget, in gbytes (default: most of system memory)"},{"names":["--threads","-t"],"argument":"X","description":"thread budget (default: all hardware threads)"},{"names":["--help","-h"],"argument":"","description":"print this help message"}],"version":"v1.4.1-0-g68e25e5"} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
name: ExpansionHunter | ||
description: A suite of tools for detecting expansions of short tandem repeats | ||
usage: "" | ||
options: | ||
- names: | ||
- -h | ||
- --help | ||
argument: "" | ||
description: Print help message | ||
- names: | ||
- -v | ||
- --version | ||
argument: "" | ||
description: Print version number | ||
- names: | ||
- --reads | ||
argument: arg | ||
description: BAM/CRAM file with aligned reads | ||
- names: | ||
- --reference | ||
argument: arg | ||
description: FASTA file with reference genome | ||
- names: | ||
- --variant-catalog | ||
argument: arg | ||
description: JSON file with variants to genotype | ||
- names: | ||
- --output-prefix | ||
argument: arg | ||
description: Prefix for the output files | ||
- names: | ||
- --region-extension-length | ||
argument: arg (=1000) | ||
description: How far from on/off-target regions to search for informative reads | ||
- names: | ||
- --sex | ||
argument: arg (=female) | ||
description: Sex of the sample; must be either male or female | ||
- names: | ||
- --log-level | ||
argument: arg (=info) | ||
description: trace, debug, info, warn, or error | ||
- names: | ||
- -a | ||
- --aligner | ||
argument: arg (=dag-aligner) | ||
description: Specify which aligner to use (dag-aligner or path-aligner) | ||
- names: | ||
- -m | ||
- --analysis-mode | ||
argument: arg (=seeking) | ||
description: Specify which analysis workflow to use (seeking or streaming) | ||
- names: | ||
- -n | ||
- --threads | ||
argument: arg (=1) | ||
description: Number of threads to use | ||
version: ExpansionHunter v5.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
name: glnexus_cli | ||
description: Merge and joint-call input gVCF files, emitting multi-sample BCF on standard output | ||
usage: glnexus_cli [options] /vcf/file/1 .. /vcf/file/N | ||
options: | ||
- names: | ||
- --dir | ||
- -d | ||
argument: DIR | ||
description: 'scratch directory path (mustn''t already exist; default: ./GLnexus.DB)' | ||
- names: | ||
- --config | ||
- -c | ||
argument: X | ||
description: 'configuration preset name or .yml filename (default: gatk)' | ||
- names: | ||
- --bed | ||
- -b | ||
argument: FILE | ||
description: 'three-column BED file with ranges to analyze (if neither --range nor --bed: use full length of all contigs)' | ||
- names: | ||
- --list | ||
- -l | ||
argument: "" | ||
description: expect given files to contain lists of gVCF filenames, one per line | ||
- names: | ||
- --more-PL | ||
- -P | ||
argument: "" | ||
description: include PL from reference bands and other cases omitted by default | ||
- names: | ||
- --squeeze | ||
- -S | ||
argument: "" | ||
description: reduce pVCF size by suppressing detail in cells derived from reference bands | ||
- names: | ||
- --trim-uncalled-alleles | ||
- -a | ||
argument: "" | ||
description: remove alleles with no output GT calls in postprocessing | ||
- names: | ||
- --mem-gbytes | ||
- -m | ||
argument: X | ||
description: 'memory budget, in gbytes (default: most of system memory)' | ||
- names: | ||
- --threads | ||
- -t | ||
argument: X | ||
description: 'thread budget (default: all hardware threads)' | ||
- names: | ||
- --help | ||
- -h | ||
argument: "" | ||
description: print this help message | ||
version: v1.4.1-0-g68e25e5 |
Oops, something went wrong.