File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -51,20 +51,21 @@ profiles {
5151 includeConfig " $baseDir /config/ressources/local.config"
5252 }
5353 test {
54- params. aligner = " hisat2"
55- params. genome = " ${ baseDir} /test/hpv16.fa"
56- params. reads = " ${ baseDir} /test/U2OS_A1_R1_sub100000.fastq"
57- params. read_type = " short_single"
58- params. library_type = " U"
59- }
60- test2 {
6154 params. aline_profiles = " ${ baseDir} /config/ressources/custom_aline.config"
6255 params. aligner = " STAR"
6356 params. reads = " ${ baseDir} /data/chr21/chr21_small_R1.fastq.gz "
64- params. genome = " ${ baseDir} /data/chr21/chr21_small.fasta"
57+ params. genome = " ${ baseDir} /data/chr21/chr21_small.fasta.gz "
6558 params. library_type = " ISR"
6659 params. read_type = " short_single"
6760 }
61+ test2 {
62+ params. aline_profiles = " ${ baseDir} /config/ressources/custom_aline.config"
63+ params. aligner = " STAR"
64+ params. reads = " ${ baseDir} /data/chr21/"
65+ params. genome = " ${ baseDir} /data/chr21/chr21_small.fasta.gz"
66+ params. library_type = " ISR"
67+ params. read_type = " short_paired"
68+ }
6869}
6970
7071resume = true
@@ -86,5 +87,5 @@ trace {
8687
8788dag {
8889 enabled = true
89- file = " ${ params.pipeline_report} /pipeline_dag .svg"
90+ file = " ${ params.pipeline_report} /pipeline_dag_ ${ new Date().format('yyyyMMddHHmmss') } .svg"
9091}
You can’t perform that action at this time.
0 commit comments