Skip to content

Commit

Permalink
Refactor control lambda function in peak_call_chip.smk to allow null …
Browse files Browse the repository at this point in the history
…control files
  • Loading branch information
alsmith151 committed Apr 26, 2024
1 parent 65bc64c commit 6036f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seqnado/workflow/rules/peak_call_chip.smk
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ rule lanceotron_with_input:
rule lanceotron_no_input:
input:
treatment="seqnado_output/bigwigs/deeptools/unscaled/{sample}_{treatment}.bigWig",
control=lambda wc: get_control_file(wc, file_type="bigwig", allow_null=False),
control=lambda wc: get_control_file(wc, file_type="bigwig", allow_null=True),
output:
peaks="seqnado_output/peaks/lanceotron/{sample}_{treatment}.bed",
log:
Expand Down

0 comments on commit 6036f76

Please sign in to comment.