Skip to content
Snippets Groups Projects
Commit 128af567 authored by Blaise Li's avatar Blaise Li
Browse files

Still patching wildcards.

parent 2502a04d
No related branches found
No related tags found
No related merge requests found
......@@ -4344,6 +4344,9 @@ def source_fold_data(wildcards):
# 08/06/2023: Take into account new "_by_{norm}" file name element in RPM files
# possibly set wildcard constraints
elif fold_type in RPM_FOLD_TYPES:
assert wildcards.fold_type.startswith("mean_log2_RPM_by_")
assert wildcards.fold_type.endswith("_fold")
wildcards.norm = wildcards.fold_type[len("mean_log2_RPM_by_"):-len("_fold")]
if hasattr(wildcards, "contrast_type"):
# We want all contrasts of this type.
#https://stackoverflow.com/a/26791923/1878788
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment