Skip to content

Commit

Permalink
Proper target paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulthran committed Nov 1, 2023
1 parent b4128be commit 97517cd
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 @@ -46,11 +46,11 @@ TARGET_MAPPING = [
genome=GenomeSegments.keys(),
),
expand(
MAPPING_FP / "filtered" / "{genome}" / "numReads.csv",
MAPPING_FP / "{genome}" / "numReads.csv",
genome=GenomeSegments.keys(),
),
expand(
MAPPING_FP / "filtered" / "{genome}" / "sliding_coverage.csv",
MAPPING_FP / "{genome}" / "sliding_coverage.csv",
genome=GenomeSegments.keys(),
),
]
Expand Down

0 comments on commit 97517cd

Please sign in to comment.