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

support for trans-splice

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@2442 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 8643fc18
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/io/LocationParseNode.java,v 1.4 2005-05-03 09:12:09 tjc Exp $
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/LocationParseNode.java,v 1.5 2005-05-03 09:14:43 tjc Exp $
*/
package uk.ac.sanger.artemis.io;
......@@ -33,7 +33,7 @@ import uk.ac.sanger.artemis.util.OutOfRangeException;
* Location. It is a utility class for EMBL.Location.
*
* @author Kim Rutherford
* @version $Id: LocationParseNode.java,v 1.4 2005-05-03 09:12:09 tjc Exp $
* @version $Id: LocationParseNode.java,v 1.5 2005-05-03 09:14:43 tjc Exp $
*
**/
......@@ -916,7 +916,7 @@ class LocationParseNode extends EMBLObject
{
// a mixture of RANGE and COMPLEMENT nodes is not valid
//return false;
JOptionPane.showMessageDialog(null, "Contains trans-spliced feature!",
JOptionPane.showMessageDialog(null, "Contains trans-spliced feature!\n"+toString(),
"Trans-spliced site found",
JOptionPane.INFORMATION_MESSAGE);
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment