Skip to content

Latest commit

 

History

History

wdl

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Workflow Description Language (WDL) for rmats2sashimiplot

Run on AnVIL

Run with cromwell

  • https://github.com/broadinstitute/cromwell
  • Create an input config file
    • java -jar "${WOMTOOL_JAR}" inputs --optional-inputs true rmats2sashimiplot.wdl > rmats2sashimiplot_inputs.json
    • Edit rmats2sashimiplot_inputs.json
  • Validate
    • java -jar "${WOMTOOL_JAR}" validate --inputs rmats2sashimiplot_inputs.json rmats2sashimiplot.wdl
  • Run
    • java -jar "${CROMWELL_JAR}" run --inputs rmats2sashimiplot_inputs.json rmats2sashimiplot.wdl