Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.03 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.03 KB

common_resources

This repo contains common resources that can be used for OpenProblems v2 tasks.

Usage

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

Update

To update the repository with the latest changes from in the submodule, you can run the following command:

git submodule update --remote

Initialize

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

Resources

The above information is also available on working-with-submodules.