Skip to content

Commit eb16247

Browse files
author
pushkarev
committed
switch to GATK light
1 parent bc4d6ab commit eb16247

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

exome.settings

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ K_ANALYSIS=exome
66
CHROMOSOMES=chr22
77
#SWE_ENGINE=local
88

9-
GATK_JAR=~/GenomeAnalysisTK.jar
9+
#GATK_JAR=~/GenomeAnalysisTK.jar

gatk_pipeline.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,13 @@ done
143143
gatk_splits=10
144144
#combine per chromosomes
145145

146+
146147
for chr in $CHROMOSOMES
147148
do
148149
#get chromosome size and compute optimal number of splits
149150

150151
chr_size=$(grep "^$chr " $GENOME_FAI |cut -f 2)
151-
gatk_splits=$[$chr_size/10000000]
152+
gatk_splits=$[$chr_size/5000000]
152153
[ "$gatk_splits" != "0" ]
153154

154155
#create comma separated list of alignment jobs

snyderome.settings

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ INPUT_FASTQ="paired[s3://gapp-east/snyderome/A804NLABXX.s_1_1.fq.gz,s3://gapp-ea
55
#INPUT_FASTQ="paired[s3://gapp-east/snyderome/A804NLABXX.s_1_1.fq.gz,s3://gapp-east/snyderome/A804NLABXX.s_1_2.fq.gz]"
66
K_ANALYSIS=WGS
77
#CHROMOSOMES=chr22
8-
GATK_JAR=~/GenomeAnalysisTK.jar
8+
#GATK_JAR=~/GenomeAnalysisTK.jar

0 commit comments

Comments
 (0)