Provean 1.1.3: Difference between revisions
Line 25: | Line 25: | ||
Compiled from source. | Compiled from source. | ||
<source lang='bash'> | <source lang='bash'> | ||
./configure --prefix=/cm/shared/apps/WUR/ABGC/provean/provean-1.1.3/ PSIBLAST=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/psiblast BLASTDBCMD=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/blastdbcmd CDHIT=/cm/shared/apps/WUR/ABGC/cd-hit/cd-hit-v4.6.1-2012-08-27/cd-hit BLAST_DB=/ | ./configure --prefix=/cm/shared/apps/WUR/ABGC/provean/provean-1.1.3/ PSIBLAST=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/psiblast BLASTDBCMD=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/blastdbcmd CDHIT=/cm/shared/apps/WUR/ABGC/cd-hit/cd-hit-v4.6.1-2012-08-27/cd-hit BLAST_DB=/lustre/nobackup/WUR/ABGC/shared/public_data_store/nrdb/nrdb_241213/nr | ||
make | make | ||
make install | make install |
Revision as of 23:06, 24 December 2013
PROVEAN was developed to predict whether a protein sequence variation affects protein function.
Module file
The module file can be found in this location:
/cm/shared/apps/WUR/ABGC/modulefiles
<source lang='tcl'>
- %Module1.0#######################################################################
- Provean 1.1.3 modulefile
proc ModulesHelp { } {
puts stderr "\tAdds Provean 1.1.3 to your environment"
}
module-whatis "Adds Provean 1.1.3 to your environment"
set provean_113_root /cm/shared/apps/WUR/ABGC/provean/provean-1.1.3/bin/
prepend-path PATH $provean_113_root
</source>
Installation details
Compiled from source. <source lang='bash'> ./configure --prefix=/cm/shared/apps/WUR/ABGC/provean/provean-1.1.3/ PSIBLAST=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/psiblast BLASTDBCMD=/cm/shared/apps/WUR/ABGC/blast/ncbi-blast-2.2.28+/bin/blastdbcmd CDHIT=/cm/shared/apps/WUR/ABGC/cd-hit/cd-hit-v4.6.1-2012-08-27/cd-hit BLAST_DB=/lustre/nobackup/WUR/ABGC/shared/public_data_store/nrdb/nrdb_241213/nr make make install </source>