This repo contains common resources that can be used for OpenProblems v2 tasks.
Note
The following instructions are not required when using the task_template repository to create your task repository.
To use the resources in this repository, you will need to add this as a submodule to the task repository.
You can do this by running the following command:
git submodule add [email protected]:openproblems-bio/common_resources.git common
To update the repository with the latest changes from in the submodule, you can run the following command:
git submodule update --remote
When cloning a repository with a submodule and there are no files visible, you will need to initialize by running the following command:
git submodule update --init --recursive
The above information is also available on working-with-submodules.