Skip to content

Commit

Permalink
Update test_ubuntu.yml
Browse files Browse the repository at this point in the history
Same change as before; -annot is now -a or --annot
  • Loading branch information
bronsonj98 authored Jul 17, 2024
1 parent d0dfe01 commit 6aa1c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
covar=${EXAMPLE_DIR}/test.cov
annot=${EXAMPLE_DIR}/single.annot
env=${EXAMPLE_DIR}/test.env
./GENIE -g $gen -p $phen -c $covar -e $env -m G+GxE+NxE -k 10 -jn 10 -o ${TEST_OUTPUT_DIR}/test.1.out -annot $annot -t 6
./GENIE -g $gen -p $phen -c $covar -e $env -m G+GxE+NxE -k 10 -jn 10 -o ${TEST_OUTPUT_DIR}/test.1.out -a $annot -t 6
echo -e "\n\n###\n\n"
cat ${TEST_OUTPUT_DIR}/test.1.out
working-directory: ${{ env.BUILD_DIR }}
Expand All @@ -76,7 +76,7 @@ jobs:
covar=${EXAMPLE_DIR}/test.cov
annot=${EXAMPLE_DIR}/single.annot
env=${EXAMPLE_DIR}/test.env
./GENIE_multi_pheno -g $gen -p $phen -c $covar -e $env -m G+GxE+NxE -k 10 -jn 10 -o ${TEST_OUTPUT_DIR}/test.2.out -annot $annot -t 6
./GENIE_multi_pheno -g $gen -p $phen -c $covar -e $env -m G+GxE+NxE -k 10 -jn 10 -o ${TEST_OUTPUT_DIR}/test.2.out -a $annot -t 6
echo -e "\n\n###\n\n"
cat ${TEST_OUTPUT_DIR}/test.2.out
working-directory: ${{ env.BUILD_DIR }}
Expand Down

0 comments on commit 6aa1c5b

Please sign in to comment.