Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frangiPANe_snake
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
Releases
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DIADE
frangiPANe_snake
Commits
a6318794
Commit
a6318794
authored
1 year ago
by
christine.tranchant_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
Add new config file used by snakemake
parent
9c3ef9ae
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
frangiPANe/install_files/config.yml
+120
-0
120 additions, 0 deletions
frangiPANe/install_files/config.yml
with
120 additions
and
0 deletions
frangiPANe/install_files/config.yml
0 → 100644
+
120
−
0
View file @
a6318794
# cluster params
max-jobs-per-second
:
10
max-status-checks-per-second
:
10
jobs
:
200
# Snakemake params
executor
:
EXECUTOR
# slurm,slurm-jobstep,local,dryrun,touch
software-deployment-method
:
DEPLOYMENT
latency-wait
:
1296000
printshellcmds
:
true
cores
:
8
keep-going
:
True
rerun-incomplete
:
True
restart-times
:
0
show-failed-logs
:
True
rerun-triggers
:
[
"
code"
,
"
input"
,
"
mtime"
,
"
params"
,
"
software-env"
]
keep-incomplete
:
True
# Default resources for all rules
default-resources
:
slurm_account
:
ACCOUNT
#slurm_extra: ""
slurm_partition
:
PARTITION
mem_mb_per_cpu
:
4000
runtime
:
130h
threads
:
1
# Specific THREADS for rules
set-threads
:
run_flye
:
10
# Specific resources for some rules
set-resources
:
# ASSEMBLERS TOOLS
run_flye
:
threads
:
10
mem-per-cpu
:
15G
run_canu
:
threads
:
10
mem-per-cpu
:
25G
run_minimap_for_miniasm
:
threads
:
8
mem-per-cpu
:
15G
run_miniasm
:
threads
:
8
mem-per-cpu
:
15G
run_minipolish
:
threads
:
8
mem-per-cpu
:
15G
run_raven
:
threads
:
8
mem-per-cpu
:
15G
run_smartdenovo
:
threads
:
8
mem-per-cpu
:
15G
run_shasta
:
threads
:
8
mem-per-cpu
:
20G
# CIRCULAR TOOLS
run_circlator
:
threads
:
8
mem-per-cpu
:
8G
# CORRECTION TOOLS
index_fasta_to_correction
:
threads
:
8
run_minialign_to_medaka
:
threads
:
8
run_medaka_train
:
threads
:
8
run_medaka_consensus
:
threads
:
4
run_pilon_first_round
:
threads
:
2
run_pilon
:
threads
:
2
# POLISHERS TOOLS
run_racon
:
threads
:
8
mem-per-cpu
:
8G
# QUALITY TOOLS
preparing_fasta_to_quality
:
threads
:
8
run_quast
:
threads
:
8
run_busco
:
threads
:
8
run_diamond
:
threads
:
8
run_minimap2
:
threads
:
8
run_merqury
:
threads
:
8
mem-per-cpu
:
15G
run_bwa_mem2
:
threads
:
8
run_flagstat
:
threads
:
8
## rule not able to multi-threading
# convert_fastq_to_fasta
# tag_circular
# tag_circular_to_minipolish
# rotate_circular
# run_fixstart
# run_blobtools
# run_mummer
# run_assemblytics
# combined_fastq
# run_mauve
# run_flagstats_stats
# run_busco_stats
# run_racon_version
# run_busco_version
# run_benchmark_time
# stats_assembly
# copy_final_assemblies
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