Skip to content
Snippets Groups Projects
Commit 31d1da2c authored by Gervaise Henry's avatar Gervaise Henry 🤠
Browse files

Merge branch '19-rename.fastq.s' into 'develop'

Resolve "Change nextflow fastq rename to iterate sample not lane"

Closes #19

See merge request !33
parents cb957223 382be8c7
3 merge requests!53Develop,!35Develop,!33Resolve "Change nextflow fastq rename to iterate sample not lane"
Pipeline #3372 passed with stages
in 16 minutes and 54 seconds
......@@ -188,7 +188,7 @@ process count302 {
input:
set sample, file("${sample}_S1_L00?_R1_001.fastq.gz"), file("${sample}_S1_L00?_R2_001.fastq.gz") from samples302
set sample, file("${sample}_S?_L001_R1_001.fastq.gz"), file("${sample}_S?_L001_R2_001.fastq.gz") from samples302
file ref from refLocation302.first()
expectCells302
forceCells302
......@@ -217,4 +217,4 @@ process count302 {
cellranger count --id="$sample" --transcriptome="./$ref" --fastqs=. --sample="$sample" --force-cells=$forceCells302 --chemistry="$chemistryParam302"
"""
}
}
\ No newline at end of file
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment