Skip to content

Commit

Permalink
Update targets to all filtered
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Nov 2, 2023
1 parent 9a0ea8c commit ba2fe5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sbx_mapping.smk
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ rule samtools_index:

rule get_sliding_coverage:
input:
MAPPING_FP / "{genome}" / "{sample}.bam",
MAPPING_FP / "filtered" / "{genome}" / "{sample}.bam",
output:
MAPPING_FP / "intermediates" / "{genome}" / "{sample}_sliding_coverage.csv",
params:
Expand Down Expand Up @@ -231,7 +231,7 @@ rule samtools_summarize_filtered_coverage:

rule summarize_num_mapped_reads:
input:
MAPPING_FP / "{genome}" / "{sample}.bam",
MAPPING_FP / "filtered" / "{genome}" / "{sample}.bam",
output:
MAPPING_FP / "intermediates" / "{genome}" / "{sample}_numReads.csv",
conda:
Expand Down

0 comments on commit ba2fe5a

Please sign in to comment.