Merge branch 'JABAWS_Release_2_0'
[jabaws.git] / runner / compbio / runner / _impl / Runners.java
diff --git a/runner/compbio/runner/_impl/Runners.java b/runner/compbio/runner/_impl/Runners.java
deleted file mode 100644 (file)
index de61e02..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-/* Copyright (c) 2011 Peter Troshin\r
- *  \r
- *  JAva Bioinformatics Analysis Web Services (JABAWS) @version: 2.0     \r
- * \r
- *  This library is free software; you can redistribute it and/or modify it under the terms of the\r
- *  Apache License version 2 as published by the Apache Software Foundation\r
- * \r
- *  This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without\r
- *  even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache \r
- *  License for more details.\r
- * \r
- *  A copy of the license is in apache_license.txt. It is also available here:\r
- * @see: http://www.apache.org/licenses/LICENSE-2.0.txt\r
- * \r
- * Any republication or derived work distributed in source code form\r
- * must include this copyright and license notice.\r
- */\r
-package compbio.runner._impl;\r
-\r
-public final class Runners {\r
-\r
-    private Runners() {\r
-    }\r
-\r
-    public static Mcl getMclRunnable(String workDirectory) {\r
-       return new Mcl(workDirectory);\r
-    }\r
-\r
-    public static OB getOBRunnable(String workDirectory) {\r
-       return new OB(workDirectory);\r
-    }\r
-\r
-    public static NetNglyc getNetNglycRunnable(String workDirectory) {\r
-       return new NetNglyc();\r
-    }\r
-\r
-    public static Ronn getRonnRunnable(String workDirectory) {\r
-       return new Ronn(workDirectory);\r
-    }\r
-\r
-    public static Tmhmm2 getTmhmm2Runnable(String workDirectory) {\r
-       return new Tmhmm2(workDirectory);\r
-    }\r
-\r
-    public static RPSBlast getRPSBlastRunnable(String workDirectory) {\r
-       return new RPSBlast(workDirectory);\r
-    }\r
-\r
-    public static BlastAll getBlastAllRunnable(String workDirectory) {\r
-       return new BlastAll(workDirectory);\r
-    }\r
-\r
-    public static PSIBlast getPSIBlastRunnable(String workDirectory) {\r
-       return new PSIBlast(workDirectory);\r
-    }\r
-\r
-}\r