Skip to content
Snippets Groups Projects
Commit 382be8c7 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Rename fastqs by sample not lane

parent cb957223
Branches
Tags
3 merge requests!53Develop,!35Develop,!33Resolve "Change nextflow fastq rename to iterate sample not lane"
Pipeline #3371 passed with stages
in 28 minutes and 50 seconds
This commit is part of merge request !35. Comments created here will be created in the context of that merge request.
......@@ -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