Class ToolsListExporter


  • public class ToolsListExporter
    extends java.lang.Object
    Exports a YAML configuration file containing the list of all tools necessary in Galaxy to run this IRIDA instance. The path to the YAML config file is given as a command-line argument.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ToolsListExporter

        public ToolsListExporter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws IridaWorkflowNotFoundException,
                                com.fasterxml.jackson.core.JsonGenerationException,
                                com.fasterxml.jackson.databind.JsonMappingException,
                                java.io.IOException
        Throws:
        IridaWorkflowNotFoundException
        com.fasterxml.jackson.core.JsonGenerationException
        com.fasterxml.jackson.databind.JsonMappingException
        java.io.IOException