File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ process {
2+ cpus = 1
3+ time = '1h'
4+ maxForks = 2
5+ shell = ['/bin/bash', '-euo', 'pipefail']
6+ stageOutMode = 'rsync'
7+ }
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments