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

add srcfeature_id

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4516 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 0229dc93
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/ChadoCanonicalGene.java,v 1.4 2006-07-04 15:58:52 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/ChadoCanonicalGene.java,v 1.5 2006-07-05 12:30:12 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -49,6 +49,9 @@ public class ChadoCanonicalGene ...@@ -49,6 +49,9 @@ public class ChadoCanonicalGene
// derives_from transript // derives_from transript
private Hashtable proteins = new Hashtable(); private Hashtable proteins = new Hashtable();
// srcfeature
private int srcfeature_id;
// srcfeature length // srcfeature length
private int seqlen; private int seqlen;
...@@ -272,4 +275,14 @@ public class ChadoCanonicalGene ...@@ -272,4 +275,14 @@ public class ChadoCanonicalGene
{ {
this.seqlen = seqlen; this.seqlen = seqlen;
} }
public int getSrcfeature_id()
{
return srcfeature_id;
}
public void setSrcfeature_id(int srcfeature_id)
{
this.srcfeature_id = srcfeature_id;
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment