Skip to content
Snippets Groups Projects
Commit 1e4d6e43 authored by aliarifki's avatar aliarifki
Browse files

Merge branch 'Alia' of http://10.69.67.13:80/testoni-lab/bolero into Alia

parents ec9840f9 45201693
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,9 @@ if(!params.skipBC) {
}
}
// include { barecode } from "./nf_modules/barecode/main.nf"
include { pycoqc } from "./nf_modules/pycoqc/main.nf"
include { barcoding_cpu } from "./nf_modules/ont-guppy/main.nf"
include { control_basecalling } from "./nf_modules/pycoqc/main.nf"
include { control_bam } from "./nf_modules/pycoqc/main.nf"
include { concatenate } from "./nf_modules/seqkit/main.nf"
......
......@@ -146,7 +146,7 @@ profiles {
singularity.runOptions = "--bind /data,/home"
process {
errorStrategy = 'finish'
memory = '256GB'
memory = '32GB'
withLabel: big_mem_mono_cpus {
cpus = 1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment