Skip to content

Commit

Permalink
updated Snakefile, using versioned bbtools/callvariants wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
tpall committed Jun 11, 2021
1 parent b0a0484 commit ceb767c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ rule callvariants:
mem_mb=4000,
threads: 4
wrapper:
f"{WRAPPER_PREFIX}/master/bbtools/callvariants"
f"{WRAPPER_PREFIX}/v0.8.0/bbtools/callvariants"


rule pileup:
Expand Down

0 comments on commit ceb767c

Please sign in to comment.