Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Klinische Genetica
capture-lumc
hutspot
Commits
e76c3b7b
Commit
e76c3b7b
authored
Aug 12, 2020
by
van den Berg
Browse files
Install hutspot environment when it doesn't exist
parent
1d79ec4c
Pipeline
#4021
passed with stages
in 58 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e76c3b7b
...
...
@@ -10,7 +10,7 @@ variables:
before_script
:
-
export BASETEMP=$RUN_BASE_DIR/$CI_COMMIT_REF_NAME/$CI_JOB_ID
-
source ${CONDA_SH}
-
conda activate hutspot-pipeline
-
conda activate hutspot-pipeline
|| conda create -n hutspot-pipeline --file requirements.txt --file requirements-dev.txt -y && conda activate hutspot-pipeline
-
export PATH=${PATH}:${SINGULARITY_PATH}
-
echo "#!/usr/bin/env bash" > snakemake
-
echo "$(which snakemake) --profile slurm-test \"\$@\"" >> snakemake
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment