Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snakemake_wrappers
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Blaise LI
snakemake_wrappers
Commits
e78f5d0c
Commit
e78f5d0c
authored
1 year ago
by
Blaise Li
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
smincludes/link_raw_data.rules
+0
-1
0 additions, 1 deletion
smincludes/link_raw_data.rules
with
0 additions
and
1 deletion
smincludes/link_raw_data.rules
+
0
−
1
View file @
e78f5d0c
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment