Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 416 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 416 Bytes

MobiDL - tasks

MobiDL - tasks is a collection of tools wrapped in WDL to be used in any WDL pipelines.

How to use ?

Submodule

You can use this module as a submodule in another repository.

cd MyWorkflow
git submodule add git@github.com:MobiDL/tasks.git
git config --global diff.submodule log
git config status.submodulesummary 1

Update

git submodule update --remote tasks