Package

nl.biopet.tools

pipelinestatus

Permalink

package pipelinestatus

Visibility
  1. Public
  2. All

Type Members

  1. case class Args(pipelineDir: File = null, depsFile: Option[File] = None, outputDir: File = null, follow: Boolean = false, refreshTime: Int = 30, complatePlots: Boolean = false, compressPlots: Boolean = true, pimHost: Option[String] = None, pimRunId: Option[String] = None, pimDeleteIfExist: Boolean = false, pimCompress: Boolean = true) extends Product with Serializable

    Permalink
  2. class ArgsParser extends AbstractOptParser[Args]

    Permalink
  3. case class Deps(jobs: Map[String, Job], files: Array[JsObject]) extends Logging with Product with Serializable

    Permalink

    This class can store the deps.json from a pipeline that stores all jobs and files and the connections

    This class can store the deps.json from a pipeline that stores all jobs and files and the connections

    Created by pjvanthof on 24/06/2017.

  4. class Job extends AnyRef

    Permalink

    This class can store a single job from a deps.json

    This class can store a single job from a deps.json

    Created by pjvanthof on 24/06/2017.

Value Members

  1. object Deps extends Serializable

    Permalink
  2. object Job

    Permalink
  3. object PipelineStatus extends ToolCommand[Args]

    Permalink
  4. package pim

    Permalink

Ungrouped