Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
naumenko-sa committed Mar 2, 2020
1 parent 7394742 commit dcf277e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 5 deletions.
31 changes: 31 additions & 0 deletions config/mitochondrial.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
details:
- algorithm:
aligner: bwa
effects: vep
effects_transcripts: all
realign: false
recalibrate: false
mark_duplicates: true
save_diskspace: true
tools_on:
- gemini
- vep_splicesite_annotations
- noalt_calling
variantcaller:
- gatk-haplotype
analysis: variant2
description: '912R_A337376'
files:
- /hpf/largeprojects/ccmbio/naumenko/project_cheo/912R/input/912R_A337376.bam
genome_build: GRCh37
metadata:
batch: 912R
resources:
default:
cores: 7
jvm_opts:
- -Xms750m
- -Xmx7000m
memory: 7G
upload:
dir: ../final
28 changes: 28 additions & 0 deletions config/somatic.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
details:
- algorithm:
aligner: bwa
effects: snpeff
effects_transcripts: all
realign: false
recalibrate: false
mark_duplicates: true
save_diskspace: true
tools_on:
- noalt_calling
variantcaller:
- mutect2
- vardict
analysis: variant2
description: '912R_A337376'
files:
- /hpf/largeprojects/ccmbio/naumenko/project_cheo/912R/input/912R_A337376.bam
genome_build: hg38
resources:
default:
cores: 7
jvm_opts:
- -Xms750m
- -Xmx7000m
memory: 7G
upload:
dir: ../final
5 changes: 0 additions & 5 deletions cre.annotation.strip.sh

This file was deleted.

0 comments on commit dcf277e

Please sign in to comment.