Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hutspot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
hutspot
Commits
96489f04
Commit
96489f04
authored
5 years ago
by
Sander Bollen
Browse files
Options
Downloads
Patches
Plain Diff
functional test yml
parent
14eed9ee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2482
failed
5 years ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+13
-0
13 additions, 0 deletions
.gitlab-ci.yml
tests/test_functional_run.yml
+21
-0
21 additions, 0 deletions
tests/test_functional_run.yml
with
34 additions
and
0 deletions
.gitlab-ci.yml
+
13
−
0
View file @
96489f04
...
...
@@ -37,3 +37,16 @@ test_integration:
tags
:
-
slurm
stage
:
integration
test_functional
:
before_script
:
-
export BASETEMP=$(mktemp -p ${RUN_BASE_DIR} -d)
script
:
-
source ${CONDA_SH}
-
conda activate hutspot-pipeline
-
py.test --tag functional --basetemp ${BASETEMP} --keep-workflow-wd
tags
:
-
slurm
stage
:
functional
only
:
-
schedules
\ No newline at end of file
This diff is collapsed.
Click to expand it.
tests/test_functional_run.yml
0 → 100644
+
21
−
0
View file @
96489f04
-
name
:
test-integration-run
command
:
>-
bash -c '
snakemake --use-conda --conda-prefix ${CONDA_PREFIX} --jobs 100 -w 120
--cluster 'sbatch' -r -p -s Snakefile -T
--config JAVA=$(which java)
REFERENCE=${FUNCTIONAL_REF} GATK=${GATK_JAR}
DBSNP=${FUNCTIONAL_DBSNP}
ONETHOUSAND=${FUNCTIONAL_ONETHOUSAND}
HAPMAP=${FUNCTIONAL_HAPMAP}
SAMPLE_CONFIG=${FUNCTIONAL_SAMPLE_CONFIG}'
exit_code
:
0
stderr
:
contains
:
-
"
Job
counts"
-
"
localrule
all:"
-
"
(100%)
done"
must_not_contain
:
-
"
rror"
tags
:
-
functional
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