Skip to content

Commit eece493

Browse files
committed
Merge branch 'main' into continuous-integration
2 parents ee485e4 + 10c034f commit eece493

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

nextflow.config

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff 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

7071
resume = true
@@ -86,5 +87,5 @@ trace {
8687

8788
dag {
8889
enabled = true
89-
file = "${params.pipeline_report}/pipeline_dag.svg"
90+
file = "${params.pipeline_report}/pipeline_dag_${new Date().format('yyyyMMddHHmmss')}.svg"
9091
}

0 commit comments

Comments
 (0)