Skip to content
Snippets Groups Projects
Commit 5b73fc02 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

Update Cellranger to version 3.1.0

parent 151db2cf
Branches
Tags
2 merge requests!45Develop,!42Resolve "Change to cellranger v 3.1.0"
Pipeline #4579 passed with stages
in 1 minute and 58 seconds
# v1.3.0 (in development)
**User Facing**
* Change Cellranger Version to 3.1.0
**Background**
......
......@@ -40,7 +40,7 @@ documentation_files:
# Specify versioned module names to ensure reproducability.
workflow_modules:
- 'python/3.6.1-2-anaconda'
- 'cellranger/2.1.1'
- 'cellranger/3.1.0'
- 'bcl2fastq/2.17.1.14'
- 'fastqc/0.11.5'
- 'parallel'
......
......@@ -12,7 +12,7 @@ process {
queue = 'super'
}
withLabel:mkfastq {
module = ['cellranger/3.0.2', 'bcl2fastq/2.19.1']
module = ['cellranger/3.1.0', 'bcl2fastq/2.19.1']
queue = '128GB,256GB,256GBv1,384GB'
}
withLabel:fastqc {
......
......@@ -81,7 +81,7 @@ process mkfastq {
tag "${bcl.baseName}"
queue '128GB,256GB,256GBv1,384GB'
publishDir "${outDir}/${task.process}", mode: 'copy', pattern: "{*/outs/**/*.fastq.gz}"
module 'cellranger/3.0.2:bcl2fastq/2.19.1'
module 'cellranger/3.1.0:bcl2fastq/2.19.1'
input:
each bcl from bclPaths.collect()
......@@ -156,7 +156,7 @@ process versions {
tag "${name}"
publishDir "${outDir}/misc/${task.process}/${name}", mode: 'copy'
module 'python/3.6.1-2-anaconda:cellranger/3.0.2:bcl2fastq/2.19.1:fastqc/0.11.5:pandoc/2.7'
module 'python/3.6.1-2-anaconda:cellranger/3.1.0:bcl2fastq/2.19.1:fastqc/0.11.5:pandoc/2.7'
input:
......
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