Skip to content

Commit 18bc27a

Browse files
committed
allow strelka to run in local mode
1 parent ad7345f commit 18bc27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

callers/illumina-strelka

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ rm -rf "$output_dir"/results "$output_dir"/workspace "$output_dir"/workflow* "$o
4141
--runDir "$output_dir" --config "$config" --exome \
4242
--indelCandidates "$illumina_dir"/results/variants/candidateSV.vcf.gz
4343

44-
"$output_dir"/runWorkflow.py -j 24 && \
44+
"$output_dir"/runWorkflow.py -m local && \
4545
bgzip -d "$output_dir"/results/variants/genome.S1.vcf.gz && \
4646
ln -sf results/variants/genome.S1.vcf "$output_dir/illumina-strelka.vcf"

0 commit comments

Comments
 (0)