Skip to content

Commit 64c4f18

Browse files
authored
Update README.md
1 parent a7a1a2f commit 64c4f18

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CPC2 standalone
22
====
33

4-
* 2017-03-6 21:00, Yu-jian Kang
4+
* 2019-11-19 16:50, Yu-jian Kang
55

66
1 Pre-requisite:
77
----
@@ -31,8 +31,13 @@ example: tom@linux$ bin/CPC2.py -i data/example.fa -o example_output
3131

3232
4 Output result
3333
----
34-
Result in table format (delimited by tab):<br>
35-
#ID peptide_length Fickett_score isoelectric_point ORF_integrity coding_probability coding_label
34+
The result is in table format (plain text delimited by tab).
35+
36+
Default output:<br>
37+
#ID transcript_length peptide_length Fickett_score pI ORF_integrity coding_probability label
38+
39+
Set '--ORF' to output the start position of longest ORF:<br>
40+
#ID transcript_length peptide_length Fickett_score pI ORF_integrity ORF_Start coding_probability label
3641

3742
Contact
3843
----

0 commit comments

Comments
 (0)