phylotastic hackathon at NESCENT 120606
authorcmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 6 Jun 2012 13:53:24 +0000 (13:53 +0000)
committercmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 6 Jun 2012 13:53:24 +0000 (13:53 +0000)
forester/java/src/org/forester/util/SequenceIdParser.java [new file with mode: 0644]

diff --git a/forester/java/src/org/forester/util/SequenceIdParser.java b/forester/java/src/org/forester/util/SequenceIdParser.java
new file mode 100644 (file)
index 0000000..09e208a
--- /dev/null
@@ -0,0 +1,48 @@
+// $Id:\r
+// FORESTER -- software libraries and applications\r
+// for evolutionary biology research and applications.\r
+//\r
+// Copyright (C) 2008-2009 Christian M. Zmasek\r
+// Copyright (C) 2008-2009 Burnham Institute for Medical Research\r
+// Copyright (C) 2000-2001 Washington University School of Medicine\r
+// and Howard Hughes Medical Institute\r
+// Copyright (C) 2003-2007 Ethalinda K.S. Cannon\r
+// All rights reserved\r
+//\r
+// This library is free software; you can redistribute it and/or\r
+// modify it under the terms of the GNU Lesser General Public\r
+// License as published by the Free Software Foundation; either\r
+// version 2.1 of the License, or (at your option) any later version.\r
+//\r
+// This library is distributed in the hope that it will be useful,\r
+// but WITHOUT ANY WARRANTY; without even the implied warranty of\r
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+// Lesser General Public License for more details.\r
+//\r
+// You should have received a copy of the GNU Lesser General Public\r
+// License along with this library; if not, write to the Free Software\r
+// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA\r
+//\r
+// Contact: phylosoft @ gmail . com\r
+// WWW: www.phylosoft.org/forester\r
+\r
+package org.forester.util;\r
+\r
+public final class SequenceIdParser {\r
+\r
+    \r
+    // ref_XP_002434188_1_mites___ticks_\r
+    // ref_NP_001121530_1_frogs___toads_\r
+    // gb_ADF31344_1_segmented_worms_\r
+    // gb_AAA96518_1\r
+    // gb_EHB07727_1_rodents_\r
+    // dbj_BAF37827_1_turtles_\r
+    // emb_CAA73223_1_primates_\r
+    // lcl_91970_unknown_\r
+    \r
+    \r
+    \r
+    private SequenceIdParser() {\r
+        // Hiding the constructor.\r
+    }\r
+}\r