# Author: Dylan Aïssi <daissi@debian.org>
# Last-Update: 2019-09-09
# These files were downloaded from https://faculty.washington.edu/browning/beagle/
# They should be updated when upstream update them.
wget https://faculty.washington.edu/browning/beagle/beagle5_release_notes -O release_notes
wget https://faculty.washington.edu/browning/beagle/beagle_5.1_08Nov19.pdf -O beagle_5.1.pdf
wget https://faculty.washington.edu/browning/beagle/run.beagle.20Nov19.573.example -O run.beagle.example
wget https://faculty.washington.edu/browning/beagle/test.20Nov19.573.vcf.gz -O test.vcf.gz && \
gunzip test.vcf.gz
|