Refactoring: rename duplicated Util classes
[jabaws.git] / runner / compbio / runner / msa / Probcons.java
index c4f2015..872a5f8 100644 (file)
@@ -30,7 +30,7 @@ import compbio.data.sequence.UnknownFileFormatException;
 import compbio.engine.client.PipedExecutable;\r
 import compbio.engine.client.SkeletalExecutable;\r
 import compbio.metadata.ResultNotAvailableException;\r
-import compbio.runner.Util;\r
+import compbio.runner.RunnerUtil;\r
 \r
 public class Probcons extends SkeletalExecutable<Probcons>\r
                implements\r
@@ -57,7 +57,7 @@ public class Probcons extends SkeletalExecutable<Probcons>
        public Alignment getResults(String workDirectory)\r
                        throws ResultNotAvailableException {\r
                try {\r
-                       return Util.readClustalFile(workDirectory, getOutput());\r
+                       return RunnerUtil.readClustalFile(workDirectory, getOutput());\r
                } catch (FileNotFoundException e) {\r
                        log.error(e.getMessage(), e.getCause());\r
                        throw new ResultNotAvailableException(e);\r