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
d108d994
Commit
d108d994
authored
5 years ago
by
van den Berg
Browse files
Options
Downloads
Patches
Plain Diff
Add testcases for known sites
parent
2fa4b6d6
No related branches found
No related tags found
1 merge request
!13
Deprecate conda, make pipeline more general
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_sanity_checks.yml
+28
-0
28 additions, 0 deletions
tests/test_sanity_checks.yml
with
28 additions
and
0 deletions
tests/test_sanity_checks.yml
+
28
−
0
View file @
d108d994
...
@@ -39,3 +39,31 @@
...
@@ -39,3 +39,31 @@
-
"
/very/unlikely/to/exist
does
not
exist"
-
"
/very/unlikely/to/exist
does
not
exist"
tags
:
tags
:
-
sanity
-
sanity
-
name
:
test-known-sites-does-not-exist
command
:
>
snakemake -n -r -p -s Snakefile --config OUTPUT_DIR=/test/
REFERENCE=Snakefile JAVA=Snakefile GATK=Snakefile DBSNP=Snakefile
ONETHOUSAND=Snakefile HAPMAP=Snakefile
SAMPLE_CONFIG=Snakefile
KNOWN_SITES=/very/unlikely/to/exist
exit_code
:
1
stdout
:
contains
:
-
"
/very/unlikely/to/exist
does
not
exist"
tags
:
-
sanity
-
name
:
test-known-sites-any-does-not-exist
command
:
>
snakemake -n -r -p -s Snakefile --config OUTPUT_DIR=/test/
REFERENCE=Snakefile JAVA=Snakefile GATK=Snakefile DBSNP=Snakefile
ONETHOUSAND=Snakefile HAPMAP=Snakefile
SAMPLE_CONFIG=Snakefile
KNOWN_SITES=Snakefile,/very/unlikely/to/exist
exit_code
:
1
stdout
:
contains
:
-
"
/very/unlikely/to/exist
does
not
exist"
tags
:
-
sanity
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