Skip to content

Commit

Permalink
Revert "fix: seperate paired and single ended rules, conditionally im…
Browse files Browse the repository at this point in the history
…port"

This reverts commit e61eac0.
  • Loading branch information
rroutsong committed Dec 10, 2024
1 parent e61eac0 commit d51d903
Show file tree
Hide file tree
Showing 12 changed files with 691 additions and 1,023 deletions.
13 changes: 2 additions & 11 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -221,18 +221,9 @@ rule all:
input:
rule_all_ins

# Include endedness rules
if paired_end:
include: join("rules", "paired", "peakcall.smk")
include: join("rules", "paired", "qc.smk")
include: join("rules", "paired", "trim.smk")
else:
include: join("rules", "paired", "peakcall.smk")
include: join("rules", "paired", "qc.smk")
include: join("rules", "paired", "trim.smk")

# Include general rules
# Include child rules
include: join("rules", "hooks.smk")
include: join("rules", "trim_align_dedup.smk")
include: join("rules", "qc.smk")
include: join("rules", "peakcall.smk")
include: join("rules", "dba.smk")
Expand Down
132 changes: 0 additions & 132 deletions workflow/rules/paired/peakcall.smk

This file was deleted.

116 changes: 0 additions & 116 deletions workflow/rules/paired/qc.smk

This file was deleted.

Loading

0 comments on commit d51d903

Please sign in to comment.