Skip to content
Snippets Groups Projects

Develop

Merged Gervaise Henry requested to merge develop into 10-count.features
Viewing commit 382be8c7
Show latest version
1 file
+ 2
2
Preferences
File browser
Compare changes
+ 2
2
@@ -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
}