Copy > toil-cwl-runner maf_filter_cmoch.cwl example_inputs.yaml
Copy #Using CWLTOOL
> cwltool --singularity --non-strict /path/to/maf_filter_cmoch.cwl /path/to/inputs.yaml
#Using toil-cwl-runner
> mkdir mafAnnotation_toil_log
> toil-cwl-runner --singularity --logFile /path/to/mafAnnotation_toil_log/cwltoil.log --jobStore /path/to/maf_filter_jobStore --batchSystem lsf --workDir /path/to/maf_filter_toil_log --outdir . --writeLogs /path/to/maf_filter_toil_log --logLevel DEBUG --stats --retryCount 2 --disableCaching --maxLogFileSize 20000000000 /path/to/maf_filter_cmoch.cwl /path/to/inputs.yaml > maf_filter_toil.stdout 2> maf_filter_toil.stderr &
Copy usage: maf_filter_cmoch.cwl
[-h] [--memory_per_job MEMORY_PER_JOB]
[--memory_overhead MEMORY_OVERHEAD]
[--number_of_threads NUMBER_OF_THREADS] --input_maf INPUT_MAF
[--output_maf_name OUTPUT_MAF_NAME]
[--output_maf_separator OUTPUT_MAF_SEPARATOR]
[job_order]
maf_filter_cmoch
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
--input_maf INPUT_MAF
--output_maf_name OUTPUT_MAF_NAME
--output_maf_separator OUTPUT_MAF_SEPARATOR