Skip to content

Commit

Permalink
update tests with removed vcf suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Apr 18, 2024
1 parent 9f2a710 commit 6505818
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions tests/modules/plink2/relabelpvar/test.yml
Expand Up @@ -5,11 +5,11 @@
- fast
- module
files:
- path: output/plink2/GRCh37_test_22_vcf.psam
- path: output/plink2/GRCh37_test_22.psam
md5sum: 90f1430b71153d59bc14e9499b0366f4
- path: output/plink2/GRCh37_test_22_vcf.pgen
- path: output/plink2/GRCh37_test_22.pgen
md5sum: be32a51a5509111327a5deb6a3610b2d
- path: output/plink2/GRCh37_test_22_vcf.pvar.zst
- path: output/plink2/GRCh37_test_22.pvar.zst
- path: output/plink2/versions.yml
contains:
- "plink2: 2.00a3.3"
6 changes: 3 additions & 3 deletions tests/modules/plink2/vcf/test.yml
Expand Up @@ -5,9 +5,9 @@
- plink2
- fast
files:
- path: output/plink2/GRCh37_test_22_vcf.pgen
- path: output/plink2/GRCh37_test_22_vcf.psam
- path: output/plink2/GRCh37_test_22_vcf.pvar.zst
- path: output/plink2/GRCh37_test_22.pgen
- path: output/plink2/GRCh37_test_22.psam
- path: output/plink2/GRCh37_test_22.pvar.zst
- path: output/plink2/versions.yml
contains:
- "plink2: 2.00a3.3"
8 changes: 4 additions & 4 deletions tests/subworkflows/test_make_compatible.yml
Expand Up @@ -19,10 +19,10 @@
- fast
files:
- path: output/combine/scorefiles.txt.gz
- path: output/plink2/GRCh37_cineca_22_vcf.pgen
- path: output/plink2/GRCh37_cineca_22_vcf.pvar.zst
- path: output/plink2/GRCh37_cineca_22_vcf.psam
- path: output/plink2/GRCh37_cineca_22_vcf.vmiss.gz
- path: output/plink2/GRCh37_cineca_22.pgen
- path: output/plink2/GRCh37_cineca_22.pvar.zst
- path: output/plink2/GRCh37_cineca_22.psam
- path: output/plink2/GRCh37_cineca_22.vmiss.gz

- name: test make compatible subworkflow with pfile
command: nextflow run main.nf --only_compatible -c ./tests/config/nextflow.config
Expand Down

0 comments on commit 6505818

Please sign in to comment.