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

Remove modules.

parent daede552
Branches
Tags
No related merge requests found
Pipeline #2009 passed with stage
in 2 minutes and 29 seconds
......@@ -30,7 +30,6 @@ process checkDesignFile {
script:
"""
module load python/3.6.1-2-anaconda
python3 $baseDir/scripts/check_design.py -d $params.designFile
"""
}
......@@ -75,8 +74,6 @@ process mkfastq {
script:
"""
module load cellranger/2.1.1
module 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