Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ONT_pilot_gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Contributor 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
ESB
ONT_pilot_gitlab
Commits
b44dd29d
Commit
b44dd29d
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
renamed mash rules
parent
44e79e5a
No related branches found
No related tags found
1 merge request
!76
Merge "cleanup" branch with "master" branch
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
workflow/rules/analysis.smk
+5
-5
5 additions, 5 deletions
workflow/rules/analysis.smk
with
5 additions
and
5 deletions
workflow/rules/analysis.smk
+
5
−
5
View file @
b44dd29d
...
...
@@ -170,7 +170,7 @@ rule circ_contigs_filter:
# Mash
# Assemblies
rule mash_sketch:
rule
analysis_
mash_sketch:
input:
os.path.join(RESULTS_DIR, "assembly/{rtype}/{tool}/ASSEMBLY.FILTERED.fasta")
output:
...
...
@@ -184,7 +184,7 @@ rule mash_sketch:
shell:
"(date && ofile={output} && mash sketch -k 31 -s 10000 -S 42 -o ${{ofile%.*}} {input} && date) &> {log}"
rule mash_sketch_paste:
rule
analysis_
mash_sketch_paste:
input:
lr=expand(os.path.join(RESULTS_DIR, "assembly/lr/{tool}/ASSEMBLY.msh"), tool=config["assemblers"]["lr"]),
sr=expand(os.path.join(RESULTS_DIR, "assembly/sr/{tool}/ASSEMBLY.msh"), tool=config["assemblers"]["sr"]),
...
...
@@ -198,7 +198,7 @@ rule mash_sketch_paste:
shell:
"ofile={output} && mash paste ${{ofile%.*}} {input}"
rule mash_dist:
rule
analysis_
mash_dist:
input:
os.path.join(RESULTS_DIR, "analysis/mash/contigs.msh")
output:
...
...
@@ -215,7 +215,7 @@ rule mash_dist:
"date) &> {log}"
# Contigs
rule mash_sketch_contigs:
rule
analysis_
mash_sketch_contigs:
input:
os.path.join(RESULTS_DIR, "assembly/{rtype}/{tool}/ASSEMBLY.FILTERED.fasta")
output:
...
...
@@ -229,7 +229,7 @@ rule mash_sketch_contigs:
shell:
"(date && ofile={output} && mash sketch -i -k 31 -s 1000 -S 42 -o ${{ofile%.*}} {input} && date) &> {log}"
rule mash_screen_contigs:
rule
analysis_
mash_screen_contigs:
input:
fasta=expand(os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.FILTERED.fasta"), rtype_tool=["%s/%s" % (rtype, tool) for rtype, tool in READ_ASSEMBLERS]),
msh=expand(os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.contigs.msh"), rtype_tool=["%s/%s" % (rtype, tool) for rtype, tool in READ_ASSEMBLERS])
...
...
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