Facets
Getting the CWL
Option 1: Running with yaml generated through cwltool
cwltool --make-template pluto-cwl/cwl/run-facets-legacy-wrapper.cwl > my_input.yamlsnp_pileup: # type “File”
class: File
path: /juno/work/ci/first_time_setup/test_facets/sample1.snp_pileup.gz
seed: “1000" # default value of type “string”. (optional)
sample_id: “abc” # type “string”
purity_min_nhet: “25" # default value of type “string”. (optional)
purity_cval: “100" # default value of type “string”. (optional)
min_nhet: “25" # default value of type “string”. (optional)
cval: “50" # default value of type “string”. (optional)toil-cwl-runner \
--singularity \
--batchSystem single_machine \
--disableCaching \
--preserve-environment SINGULARITY_DOCKER_USERNAME SINGULARITY_DOCKER_PASSWORD \
--outdir my_output_directory \
run-facets-legacy-wrapper.cwl my_input.yamlOption 2: Running tool directly through Command Line arguments
Last updated
Was this helpful?