Skip to content

Commit

Permalink
allow strelka to run in local mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm committed Jun 29, 2020
1 parent ad7345f commit 18bc27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion callers/illumina-strelka
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ rm -rf "$output_dir"/results "$output_dir"/workspace "$output_dir"/workflow* "$o
--runDir "$output_dir" --config "$config" --exome \
--indelCandidates "$illumina_dir"/results/variants/candidateSV.vcf.gz

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

0 comments on commit 18bc27a

Please sign in to comment.