Skip to content

Commit

Permalink
Primers file needs to be marked as ancient so we don't re-run
Browse files Browse the repository at this point in the history
the entire pipeline for no reason
  • Loading branch information
tbooth committed Dec 16, 2024
1 parent d72a27e commit 22fb9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snakefile.process_cells
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ rule segment_reads:
input:
bam = find_source_file(fmt="bam"),
pbi = find_source_file(fmt="pbi"),
primers = lambda wc: get_primers_masN(wc.n),
primers = lambda wc: ancient(get_primers_masN(wc.n)),
resources:
mem_mb = 128000,
n_cpus = 18,
Expand Down

0 comments on commit 22fb9f9

Please sign in to comment.