4dn-dcic / tibanna

Tibanna helps you run your genomic pipelines on Amazon cloud (AWS). It is used by the 4DN DCIC (4D Nucleome Data Coordination and Integration Center) to process data. Tibanna supports CWL/WDL (w/ docker), Snakemake (w/ conda) and custom Docker/shell command.
MIT License
70 stars 28 forks source link

Add run_args to specify additional command line arguments #354

Closed alexander-veit closed 2 years ago

alexander-veit commented 3 years ago

With this change, additional command line arguments can be specified in the tibanna job description that are passed to the cwltool, cromwell run, caper run commands.

This is necessary, e.g., for the ChipSeq pipeline that only runs using caper run ... --docker. In this case we can now specify "run_args": "--docker" in the job description.