ANGSD: Analysis of next generation Sequencing Data

Latest tar.gz version is (0.938/0.939 on github), see Change_log for changes, and download it here.

Thorfinn

From angsd
Revision as of 17:45, 15 November 2016 by Thorfinn (talk | contribs)
Jump to navigation Jump to search

How to deploy

Make a combined angsd htslib to put on wiki download

copy latest and make a new annotated tag and push to wiki

mkdir delme
cd delme
git clone https://github.com/ANGSD/angsd
git clone https://github.com/SAMtools/htslib
cd angsd; git tag -a 0.914 -m "time for a new version"
git push
#modify Makefile to newversion PACKAGE_VERSION  = 0.914 for exapmle
tar cvf angsd0.914.tar.gz angsd htslib --exclude .git
scp angsd0.914.tar.gz software@popgen.dk:/home/software/download/angsd/