Skip to content

MobiDL/tasks

Repository files navigation

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