Skip to content

Commit

Permalink
what's wrong with my yaml :(
Browse files Browse the repository at this point in the history
  • Loading branch information
nebfield committed Sep 27, 2023
1 parent f27529e commit 3ad7dfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ancestry-vcf.yml
Expand Up @@ -61,11 +61,10 @@ jobs:
- name: Install plink2 to recode
run: sudo apt-get install -y plink2

- name: Make VCF
run: |
plink2 --pfile ${{ env.ANCESTRY_TARGET_DIR }}/GRCh38_HAPNEST_TARGET_ALL vzs \
plink2 --pfile ${ANCESTRY_TARGET_DIR}/GRCh38_HAPNEST_TARGET_ALL vzs \
--export vcf bgz \
--out ${{ env.ANCESTRY_TARGET_DIR }}/GRCh38_HAPNEST_TARGET_ALL
--out ${ANCESTRY_TARGET_DIR}/GRCh38_HAPNEST_TARGET_ALL

- name: Set up test requirements
uses: actions/setup-python@v3
Expand Down

0 comments on commit 3ad7dfa

Please sign in to comment.