Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcf-to-varda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Klinische Genetica
capture-lumc
vcf-to-varda
Commits
12a30bd9
Commit
12a30bd9
authored
4 years ago
by
van den Berg
Browse files
Options
Downloads
Patches
Plain Diff
Add vcf-to-varda conda env
parent
6b91dae5
No related branches found
No related tags found
2 merge requests
!2
Add testing to vcf-to-varda
,
!1
Gitlab ci
Pipeline
#3730
failed
4 years ago
Stage: sanity
Stage: dry-run
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-2
10 additions, 2 deletions
.gitlab-ci.yml
with
10 additions
and
2 deletions
.gitlab-ci.yml
+
10
−
2
View file @
12a30bd9
...
...
@@ -5,6 +5,14 @@ variables:
before_script
:
-
pip3 install pytest-workflow
.slurm_before_script_anchor
:
&slurm_before_script_anchor
before_script
:
-
export BASETEMP=$RUN_BASE_DIR/$CI_COMMIT_REF_NAME/$CI_JOB_ID
-
source ${CONDA_SH}
-
conda activate vcf-to-varda
-
export PATH=${PATH}:${SINGULARITY_PATH}
-
echo $BASETEMP
stages
:
-
sanity
-
dry-run
...
...
@@ -19,9 +27,9 @@ test-sanity:
stage
:
sanity
test-dry-run
:
<<
:
*before_script_anchor
<<
:
*
slurm_
before_script_anchor
script
:
-
pytest --keep-workflow-wd-on-fail --tag dry-run
-
pytest --keep-workflow-wd-on-fail
--basetemp ${BASETEMP}
--tag dry-run
image
:
lumc/singularity-snakemake:3.5.2-5.15.0
tags
:
-
slurm
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment