Skip to content

Commit

Permalink
Update testAll.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGSD authored May 3, 2024
1 parent b42f485 commit b0d8c30
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test/testAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,11 @@ fi
# Remove 'ncall' column and round values, since it fails on GitHub tests
#zcat output/test_dfit_local.dfit.gz | cut -f 1-6,8- | head -n 10 | numfmt -d $'\t' --header --format='%.2f' --field=2- --invalid=ignore > output/test_dfit_local.dfit.fix

echo HEEJEJEJEJEJEJEJEJEJ
zcat output/test_dfit_local.dfit.gz |head |wc -c
echo HEEJEJEJEJEJEJEJEJEJ
zcat output/test_dfit_local.dfit.gz |tail |wc -c
echo HEEJEJEJEJEJEJEJEJEJRUNNINGHEAD
gunzip -c output/test_dfit_local.dfit.gz |head |wc -c
echo DONERUNNINGHEADHEEJEJEJEJEJEJEJEJEJRUNNINGTAIL
gunzip -c output/test_dfit_local.dfit.gz |tail |wc -c
echo DONERUNNINNGTAIL
exit 1
echo "Running dfit local (10 threaded)"
CMD="${PRG} dfit output/test_lca.bdamage.gz --threads 10 --names data/names.dmp.gz --nodes data/nodes.dmp.gz --showfits 2 --nopt 2 --nbootstrap 2 --seed 12345 --lib ds --out output/test_dfit_local_10threads"
Expand Down

0 comments on commit b0d8c30

Please sign in to comment.