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

Make link_raw_data a local rule.

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