Skip to content

Commit

Permalink
Upgrade Manta and fix wrapper (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Sep 7, 2022
1 parent 7158762 commit 2d81f7c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ channels:
- bioconda
- r
dependencies:
- manta ==1.2.1
- manta ==1.6.0
7 changes: 4 additions & 3 deletions snappy_wrappers/wrappers/manta/germline_wgs/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@
--runDir $workdir \
$(echo "{snakemake.input}" | tr ' ' '\n' | grep -v 'bai$' | sed 's/^/--bam /g')
python $workdir/runWorkflow.py \
-m local \
-j 16
perl -p -i -e 's/isEmail = .*/isEmail = False/g' $workdir/runWorkflow.py
python2 $workdir/runWorkflow.py \
--jobs 16
cp -ra $workdir/results $outdir
rm -rf $workdir
Expand Down

0 comments on commit 2d81f7c

Please sign in to comment.