Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
83083925
Commit
83083925
authored
9 years ago
by
Peter van 't Hof
Browse files
Options
Downloads
Patches
Plain Diff
Name changing
parent
0477ae44
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Freebayes.scala
+110
-110
110 additions, 110 deletions
...main/scala/nl/lumc/sasc/biopet/extensions/Freebayes.scala
with
110 additions
and
110 deletions
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/Freebayes.scala
+
110
−
110
View file @
83083925
...
...
@@ -38,7 +38,7 @@ class Freebayes(val root: Configurable) extends BiopetCommandLineFunction with R
var
outputVcf
:
File
=
null
@Input
(
required
=
false
)
var
bam
_l
ist
:
Option
[
File
]
=
config
(
"bam_list"
)
var
bam
L
ist
:
Option
[
File
]
=
config
(
"bam_list"
)
@Input
(
required
=
false
)
var
targets
:
Option
[
File
]
=
config
(
"targets"
)
...
...
@@ -50,77 +50,77 @@ class Freebayes(val root: Configurable) extends BiopetCommandLineFunction with R
var
populations
:
Option
[
File
]
=
config
(
"populations"
)
@Input
(
required
=
false
)
var
cnv
_m
ap
:
Option
[
File
]
=
config
(
"cnv_map"
)
var
cnv
M
ap
:
Option
[
File
]
=
config
(
"cnv_map"
)
@Input
(
required
=
false
)
var
trace
:
Option
[
File
]
=
config
(
"trace"
)
@Input
(
required
=
false
)
var
failed
_a
lleles
:
Option
[
File
]
=
config
(
"failed_alleles"
)
var
failed
A
lleles
:
Option
[
File
]
=
config
(
"failed_alleles"
)
@Input
(
required
=
false
)
var
observation
_b
ias
:
Option
[
File
]
=
config
(
"observation_bias"
)
var
observation
B
ias
:
Option
[
File
]
=
config
(
"observation_bias"
)
@Input
(
required
=
false
)
var
contamination
_e
stimates
:
Option
[
File
]
=
config
(
"contamination_estimates"
)
var
contamination
E
stimates
:
Option
[
File
]
=
config
(
"contamination_estimates"
)
@Input
(
required
=
false
)
var
variant
_i
nput
:
Option
[
File
]
=
config
(
"variant_input"
)
var
variant
I
nput
:
Option
[
File
]
=
config
(
"variant_input"
)
@Input
(
required
=
false
)
var
haplotype
_b
asis
_a
lleles
:
Option
[
File
]
=
config
(
"haplotype_basis_alleles"
)
var
haplotype
B
asis
A
lleles
:
Option
[
File
]
=
config
(
"haplotype_basis_alleles"
)
var
pvar
:
Option
[
Int
]
=
config
(
"pvar"
)
var
theta
:
Option
[
Int
]
=
config
(
"theta"
)
var
ploidy
:
Option
[
Int
]
=
config
(
"ploidy"
)
var
use
_b
est
_n_a
lleles
:
Option
[
Int
]
=
config
(
"use_best_n_alleles"
)
var
max
_c
omplex
_g
ap
:
Option
[
Int
]
=
config
(
"max_complex_gap"
)
var
min
_r
epeat
_s
ize
:
Option
[
Int
]
=
config
(
"min_repeat_size"
)
var
min
_r
epeat
_e
ntropy
:
Option
[
Int
]
=
config
(
"min_repeat_entropy"
)
var
read
_m
ismatch
_l
imit
:
Option
[
Int
]
=
config
(
"read_mismatch_limit"
)
var
read
_max_m
ismatch
_f
raction
:
Option
[
Int
]
=
config
(
"read_max_mismatch_fraction"
)
var
read
_snp_l
imit
:
Option
[
Int
]
=
config
(
"read_snp_limit"
)
var
read
_i
ndel
_l
imit
:
Option
[
Int
]
=
config
(
"read_indel_limit"
)
var
min
_a
lternate
_f
raction
:
Option
[
Double
]
=
config
(
"min_alternate_fraction"
)
var
min
_a
lternate
_c
ount
:
Option
[
Int
]
=
config
(
"min_alternate_count"
)
var
min
_a
lternate
_q
sum
:
Option
[
Int
]
=
config
(
"min_alternate_qsum"
)
var
min
_a
lternate
_t
otal
:
Option
[
Int
]
=
config
(
"min_alternate_total"
)
var
min
_c
overage
:
Option
[
Int
]
=
config
(
"min_coverage"
)
var
genotyping
_max_i
terations
:
Option
[
Int
]
=
config
(
"genotyping_max_iterations"
)
var
genotyping
_max_b
anddepth
:
Option
[
Int
]
=
config
(
"genotyping_max_banddepth"
)
var
genotype
_v
ariant
_t
hreshold
:
Option
[
Int
]
=
config
(
"genotype_variant_threshold"
)
var
read
_d
ependence
_f
actor
:
Option
[
Int
]
=
config
(
"read_dependence_factor"
)
var
min
_m
apping
_q
uality
:
Option
[
Double
]
=
config
(
"min_mapping_quality"
)
var
min
_b
ase
_q
uality
:
Option
[
Double
]
=
config
(
"min_base_quality"
)
var
min
_s
upporting
_a
llele
_q
sum
:
Option
[
Double
]
=
config
(
"min_supporting_allele_qsum"
)
var
min
_s
upporting
_m
apping
_q
sum
:
Option
[
Double
]
=
config
(
"min_supporting_mapping_qsum"
)
var
mismatch
_b
ase
_q
uality
_t
hreshold
:
Option
[
Double
]
=
config
(
"mismatch_base_quality_threshold"
)
var
base
_q
uality
_c
ap
:
Option
[
Double
]
=
config
(
"base_quality_cap"
)
var
prob
_c
ontamination
:
Option
[
Double
]
=
config
(
"prob_contamination"
)
var
only
_use_i
nput
_a
lleles
:
Boolean
=
config
(
"only_use_input_alleles"
,
default
=
false
)
var
report
_all_h
aplotype
_a
lleles
:
Boolean
=
config
(
"report_all_haplotype_alleles"
,
default
=
false
)
var
report
_m
onomorphic
:
Boolean
=
config
(
"report_monomorphic"
,
default
=
false
)
var
pooled
_d
iscrete
:
Boolean
=
config
(
"pooled_discrete"
,
default
=
false
)
var
pooled
_c
ontinuous
:
Boolean
=
config
(
"pooled_continuous"
,
default
=
false
)
var
use
_r
eference
_a
llele
:
Boolean
=
config
(
"use_reference_allele"
,
default
=
false
)
var
no
_s
nps
:
Boolean
=
config
(
"no_snps"
,
default
=
false
)
var
no
_i
ndels
:
Boolean
=
config
(
"no_indels"
,
default
=
false
)
var
no
_m
nps
:
Boolean
=
config
(
"no_mnps"
,
default
=
false
)
var
no
_c
omplex
:
Boolean
=
config
(
"no_complex"
,
default
=
false
)
var
no
_p
artial
_o
bservations
:
Boolean
=
config
(
"no_partial_observations"
,
default
=
false
)
var
dont
_l
eft
_a
lign
_i
ndels
:
Boolean
=
config
(
"dont_left_align_indels"
,
default
=
false
)
var
use
_d
uplicate
_r
eads
:
Boolean
=
config
(
"use_duplicate_reads"
,
default
=
false
)
var
standard
_f
ilters
:
Boolean
=
config
(
"standard_filters"
,
default
=
false
)
var
no
_p
opulation
_p
riors
:
Boolean
=
config
(
"no_population_priors"
,
default
=
false
)
var
hwe
_p
riors
_o
ff
:
Boolean
=
config
(
"hwe_priors_off"
,
default
=
false
)
var
binomial
_obs_p
riors
_o
ff
:
Boolean
=
config
(
"binomial_obs_priors_off"
,
default
=
false
)
var
allele
_b
alance
_p
riors
_o
ff
:
Boolean
=
config
(
"allele_balance_priors_off"
,
default
=
false
)
var
legacy
_g
ls
:
Boolean
=
config
(
"legacy_gls"
,
default
=
false
)
var
report
_g
enotype
_l
ikelihood
_m
ax
:
Boolean
=
config
(
"report_genotype_likelihood_max"
,
default
=
false
)
var
exclude
_u
nobserved
_g
enotypes
:
Boolean
=
config
(
"exclude_unobserved_genotypes"
,
default
=
false
)
var
use
_m
apping
_q
uality
:
Boolean
=
config
(
"use_mapping_quality"
,
default
=
false
)
var
harmonic
_i
ndel
_q
uality
:
Boolean
=
config
(
"harmonic_indel_quality"
,
default
=
false
)
var
genotype
_q
ualities
:
Boolean
=
config
(
"genotype_qualities"
,
default
=
false
)
var
use
B
est
NA
lleles
:
Option
[
Int
]
=
config
(
"use_best_n_alleles"
)
var
max
C
omplex
G
ap
:
Option
[
Int
]
=
config
(
"max_complex_gap"
)
var
min
R
epeat
S
ize
:
Option
[
Int
]
=
config
(
"min_repeat_size"
)
var
min
R
epeat
E
ntropy
:
Option
[
Int
]
=
config
(
"min_repeat_entropy"
)
var
read
M
ismatch
L
imit
:
Option
[
Int
]
=
config
(
"read_mismatch_limit"
)
var
read
MaxM
ismatch
F
raction
:
Option
[
Int
]
=
config
(
"read_max_mismatch_fraction"
)
var
read
SnpL
imit
:
Option
[
Int
]
=
config
(
"read_snp_limit"
)
var
read
I
ndel
L
imit
:
Option
[
Int
]
=
config
(
"read_indel_limit"
)
var
min
A
lternate
F
raction
:
Option
[
Double
]
=
config
(
"min_alternate_fraction"
)
var
min
A
lternate
C
ount
:
Option
[
Int
]
=
config
(
"min_alternate_count"
)
var
min
A
lternate
Q
sum
:
Option
[
Int
]
=
config
(
"min_alternate_qsum"
)
var
min
A
lternate
T
otal
:
Option
[
Int
]
=
config
(
"min_alternate_total"
)
var
min
C
overage
:
Option
[
Int
]
=
config
(
"min_coverage"
)
var
genotyping
MaxI
terations
:
Option
[
Int
]
=
config
(
"genotyping_max_iterations"
)
var
genotyping
MaxB
anddepth
:
Option
[
Int
]
=
config
(
"genotyping_max_banddepth"
)
var
genotype
V
ariant
T
hreshold
:
Option
[
Int
]
=
config
(
"genotype_variant_threshold"
)
var
read
D
ependence
F
actor
:
Option
[
Int
]
=
config
(
"read_dependence_factor"
)
var
min
M
apping
Q
uality
:
Option
[
Double
]
=
config
(
"min_mapping_quality"
)
var
min
B
ase
Q
uality
:
Option
[
Double
]
=
config
(
"min_base_quality"
)
var
min
S
upporting
A
llele
Q
sum
:
Option
[
Double
]
=
config
(
"min_supporting_allele_qsum"
)
var
min
S
upporting
M
apping
Q
sum
:
Option
[
Double
]
=
config
(
"min_supporting_mapping_qsum"
)
var
mismatch
B
ase
Q
uality
T
hreshold
:
Option
[
Double
]
=
config
(
"mismatch_base_quality_threshold"
)
var
base
Q
uality
C
ap
:
Option
[
Double
]
=
config
(
"base_quality_cap"
)
var
prob
C
ontamination
:
Option
[
Double
]
=
config
(
"prob_contamination"
)
var
only
UseI
nput
A
lleles
:
Boolean
=
config
(
"only_use_input_alleles"
,
default
=
false
)
var
report
AllH
aplotype
A
lleles
:
Boolean
=
config
(
"report_all_haplotype_alleles"
,
default
=
false
)
var
report
M
onomorphic
:
Boolean
=
config
(
"report_monomorphic"
,
default
=
false
)
var
pooled
D
iscrete
:
Boolean
=
config
(
"pooled_discrete"
,
default
=
false
)
var
pooled
C
ontinuous
:
Boolean
=
config
(
"pooled_continuous"
,
default
=
false
)
var
use
R
eference
A
llele
:
Boolean
=
config
(
"use_reference_allele"
,
default
=
false
)
var
no
S
nps
:
Boolean
=
config
(
"no_snps"
,
default
=
false
)
var
no
I
ndels
:
Boolean
=
config
(
"no_indels"
,
default
=
false
)
var
no
M
nps
:
Boolean
=
config
(
"no_mnps"
,
default
=
false
)
var
no
C
omplex
:
Boolean
=
config
(
"no_complex"
,
default
=
false
)
var
no
P
artial
O
bservations
:
Boolean
=
config
(
"no_partial_observations"
,
default
=
false
)
var
dont
L
eft
A
lign
I
ndels
:
Boolean
=
config
(
"dont_left_align_indels"
,
default
=
false
)
var
use
D
uplicate
R
eads
:
Boolean
=
config
(
"use_duplicate_reads"
,
default
=
false
)
var
standard
F
ilters
:
Boolean
=
config
(
"standard_filters"
,
default
=
false
)
var
no
P
opulation
P
riors
:
Boolean
=
config
(
"no_population_priors"
,
default
=
false
)
var
hwe
P
riors
O
ff
:
Boolean
=
config
(
"hwe_priors_off"
,
default
=
false
)
var
binomial
ObsP
riors
O
ff
:
Boolean
=
config
(
"binomial_obs_priors_off"
,
default
=
false
)
var
allele
B
alance
P
riors
O
ff
:
Boolean
=
config
(
"allele_balance_priors_off"
,
default
=
false
)
var
legacy
G
ls
:
Boolean
=
config
(
"legacy_gls"
,
default
=
false
)
var
report
G
enotype
L
ikelihood
M
ax
:
Boolean
=
config
(
"report_genotype_likelihood_max"
,
default
=
false
)
var
exclude
U
nobserved
G
enotypes
:
Boolean
=
config
(
"exclude_unobserved_genotypes"
,
default
=
false
)
var
use
M
apping
Q
uality
:
Boolean
=
config
(
"use_mapping_quality"
,
default
=
false
)
var
harmonic
I
ndel
Q
uality
:
Boolean
=
config
(
"harmonic_indel_quality"
,
default
=
false
)
var
genotype
Q
ualities
:
Boolean
=
config
(
"genotype_qualities"
,
default
=
false
)
var
debug
:
Boolean
=
config
(
"debug"
,
default
=
logger
.
isDebugEnabled
)
var
haplotypeLength
:
Option
[
Int
]
=
config
(
"haplotype_length"
)
...
...
@@ -137,68 +137,68 @@ class Freebayes(val root: Configurable) extends BiopetCommandLineFunction with R
def
cmdLine
=
executable
+
required
(
"--fasta-reference"
,
reference
)
+
repeat
(
"--bam"
,
bamfiles
)
+
optional
(
"--bam-list"
,
bam
_l
ist
)
+
optional
(
"--bam-list"
,
bam
L
ist
)
+
optional
(
"--targets"
,
targets
)
+
optional
(
"--samples"
,
samples
)
+
optional
(
"--populations"
,
populations
)
+
optional
(
"--cnv-map"
,
cnv
_m
ap
)
+
optional
(
"--cnv-map"
,
cnv
M
ap
)
+
optional
(
"--trace"
,
trace
)
+
optional
(
"--failed-alleles"
,
failed
_a
lleles
)
+
optional
(
"--observation-bias"
,
observation
_b
ias
)
+
optional
(
"--contamination-estimates"
,
contamination
_e
stimates
)
+
optional
(
"--variant-input"
,
variant
_i
nput
)
+
optional
(
"--haplotype-basis-alleles"
,
haplotype
_b
asis
_a
lleles
)
+
optional
(
"--failed-alleles"
,
failed
A
lleles
)
+
optional
(
"--observation-bias"
,
observation
B
ias
)
+
optional
(
"--contamination-estimates"
,
contamination
E
stimates
)
+
optional
(
"--variant-input"
,
variant
I
nput
)
+
optional
(
"--haplotype-basis-alleles"
,
haplotype
B
asis
A
lleles
)
+
optional
(
"--pvar"
,
pvar
)
+
optional
(
"--theta"
,
theta
)
+
optional
(
"--ploidy"
,
ploidy
)
+
optional
(
"--use-best-n-alleles"
,
use
_b
est
_n_a
lleles
)
+
optional
(
"--max-complex-gap"
,
max
_c
omplex
_g
ap
)
+
optional
(
"--min-repeat-size"
,
min
_r
epeat
_s
ize
)
+
optional
(
"--min-repeat-entropy"
,
min
_r
epeat
_e
ntropy
)
+
optional
(
"--read-mismatch-limit"
,
read
_m
ismatch
_l
imit
)
+
optional
(
"--read-max-mismatch-fraction"
,
read
_max_m
ismatch
_f
raction
)
+
optional
(
"--read-snp-limit"
,
read
_snp_l
imit
)
+
optional
(
"--read-indel-limit"
,
read
_i
ndel
_l
imit
)
+
optional
(
"--min-alternate-fraction"
,
min
_a
lternate
_f
raction
)
+
optional
(
"--min-alternate-count"
,
min
_a
lternate
_c
ount
)
+
optional
(
"--min-alternate-qsum"
,
min
_a
lternate
_q
sum
)
+
optional
(
"--min-alternate-total"
,
min
_a
lternate
_t
otal
)
+
optional
(
"--min-coverage"
,
min
_c
overage
)
+
optional
(
"--genotyping-max-iterations"
,
genotyping
_max_i
terations
)
+
optional
(
"--genotyping-max-banddepth"
,
genotyping
_max_b
anddepth
)
+
optional
(
"--genotype-variant-threshold"
,
genotype
_v
ariant
_t
hreshold
)
+
optional
(
"--read-dependence-factor"
,
read
_d
ependence
_f
actor
)
+
optional
(
"--min-mapping-quality"
,
min
_m
apping
_q
uality
)
+
optional
(
"--min-base-quality"
,
min
_b
ase
_q
uality
)
+
optional
(
"--min-supporting-allele-qsum"
,
min
_s
upporting
_a
llele
_q
sum
)
+
optional
(
"--min-supporting-mapping-qsum"
,
min
_s
upporting
_m
apping
_q
sum
)
+
optional
(
"--mismatch-base-quality-threshold"
,
mismatch
_b
ase
_q
uality
_t
hreshold
)
+
optional
(
"--base-quality-cap"
,
base
_q
uality
_c
ap
)
+
optional
(
"--prob-contamination"
,
prob
_c
ontamination
)
+
conditional
(
only
_use_i
nput
_a
lleles
,
"--only-use-input-alleles"
)
+
conditional
(
report
_all_h
aplotype
_a
lleles
,
"--report-all-haplotype-alleles"
)
+
conditional
(
report
_m
onomorphic
,
"--report-monomorphic"
)
+
conditional
(
pooled
_d
iscrete
,
"--pooled-discrete"
)
+
conditional
(
pooled
_c
ontinuous
,
"--pooled-continuous"
)
+
conditional
(
use
_r
eference
_a
llele
,
"--use-reference-allele"
)
+
conditional
(
no
_s
nps
,
"--no-snps"
)
+
conditional
(
no
_i
ndels
,
"--no-indels"
)
+
conditional
(
no
_m
nps
,
"--no-mnps"
)
+
conditional
(
no
_c
omplex
,
"--no-complex"
)
+
conditional
(
no
_p
artial
_o
bservations
,
"--no-partial-observations"
)
+
conditional
(
dont
_l
eft
_a
lign
_i
ndels
,
"--dont-left-align-indels"
)
+
conditional
(
use
_d
uplicate
_r
eads
,
"--use-duplicate-reads"
)
+
conditional
(
standard
_f
ilters
,
"--standard-filters"
)
+
conditional
(
no
_p
opulation
_p
riors
,
"--no-population-priors"
)
+
conditional
(
hwe
_p
riors
_o
ff
,
"--hwe-priors-off"
)
+
conditional
(
binomial
_obs_p
riors
_o
ff
,
"--binomial-obs-priors-off"
)
+
conditional
(
allele
_b
alance
_p
riors
_o
ff
,
"--allele-balance-priors-off"
)
+
conditional
(
legacy
_g
ls
,
"--legacy-gls"
)
+
conditional
(
report
_g
enotype
_l
ikelihood
_m
ax
,
"--report-genotype-likelihood-max"
)
+
conditional
(
exclude
_u
nobserved
_g
enotypes
,
"--exclude-unobserved-genotypes"
)
+
conditional
(
use
_m
apping
_q
uality
,
"--use-mapping-quality"
)
+
conditional
(
harmonic
_i
ndel
_q
uality
,
"--harmonic-indel-quality"
)
+
conditional
(
genotype
_q
ualities
,
"--genotype-qualities"
)
+
optional
(
"--use-best-n-alleles"
,
use
B
est
NA
lleles
)
+
optional
(
"--max-complex-gap"
,
max
C
omplex
G
ap
)
+
optional
(
"--min-repeat-size"
,
min
R
epeat
S
ize
)
+
optional
(
"--min-repeat-entropy"
,
min
R
epeat
E
ntropy
)
+
optional
(
"--read-mismatch-limit"
,
read
M
ismatch
L
imit
)
+
optional
(
"--read-max-mismatch-fraction"
,
read
MaxM
ismatch
F
raction
)
+
optional
(
"--read-snp-limit"
,
read
SnpL
imit
)
+
optional
(
"--read-indel-limit"
,
read
I
ndel
L
imit
)
+
optional
(
"--min-alternate-fraction"
,
min
A
lternate
F
raction
)
+
optional
(
"--min-alternate-count"
,
min
A
lternate
C
ount
)
+
optional
(
"--min-alternate-qsum"
,
min
A
lternate
Q
sum
)
+
optional
(
"--min-alternate-total"
,
min
A
lternate
T
otal
)
+
optional
(
"--min-coverage"
,
min
C
overage
)
+
optional
(
"--genotyping-max-iterations"
,
genotyping
MaxI
terations
)
+
optional
(
"--genotyping-max-banddepth"
,
genotyping
MaxB
anddepth
)
+
optional
(
"--genotype-variant-threshold"
,
genotype
V
ariant
T
hreshold
)
+
optional
(
"--read-dependence-factor"
,
read
D
ependence
F
actor
)
+
optional
(
"--min-mapping-quality"
,
min
M
apping
Q
uality
)
+
optional
(
"--min-base-quality"
,
min
B
ase
Q
uality
)
+
optional
(
"--min-supporting-allele-qsum"
,
min
S
upporting
A
llele
Q
sum
)
+
optional
(
"--min-supporting-mapping-qsum"
,
min
S
upporting
M
apping
Q
sum
)
+
optional
(
"--mismatch-base-quality-threshold"
,
mismatch
B
ase
Q
uality
T
hreshold
)
+
optional
(
"--base-quality-cap"
,
base
Q
uality
C
ap
)
+
optional
(
"--prob-contamination"
,
prob
C
ontamination
)
+
conditional
(
only
UseI
nput
A
lleles
,
"--only-use-input-alleles"
)
+
conditional
(
report
AllH
aplotype
A
lleles
,
"--report-all-haplotype-alleles"
)
+
conditional
(
report
M
onomorphic
,
"--report-monomorphic"
)
+
conditional
(
pooled
D
iscrete
,
"--pooled-discrete"
)
+
conditional
(
pooled
C
ontinuous
,
"--pooled-continuous"
)
+
conditional
(
use
R
eference
A
llele
,
"--use-reference-allele"
)
+
conditional
(
no
S
nps
,
"--no-snps"
)
+
conditional
(
no
I
ndels
,
"--no-indels"
)
+
conditional
(
no
M
nps
,
"--no-mnps"
)
+
conditional
(
no
C
omplex
,
"--no-complex"
)
+
conditional
(
no
P
artial
O
bservations
,
"--no-partial-observations"
)
+
conditional
(
dont
L
eft
A
lign
I
ndels
,
"--dont-left-align-indels"
)
+
conditional
(
use
D
uplicate
R
eads
,
"--use-duplicate-reads"
)
+
conditional
(
standard
F
ilters
,
"--standard-filters"
)
+
conditional
(
no
P
opulation
P
riors
,
"--no-population-priors"
)
+
conditional
(
hwe
P
riors
O
ff
,
"--hwe-priors-off"
)
+
conditional
(
binomial
ObsP
riors
O
ff
,
"--binomial-obs-priors-off"
)
+
conditional
(
allele
B
alance
P
riors
O
ff
,
"--allele-balance-priors-off"
)
+
conditional
(
legacy
G
ls
,
"--legacy-gls"
)
+
conditional
(
report
G
enotype
L
ikelihood
M
ax
,
"--report-genotype-likelihood-max"
)
+
conditional
(
exclude
U
nobserved
G
enotypes
,
"--exclude-unobserved-genotypes"
)
+
conditional
(
use
M
apping
Q
uality
,
"--use-mapping-quality"
)
+
conditional
(
harmonic
I
ndel
Q
uality
,
"--harmonic-indel-quality"
)
+
conditional
(
genotype
Q
ualities
,
"--genotype-qualities"
)
+
conditional
(
debug
,
"--debug"
)
+
optional
(
"--haplotype-length"
,
haplotypeLength
)
+
(
if
(
inputAsStdin
)
required
(
"--stdin"
)
else
""
)
+
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment