Skip to content
Snippets Groups Projects
Commit 2b33c106 authored by van den Berg's avatar van den Berg
Browse files

Add tests to check * variants are removed

parent d3f4c595
No related branches found
No related tags found
1 merge request!2Add testing to vcf-to-varda
Pipeline #3739 passed
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -46,7 +46,7 @@
--singularity-args ' --containall --bind /tmp'
--notemp
--cores 1
16699289_trimmed.vcf
16699289_variants_ucsc.varda
files:
- path: 16699289_trimmed.vcf
must_not_contain:
......@@ -57,3 +57,11 @@
- "chrM\t195\t.\tC\t*"
- "chrM\t410\t.\tA\tC"
- "chrM\t2261\t.\tC\tT"
- path: 16699289_single.vcf
- path: 16699289_no_alt_star.vcf
must_not_contain:
- "chrM\t195\t.\tC\t*"
contains:
- "chrM\t152\t.\tT\tC"
- "chrM\t410\t.\tA\tC"
- path: 16699289_variants_ucsc.varda
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment