This is a copier template for creating a modules library in the style of nf-core/modules.
-
Install copier:
pipx install copier
-
Run copier:
copier gh:nf-core/nf-modules-template ./my-new-modules-library
-
Follow the prompts to fill in the template values.
-
Initialize the new modules library as a git repository:
cd my-new-modules-library bash ./project_init.sh
The content of this template is primarily based on the nf-core/modules library. Other parts of the template draw from pawamoy/copier-uv.