Skip to content

Commit

Permalink
double arf
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Sep 27, 2023
1 parent 5c66567 commit 6733f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ancestry-vcf.yml
Expand Up @@ -62,9 +62,9 @@ jobs:
run: sudo apt-get install -y plink2

- name: run plink2
run: |
plink2 --pfile ${ANCESTRY_TARGET_DIR}/GRCh38_HAPNEST_TARGET_ALL vzs \
--export vcf bgz \
run: >
plink2 --pfile ${ANCESTRY_TARGET_DIR}/GRCh38_HAPNEST_TARGET_ALL vzs
--export vcf bgz
--out ${ANCESTRY_TARGET_DIR}/GRCh38_HAPNEST_TARGET_ALL

- name: Set up test requirements
Expand Down

0 comments on commit 6733f3d

Please sign in to comment.