Skip to content
Snippets Groups Projects
Commit f79b493d authored by tjc's avatar tjc
Browse files

use UniProtKB for GO

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8325 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 73c71846
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/FeatureEdit.java,v 1.59 2008-06-03 10:37:53 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/FeatureEdit.java,v 1.60 2008-07-22 12:40:54 tjc Exp $
**/
package uk.ac.sanger.artemis.components;
......@@ -76,7 +76,7 @@ import javax.swing.*;
* FeatureEdit class
*
* @author Kim Rutherford
* @version $Id: FeatureEdit.java,v 1.59 2008-06-03 10:37:53 tjc Exp $
* @version $Id: FeatureEdit.java,v 1.60 2008-07-22 12:40:54 tjc Exp $
**/
public class FeatureEdit extends JPanel
implements EntryChangeListener, FeatureChangeListener
......@@ -441,7 +441,7 @@ public class FeatureEdit extends JPanel
final String go_string = "aspect=; term=; GOid=GO:; "+
"evidence=ISS; db_xref=GOC:unpublished; " +
"with=UniProt:; date=" + result_buffer;
"with=UniProtKB:; date=" + result_buffer;
qualifier_text_area.append("=\"" + go_string + "\"");
}
else if(qualifier_name.equals("controlled_curation"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment