bcftools tabix v1.15.1
CWL and Docker for Running tabs using bcftools v1.15.1
Version of tools in docker image (/container/Dockerfile)
Tool
Version
Location
CWL
toil-cwl-runner bcftools_tabix_1.15.1.cwl example_input_tabix.yaml#Using CWLTOOL
cwltool --singularity --non-strict /path/to/bcftools_tabix_1.15.1.cwl /path/to/inputs.yaml
#Using toil-cwl-runner
mkdir bcftools_toil_log
toil-cwl-runner --singularity --logFile /path/to/bcftools_toil_log/cwltoil.log --jobStore /path/to/bcftools_jobStore --batchSystem lsf --workDir /path/to/bcftools_toil_log --outdir . --writeLogs /path/to/bcftools_toil_log --logLevel DEBUG --stats --retryCount 2 --disableCaching --maxLogFileSize 20000000000 /path/to/bcftools_tabix_1.15.1.cwl /path/to/inputs.yaml > bcftools_toil.stdout 2> bcftools_toil.stderr &Usage
Last updated