tom@linux$ cd CPC2-beta
tom@linux$ export CPC_HOME="$PWD"
tom@linux$ cd libs/libsvm
tom@linux$ gzip -dc libsvm-3.18.tar.gz | tar xf -
tom@linux$ cd libsvm-3.18
tom@linux$ make clean && make
3 Run the predict
tom@linux$ cd $CPC_HOME
tom@linux$ bin/CPC2.py -i (input_seq) -o (result_in_table)
CPC2 standalone
1 Pre-requisite:
a. Biopython package: a local version could be downloaded from http://biopython.org/wiki/Download
2 Install
a. Unpack the tarball:
b. Build third-part packages:
3 Run the predict
Example:
If you want to output predicted peptide sequence, use CPC2_output_peptide.py with “–ORF” option:
4 Output result
Result in table format (delimited by tab):
#ID peptide_length Fickett_score isoelectric_point ORF_integrity coding_probability coding_label
Contact