Skip to content
Snippets Groups Projects
Commit 37bade22 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Added a comment

parent 50e13d3d
No related branches found
No related tags found
No related merge requests found
package org.example.group
package org.example.group.pipelines
import nl.lumc.sasc.biopet.core.PipelineCommand
import nl.lumc.sasc.biopet.core.config.Configurable
......@@ -37,6 +37,8 @@ class BiopetPipeline(val root: Configurable) extends QScript with SummaryQScript
/* Only required when using [[SummaryQScript]] */
addSummaryQScript(shiva)
// From here you can use the output files of shiva as input file of other jobs
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment