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

kallisto: indexing config sh conda env instead of source

parent 2547f52d
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ profiles { ...@@ -50,7 +50,7 @@ profiles {
ccin2p3_conda { ccin2p3_conda {
process{ process{
withName: index_fasta { withName: index_fasta {
beforeScript = "source /sps/lbmc/common/miniconda3/init.sh" beforeScript = "sh /sps/lbmc/common/miniconda3/init.sh"
conda = "/sps/lbmc/common/miniconda3/envs/kallisto_0.44.0" conda = "/sps/lbmc/common/miniconda3/envs/kallisto_0.44.0"
scratch = true scratch = true
stageInMode = "copy" stageInMode = "copy"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment