From 91df9439fe7b2c5ac35f083d597d80a400f77e73 Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Wed, 22 Apr 2009 14:34:09 +0000 Subject: [PATCH] correct typo in ISO evidence code git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@10589 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java b/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java index e6efb4a6f..a98e30106 100644 --- a/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java +++ b/uk/ac/sanger/artemis/components/genebuilder/cv/GoBox.java @@ -67,7 +67,7 @@ public class GoBox extends AbstractCvBox "IPI\t:: inferred from physical interaction", "ISA\t:: inferred from sequence alignment", "ISM\t:: inferred from sequence model", - "ISO\t:: inferred from sequence ontology", + "ISO\t:: inferred from sequence orthology", "ISS\t:: inferred from sequence or structural similarity", "NAS\t:: non-traceable author statement", "ND \t:: no biological data available", @@ -85,7 +85,7 @@ public class GoBox extends AbstractCvBox "inferred from physical interaction", "inferred from sequence alignment", "inferred from sequence model", - "inferred from sequence ontology", + "inferred from sequence orthology", "inferred from sequence or structural similarity", "non-traceable author statement", "no biological data available", -- GitLab