Skip to content

Commit 10be9e2

Browse files
committed
update to new input path
1 parent a2cc0ea commit 10be9e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ profiles {
6060
}
6161
test_short_single_list {
6262
params.aligner = "STAR"
63-
params.reads = "${baseDir}/data/chr21/chr21_small_R1.fastq.gz,${baseDir}/data/chr21/chr21_small_R2.fastq.gz"
63+
params.reads = "${baseDir}/data/chr21/rain_chr21_small_R1.fastq.gz,${baseDir}/data/chr21/rain_chr21_small_R2.fastq.gz"
6464
params.genome = "${baseDir}/data/chr21/chr21_small.fasta.gz"
6565
params.annotation = "${baseDir}/data/chr21/chr21_small_filtered.gff3.gz"
6666
params.strandedness = "ISR"

0 commit comments

Comments
 (0)