Skip to content
Snippets Groups Projects
Verified Commit e069611c authored by Laurent Modolo's avatar Laurent Modolo
Browse files

kallisto: add ccin2p3_conda profile for indexing

parent 950bd41f
No related branches found
No related tags found
No related merge requests found
......@@ -48,4 +48,20 @@ profiles {
}
}
}
ccin2p3_conda {
process{
withName: index_fasta {
beforeScript = "source /sps/lbmc/common/miniconda2/init.sh"
conda = "/sps/lbmc/common/miniconda2/envs/kallisto_0.44.0"
scratch = true
stageInMode = "copy"
stageOutMode = "rsync"
executor = "sge"
clusterOptions = "-P P_lbmc -l os=cl7 -l sps=1 -r n"
cpus = 1
memory = "10GB"
time = "24h"
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment