Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 786 Bytes

File metadata and controls

31 lines (20 loc) · 786 Bytes

nf-modules-template

This is a copier template for creating a modules library in the style of nf-core/modules.

Usage

  1. Install copier:

    pipx install copier
  2. Run copier:

    copier gh:nf-core/modules-template ./my-new-modules-library
  3. Follow the prompts to fill in the template values.

  4. Initialize the new modules library as a git repository:

    cd my-new-modules-library
    bash ./project_init.sh

Acknowledgements

The content of this template is primarily based on the nf-core/modules library. Other parts of the template draw from pawamoy/copier-uv.