Skip to content
GitLab
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
d108d994
Commit
d108d994
authored
Sep 17, 2019
by
van den Berg
Browse files
Add testcases for known sites
parent
2fa4b6d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/test_sanity_checks.yml
View file @
d108d994
...
...
@@ -39,3 +39,31 @@
-
"
/very/unlikely/to/exist
does
not
exist"
tags
:
-
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
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment