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
0706a827
Commit
0706a827
authored
4 years ago
by
Valentina Galata
Browse files
Options
Downloads
Patches
Plain Diff
assembly: updated input (preproc files); operams update; not finished - polishing/filtering
parent
d1cb5e4a
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/rules/assembly.smk
+183
-200
183 additions, 200 deletions
workflow/rules/assembly.smk
workflow/steps/assembly.smk
+3
-7
3 additions, 7 deletions
workflow/steps/assembly.smk
with
186 additions
and
207 deletions
workflow/rules/assembly.smk
+
183
−
200
View file @
0706a827
This diff is collapsed.
Click to expand it.
workflow/steps/assembly.smk
+
3
−
7
View file @
0706a827
...
...
@@ -2,17 +2,13 @@
include:
"../rules/assembly.smk"
include:
"../rules/mapping.smk"
#
include:
#
"../rules/mapping.smk"
rule ASSEMBLY:
input:
# lr=expand(os.path.join(RESULTS_DIR, "assembly/lr/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["lr"]),
# sr=expand(os.path.join(RESULTS_DIR, "assembly/sr/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["sr"]),
# hy=expand(os.path.join(RESULTS_DIR, "assembly/hy/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["hy"]),
# hyhy=expand(os.path.join(RESULTS_DIR, "assembly/hyhy/{tool}/ASSEMBLY.FILTERED.fasta"), tool=config["assemblers"]["hyhy"]),
expand(
os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.
FILTERED.
fasta"),
os.path.join(RESULTS_DIR, "assembly/{rtype_tool}/ASSEMBLY.fasta"),
rtype_tool=["%s/%s" % (rtype, tool) for rtype, tool in READ_ASSEMBLERS],
)
output:
...
...
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