Skip to content

Commit

Permalink
updated checkpoint, moved output to processing
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed May 15, 2024
1 parent a7f5aa1 commit 1d0f7df
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mess/workflow/rules/processing/coverages.smk
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ rule replicates_table:
mem_mb=config.resources.sml.mem,
mem=str(config.resources.sml.mem) + "MB",
time=config.resources.sml.time,
log:
os.path.join(dir.out.logs, "tables", "replicates.tsv"),
script:
os.path.join(dir.scripts, "replicates.py")


checkpoint calculate_coverage:
checkpoint calculate_genome_coverages:
input:
df=os.path.join(dir.out.base, "replicates.tsv"),
asm=get_asm_summary,
output:
os.path.join(dir.out.base, "cov.tsv"),
os.path.join(dir.out.processing, "coverages.tsv"),
params:
fa=FASTA,
dist=DIST,
Expand Down

0 comments on commit 1d0f7df

Please sign in to comment.