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

correct stop codons for fwd seq

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2411 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent a6c14ab5
Branches
Tags
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/FeatureDisplay.java,v 1.19 2004-12-23 15:33:46 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/FeatureDisplay.java,v 1.20 2005-04-26 09:21:39 tjc Exp $
*/
package uk.ac.sanger.artemis.components;
......@@ -45,7 +45,7 @@ import javax.swing.JComponent;
* This component is used for displaying an Entry.
*
* @author Kim Rutherford
* @version $Id: FeatureDisplay.java,v 1.19 2004-12-23 15:33:46 tjc Exp $
* @version $Id: FeatureDisplay.java,v 1.20 2005-04-26 09:21:39 tjc Exp $
**/
public class FeatureDisplay extends EntryGroupPanel
......@@ -2150,7 +2150,7 @@ public class FeatureDisplay extends EntryGroupPanel
int draw_x_position;
if(direction == FORWARD)
draw_x_position = getLowXPositionOfBase(codon_base_start);
draw_x_position = getLowXPositionOfBase(codon_base_start+2);
else
{
final int raw_base_position = length - codon_base_start + 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment