From cae2c1208511db9340330eb7c27335d6ba0c7365 Mon Sep 17 00:00:00 2001 From: Kai Waldrant Date: Fri, 28 Jun 2024 16:43:53 +0200 Subject: [PATCH] update task_info readme section --- src/api/task_info.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/api/task_info.yaml b/src/api/task_info.yaml index 5fcce7b..71c60ac 100644 --- a/src/api/task_info.yaml +++ b/src/api/task_info.yaml @@ -21,6 +21,12 @@ readme: | git clone git@github.com:openproblems-bio/task_.git cd + + # make scripts executable + chmod +x scripts/* + + # initialise submodule + scripts/init_submodule.sh # download resources scripts/download_resources.sh