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

sort gene before CDS

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8742 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent bc7fcd74
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/FeatureComparator.java,v 1.1 2004-06-09 09:49:22 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/io/FeatureComparator.java,v 1.2 2008-09-08 10:36:30 tjc Exp $
*/ */
package uk.ac.sanger.artemis.io; package uk.ac.sanger.artemis.io;
...@@ -34,7 +34,7 @@ import java.util.Comparator; ...@@ -34,7 +34,7 @@ import java.util.Comparator;
* example ordering: 1..100, 1..200, 50..100, 150..250. * example ordering: 1..100, 1..200, 50..100, 150..250.
* *
* @author Kim Rutherford * @author Kim Rutherford
* @version $Id: FeatureComparator.java,v 1.1 2004-06-09 09:49:22 tjc Exp $ * @version $Id: FeatureComparator.java,v 1.2 2008-09-08 10:36:30 tjc Exp $
**/ **/
public class FeatureComparator implements Comparator { public class FeatureComparator implements Comparator {
...@@ -167,6 +167,7 @@ public class FeatureComparator implements Comparator { ...@@ -167,6 +167,7 @@ public class FeatureComparator implements Comparator {
final private String keys_to_sort_first[] = { final private String keys_to_sort_first[] = {
"source", "source",
"gene",
"CDS" "CDS"
}; };
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment