Skip to content

Commit

Permalink
Merge pull request #13 from sunbeam-labs/12-num_reads-and-sliding_cov…
Browse files Browse the repository at this point in the history
…erage-should-use-filtered-input

Update targets to all filtered
  • Loading branch information
Ulthran authored Nov 2, 2023
2 parents 9a0ea8c + ba2fe5a commit 5509996
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 5509996

Please sign in to comment.