Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions workflow/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ bw_types = ["log_FDR"] # "score", "FDR",
el_types = ["fire", "linker", "nucleosome"]


# DSA options
DSA_CHAIN = config.get("chain", None)
DSA = DSA_CHAIN is not None
LEVIO_EXE = config.get("levio_exe", "leviosam2")

# developer options
FT_EXE = config.get("ft_exe", "ft")
if FT_EXE != "ft":
Expand All @@ -104,11 +99,6 @@ include: "rules/decorated-reads.smk"
include: "rules/track-hub.smk"


if DSA:

include: "rules/levio.smk"


wildcard_constraints:
chrom="|".join(get_chroms()),
call="|".join(["msp", "m6a"]),
Expand Down
102 changes: 0 additions & 102 deletions workflow/rules/levio.smk

This file was deleted.

Loading