Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 530 Bytes

File metadata and controls

18 lines (13 loc) · 530 Bytes

genometools

Statistics-Descriptive (for stats)

wget http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-3.0612.tar.gz
tar xzvf Statistics-Descriptive-3.0612.tar.gz
perl Makefile.PL PREFIX=/work-zfs/mschatz1/mschatz/lib/perl5/site_perl
make
make test
make install
export PERL5LIB="/work-zfs/mschatz1/mschatz/lib/perl5/site_perl/share/perl5"

Alternative

$ sudo cpan install Statistics::Descriptive

Conda

$ conda install -c bioconda perl-statistics-descriptive