Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Pan1c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Mergez
Pan1c
Commits
867217fd
Commit
867217fd
authored
8 months ago
by
Alexis Mergez
Browse files
Options
Downloads
Patches
Plain Diff
Update Snakefile
parent
13b49a01
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!18
v1.12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Snakefile
+8
-0
8 additions, 0 deletions
Snakefile
with
8 additions
and
0 deletions
Snakefile
+
8
−
0
View file @
867217fd
...
...
@@ -97,6 +97,7 @@ rule ragtag_scaffolding:
tar="data/hap.ragtagged/{haplotype}.tar.gz"
threads: 8
retries: 1
priority: 100
params:
app_path=config["app.path"]
log:
...
...
@@ -213,6 +214,7 @@ rule chromosome_clustering:
output:
temp(expand('data/chrInputs/'+config['name']+'.{chromosome}.fa', chromosome=CHRLIST))
threads: 1
priority: 100
params:
app_path=config["app.path"],
pan_name=config["name"]
...
...
@@ -316,6 +318,7 @@ rule wfmash_on_chr:
mapping=temp("data/chrGraphs/{chromosome}/{chromosome}.wfmash.mapping.paf"),
aln=temp("data/chrGraphs/{chromosome}/{chromosome}.wfmash.aln.paf")
threads: 16
priority: 100
params:
app_path=config['app.path'],
segment_length=config['wfmash.segment_length'],
...
...
@@ -365,6 +368,7 @@ rule seqwish:
output:
temp("data/chrGraphs/{chromosome}/{chromosome}.seqwish.gfa")
threads: 8
priority: 100
params:
app_path=config['app.path'],
seqwish=config['seqwish.params']
...
...
@@ -393,6 +397,7 @@ rule gfaffix_on_chr:
gfa=temp("data/chrGraphs/{chromosome}/{chromosome}.seqwish.gfaffixD.gfa"),
transform="data/chrGraphs/{chromosome}/{chromosome}.seqwish.gfaffixD.transform.txt"
threads: 1
priority: 100
params:
app_path=config['app.path']
log:
...
...
@@ -416,6 +421,7 @@ rule odgi_postprocessing:
output:
gfa='data/chrGraphs/'+config['name']+'.{chromosome}.gfa'
threads: 8
priority: 100
params:
app_path=config['app.path']
log:
...
...
@@ -478,6 +484,7 @@ rule generate_graph_list:
output:
"data/chrGraphs/graphsList.txt"
threads: 1
priority: 100
run:
with open(output[0], "w") as handle:
for file in input:
...
...
@@ -494,6 +501,7 @@ rule graph_squeeze:
cmd="logs/squeeze/"+config['name']+".squeeze.cmd.log",
time="logs/squeeze/"+config['name']+".squeeze.time.log",
threads: 16
priority: 100
params:
app_path=config['app.path']
shell:
...
...
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