Skip to content

Commit aba0947

Browse files
committed
add expected result (sum file)
1 parent 4826cec commit aba0947

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/run_example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
-o output/
4242
4343
- name: Compare output with expected
44-
run: diff output/UP000005640_9606.sum example_data/omark_output/UP000005640_9606.sum
44+
run: diff output/UP000005640_9606.sum example_data/UP000005640_9606.sum

example_data/UP000005640_9606.sum

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#The selected clade was Hominidae
2+
#Number of conserved HOGs is: 16950
3+
#Results on conserved HOGs is:
4+
#S:Single:S, D:Duplicated[U:Unexpected,E:Expected],M:Missing
5+
S:16553,D:250[U:136,E:114],M:147
6+
S:97.66%,D:1.47%[U:0.80%,E:0.67%],M:0.87%
7+
#On the whole proteome, there is 20585 proteins
8+
#Of which:
9+
#A:Accurate - placements in consistent lineage[P:Partial hits,F:Fragmented], I: Inconsistent placements[P:Partial hits,F:Fragmented], C: Likely Contamination[P:Partial hits,F:Fragmented], U: Unknown
10+
A:20166[P:542,F:217],I:329[P:134,F:92],C:0[P:0,F:0],U:90
11+
A:97.96%[P:2.63%,F:1.05%],I:1.60%[P:0.65%,F:0.45%],C:0.00%[P:0.00%,F:0.00%],U:0.44%
12+
#From HOG placement, the detected species are:
13+
#Clade NCBI taxid Number of associated proteins Percentage of proteome's total
14+
Homo sapiens 9606 20495 99.56%
15+

0 commit comments

Comments
 (0)