Skip to content

EI-CoreBioinformatics/CPC2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 2017-03-6 21:00, Yu-jian Kang

Here is a temporary package of CPC2. This package has been completely ported to Python3 and necessitates the C/C++ toolchain for being installed properly.

  1. Pre-requisite:

a. Biopython package: a local version could be downloaded from http://biopython.org/wiki/Download

b. GCC toolchain. On e.g. Ubuntu, do sudo apt install build-essential

  1. Install

python setup.py bdist_wheel && pip install dist/*whl

will suffice.

  1. Run the predict

$ CPC2 -i (input_seq) -o (result_in_table)

example: $ CPC2 -i data/example.fa -o example_output

  1. Output result

Result in table format (delimited by tab): #ID peptide_length Fickett_score isoelectric_point ORF_integrity coding_probability coding_label

See the website for tutorial and more details. (http://cpc2.cbi.pku.edu.cn)

This is a beta version of CPC2, if have any questions please report to us.

Contact: cpc@mail.cbi.pku.edu.cn

Releases

No releases published

Packages

No packages published

Languages

  • Java 21.0%
  • C++ 20.1%
  • HTML 16.5%
  • C 14.9%
  • Python 13.3%
  • M4 13.2%
  • Other 1.0%