FixMateInformation v1.96
Version of tools in docker image (../picard_add_or_replace_read_groups_1.96/container/Dockerfile)
Tool
Version
Location
java base image
8
-
R
3.3.3
r-base for opnejdk:8
CWL
CWL specification 1.0
Use example_inputs.yaml to see the inputs to the cwl
Example Command using toil:
> toil-cwl-runner picard_fix_mate_information_1.96.cwl example_inputs.yamlIf at MSK, using the JUNO cluster you can use the following command
#Using CWLTOOL
> cwltool --singularity --non-strict /path/to/picard_fix_mate_information_1.96/picard_fix_mate_information_1.96.cwl /path/to/inputs.yaml
#Using toil-cwl-runner
> mkdir picardFixMate_toil_log
> toil-cwl-runner --singularity --logFile /path/to/picardFixMate_toil_log/cwltoil.log --jobStore /path/to/picardFixMate_jobStore --batchSystem lsf --workDir /path/to picardFixMate_toil_log --outdir . --writeLogs /path/to/picardFixMate_toil_log --logLevel DEBUG --stats --retryCount 2 --disableCaching --maxLogFileSize 20000000000 /path/to/picard_fix_mate_information_1.96/picard_fix_mate_information_1.96.cwl /path/to/inputs.yaml > picardFixMate_toil.stdout 2> picardFixMate_toil.stderr &Usage
Last updated