Skip to content
Snippets Groups Projects
Commit cca1abd1 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix module loading issue.

parent 9e15745f
Branches
Tags
No related merge requests found
......@@ -30,6 +30,7 @@ process checkDesignFile {
script:
"""
module load python/3.6.1-2-anaconda
python3 $baseDir/scripts/check_design.py -d $params.designFile
"""
}
......@@ -74,6 +75,8 @@ process mkfastq {
script:
"""
module load cellranger/2.1.1
module load bcl2fastq/2.17.1.14
cellranger mkfastq --id="${bcl.baseName}" --run=$bcl --csv=$designPaths
"""
}
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