githubEdit

1.6.21

Version of tools in docker image (/container/Dockerfile)

Tool
Version
Location

clearlinux (base image)

-

-

vcf2maf

1.6.21

https://github.com/mskcc/vcf2maf/archive/v1.6.21.zip

VEP

105

-

MINICONDA_VERSION

py37_4.9.2

https://repo.anaconda.com/miniconda/Miniconda3-py37_4.9.2-Linux-x86_64.sh

BCFTOOLS_VERSION

1.10.2

-

SAMTOOLS_VERSION

1.10

-

VCF2MAF_VERSION

1.6.21

-

HTSLIB_VERSION

1.10.2

-

CWL

  • CWL specification 1.0

  • Use example_inputs.yaml to see the inputs to the cwl

  • Example Command using toilarrow-up-right:

    > toil-cwl-runner vcf2maf_1.6.21.cwl example_inputs.yaml

If at MSK, using the JUNO cluster having installed toil version 3.19 and manually modifying lsf.pyarrow-up-right by removing type==X86_64 && you can use the following command

#Using CWLTOOL
> cwltool --singularity --non-strict /path/to/vcf2maf_1.6.21.cwl /path/to/inputs.yaml

#Using toil-cwl-runner
> mkdir vcf2maf_toil_log
> toil-cwl-runner --singularity --logFile /path/to/vcf2maf_toil_log/cwltoil.log  --jobStore /path/to/vcf2maf_jobStore --batchSystem lsf --workDir /path/to/vcf2maf_toil_log --outdir . --writeLogs /path/to/vcf2maf_toil_log --logLevel DEBUG --stats --retryCount 2 --disableCaching --maxLogFileSize 20000000000 /path/to/vcf2maf_1.6.17.cwl /path/to/inputs.yaml > vcf2maf_toil.stdout 2> vcf2maf_toil.stderr &

Usage

Last updated