delly call 1.0.3
Version of tools in docker image (/container/Dockerfile)
Tool
Version
Location
CWL
> toil-cwl-runner delly_1.0.3 .cwl example_inputs.yaml#Using CWLTOOL
> cwltool --singularity --non-strict /path/to/delly_1.0.3 .cwl /path/to/inputs.yaml
#Using toil-cwl-runner
> toil-cwl-runner --singularity --logFile /path/to/delly_toil.log --jobStore /path/to/delly_jobStore --batchSystem lsf --workDir /path/to/delly_toil_log --outdir . --writeLogs /path/to/delly_toil_log --logLevel DEBUG --stats --retryCount 2 --disableCaching --disableChaining --maxLogFileSize 20000000000 /path/to/delly_0.7.17.cwl /path/to/inputs.yaml > delly_toil.stdout 2> delly_toil.stderr &Usage
usage: delly_1.0.3 .cwl [-h] [--memory_per_job MEMORY_PER_JOB]
[--memory_overhead MEMORY_OVERHEAD]
[--number_of_threads NUMBER_OF_THREADS]
[--out_file OUT_FILE] --reference_genome
REFERENCE_GENOME [--exclude_regions EXCLUDE_REGIONS]
[--vcffile VCFFILE] [--svtype SVTYPE]
[job_order]
positional arguments:
job_order Job input json file
optional arguments:
-h, --help show this help message and exit
--memory_per_job MEMORY_PER_JOB
Memory per job in megabytes
--memory_overhead MEMORY_OVERHEAD
Memory overhead per job in megabytes
--number_of_threads NUMBER_OF_THREADS
--out_file OUT_FILE The name to be used for the output bcf file
--reference_genome REFERENCE_GENOME
reference genome fasta file
--exclude_regions EXCLUDE_REGIONS
file with regions to exclude
--vcffile VCFFILE input VCF/BCF file for genotyping
--svtype SVTYPE SV type to compute [DEL, INS, DUP, INV, BND, ALL]Disclaimer
Last updated