Package 

Class SplitMafftRun

  • All Implemented Interfaces:

    
    public class SplitMafftRun
    
                        

    Simple utility to create a multithreaded script to run multiple anchors through MAFFT at a single time. This helps when running on cbsu as we can then make use of all the cores. Creates a single master script and a set of subscripts which will all run on a single thread. TODO This should be refractored to be able to run using CMD line calls from java Created by zrm22 on 6/7/17.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void main(Array<String> args)
      void run(String listOfFiles, String numberOfScripts, String outputDirectory)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait