Skip to content

Commit

Permalink
no corruption now
Browse files Browse the repository at this point in the history
  • Loading branch information
ANGSD authored May 3, 2024
1 parent 888cc8b commit b42f485
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/testAll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ fi
#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 |wc -c
zcat output/test_dfit_local.dfit.gz |head |wc -c
echo HEEJEJEJEJEJEJEJEJEJ
zcat output/test_dfit_local.dfit.gz |tail |wc -c
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 b42f485

Please sign in to comment.