Skip to content

Commit eb4ce9d

Browse files
committed
create base config file for aline
1 parent eece493 commit eb4ce9d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
process {
2+
cpus = 1
3+
time = '1h'
4+
maxForks = 2
5+
shell = ['/bin/bash', '-euo', 'pipefail']
6+
stageOutMode = 'rsync'
7+
}

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ profiles {
5151
includeConfig "$baseDir/config/ressources/local.config"
5252
}
5353
test {
54-
params.aline_profiles = "${baseDir}/config/ressources/custom_aline.config"
54+
params.aline_profiles = "${baseDir}/config/ressources/base_aline.config"
5555
params.aligner = "STAR"
5656
params.reads = "${baseDir}/data/chr21/chr21_small_R1.fastq.gz "
5757
params.genome = "${baseDir}/data/chr21/chr21_small.fasta.gz"
5858
params.library_type = "ISR"
5959
params.read_type = "short_single"
6060
}
6161
test2 {
62-
params.aline_profiles = "${baseDir}/config/ressources/custom_aline.config"
62+
params.aline_profiles = "${baseDir}/config/ressources/base_aline.config"
6363
params.aligner = "STAR"
6464
params.reads = "${baseDir}/data/chr21/"
6565
params.genome = "${baseDir}/data/chr21/chr21_small.fasta.gz"

0 commit comments

Comments
 (0)