File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
BALSAMIC/snakemake_rules/variant_calling Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export PERL5LIB=;
9595
9696export TMPDIR={params.tmpdir};
9797export _JAVA_OPTIONS="-Djava.io.tmpdir={params.tmpdir} -Xss256k";
98- export VAR_DICT_OPTS='\" -Xms10G\" \" -Xmx25 \" \" -XX:+UseG1GC\" \" -XX:MaxHeapFreeRatio=50\" ';
98+ export VAR_DICT_OPTS='\" -Xms10G\" \" -Xmx25G \" \" -XX:+UseG1GC\" \" -XX:MaxHeapFreeRatio=50\" ';
9999
100100vardict-java -I 600 \
101101 -G {input.fa} \
@@ -152,4 +152,4 @@ echo -e \"tTUMOR\\tTUMOR\" > {output.namemap} ;
152152echo -e \" tTUMOR\" > {output.namemap}.tumor ;
153153
154154rm -rf {params.tmpdir} ;
155- """
155+ """
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ rule vardict_tumor_normal:
9696 """
9797export TMPDIR={params.tmpdir};
9898export _JAVA_OPTIONS="-Djava.io.tmpdir={params.tmpdir} -Xss256k";
99- export VAR_DICT_OPTS='\" -Xms10 \" \" -Xmx25G\" \" -XX:+UseG1GC\" \" -XX:MaxHeapFreeRatio=50\" ';
99+ export VAR_DICT_OPTS='\" -Xms10G \" \" -Xmx25G\" \" -XX:+UseG1GC\" \" -XX:MaxHeapFreeRatio=50\" ';
100100
101101vardict-java -I 600 -G {input.fa} -f {params.af} -N {params.case_name} \
102102 -b \" {input.bamT}|{input.bamN}\" \
You can’t perform that action at this time.
0 commit comments