Skip to content

Commit

Permalink
Add container definition for lanceotron_no_input_consensus rule
Browse files Browse the repository at this point in the history
  • Loading branch information
alsmith151 committed Apr 9, 2024
1 parent b93f478 commit 7cb70d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seqnado/workflow/rules/peak_call_grouped.smk
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ rule lanceotron_no_input_consensus:
params:
outdir="seqnado_output/peaks/merged/lanceotron",
options=check_options(config["lanceotron"]["callpeak"])
container:
"library://asmith151/seqnado/seqnado_extra:latest"
log:
"seqnado_output/logs/lanceotron/{group}.log",
shell:
Expand Down

0 comments on commit 7cb70d8

Please sign in to comment.