Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:gagneurlab/drop into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Smith Nicholas committed Aug 16, 2022
2 parents 644e488 + 45075c4 commit 3c3a34b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions drop/template/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ aberrantExpression:
- group2
fpkmCutoff: 1
implementation: autoencoder
padjCutoff: 1
padjCutoff: 0.05
zScoreCutoff: 0
maxTestedDimensionProportion: 3
dassie:
Expand All @@ -45,16 +45,16 @@ aberrantSplicing:
run: true
groups:
- fraser
recount: true
recount: false
longRead: false
keepNonStandardChrs: false
filter: false
filter: true
minExpressionInOneSample: 20
minDeltaPsi: 0.05
implementation: PCA
padjCutoff: 1
padjCutoff: 0.1
zScoreCutoff: 0
deltaPsiCutoff : 0.05
deltaPsiCutoff : 0.3
maxTestedDimensionProportion: 6

mae:
Expand All @@ -64,11 +64,11 @@ mae:
- group2
- group3
gatkIgnoreHeaderCheck: true
padjCutoff: .05
padjCutoff: 0.05
allelicRatioCutoff: 0.8
addAF: false
maxAF: .001
maxVarFreqCohort: .04
addAF: true
maxAF: 0.001
maxVarFreqCohort: 0.05
# VCF-BAM matching
qcVcf: Data/qc_vcf_1000G.vcf.gz
qcGroups:
Expand All @@ -85,9 +85,9 @@ rnaVariantCalling:
repeat_mask: Data/hg19_repeatMasker_sorted.chrPrefix.bed
createSingleVCF: true
addAF: true
maxAF: .001
maxVarFreqCohort: .1
hcArgs:
maxAF: 0.001
maxVarFreqCohort: 0.05
hcArgs: ""
minAlt: 3

tools:
Expand Down

0 comments on commit 3c3a34b

Please sign in to comment.