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

Revert "Make link_raw_data a local rule."

Not compatible with Snakemake version 5.

This reverts commit dc5e29ac.
parent dc5e29ac
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,6 @@ rule link_raw_data: ...@@ -29,7 +29,6 @@ rule link_raw_data:
raw = lib2data, raw = lib2data,
output: output:
link = os.path.join(data_dir, "{lib}_{rep}.fastq.gz"), link = os.path.join(data_dir, "{lib}_{rep}.fastq.gz"),
localrule: True
message: message:
"Making link {output.link} to raw data {input.raw}." "Making link {output.link} to raw data {input.raw}."
run: run:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment