Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 798 Bytes

install.rst

File metadata and controls

15 lines (7 loc) · 798 Bytes

Installation

It is easy to install the run_pbjelly, you just have to unzip or copy the 'bin' to you path. But you have to assign the path for the perl, and python in you own .bashrc file, the following is an example:

export PATH=/NJPROJ1/PAG/Animal/software/Perl-5.18.2/bin/:$PATH (for perl)

export PATH=/NJPROJ1/RAD/software/anaconda2/bin: (for python)

export PERL5LIB='/NJPROJ1/PAG/Animal/software/Perl-5.18.2/lib/perl5/site_perl/5.18.2/x86_64-linux-thread-multi:/NJPROJ1/PAG/Animal/software/Perl-5.18.2/lib/perl5/site_perl/5.18.2:/NJPROJ1/PAG/Animal/software/Perl-5.18.2/lib/perl5/5.18.2/x86_64-linux-thread-multi:/NJPROJ1/PAG/Animal/software/Perl-5.18.2/lib/perl5/5.18.2' (for perl lib)