ANGSD 0.614
ANGSD ANGSD is a software for analyzing next generation sequencing data. The software can handle a number of different input types from mapped reads to imputed genotype probabilities. Most methods take genotype uncertainty into account instead of basing the analysis on called genotypes. This is especially useful for low and medium depth data. The software is written in C++ and has been used on large sample sizes.
Module file
The module file can be found in this location:
/cm/shared/modulefiles/SHARED/
<source lang='tcl'>
- %Module1.0#######################################################################
- ANGSD 0.614 modulefile
proc ModulesHelp { } {
puts stderr "\tAdds ANGSD v0.614 to your environment"
}
module-whatis "Adds ANGSD v0.614 to your environment"
set angsd_v0614_root /cm/shared/apps/WUR/ABGC/ANGSD/angsd0.614
prepend-path PATH $angsd_v0614_root
</source>
Installation details
Installed from downloaded 64bit binary, see external links.