v1.8.2
To run VarDistJava in single sample mode vardict_workflow_single_sample.cwl should be run. vardict_workflow_single_sample.cwl will run 3 workflows to implement the example command in the original documentations as explained here: https://github.com/AstraZeneca-NGS/VarDictJava#single-sample-mode
Version of tools in docker image (/container/Dockerfile)
Tool
Version
Location
ubuntu base image (alpine)
3.8
-
CWL
CWL specification 1.0
Use example_inputs.yaml to see the inputs to the cwl
Example Command using toil:
> toil-cwl-runner vardict_single_sample.cwl example_inputs.yamlIf at MSK, using the JUNO cluster you can use the following command
#Using CWLTOOL
> cwltool --singularity --non-strict /path/to/vardict_1.8.2/vardict_single_sample.cwl /path/to/inputs.yaml
#Using Toil-cwl-runner
toil-cwl-runner --singularity vardict_single_sample.cwl example_inputs.yamlUsage
Last updated