Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 599 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 599 Bytes

helper_scripts

A collection of helper scripts for using the automated processing results in MPI-EVA

Contribution guidelines

  • Fork this repo
  • create a directory with your tool name
  • Place your tool in that directory, as well as a README.md for your tool that explains:
    • How to use the tool
    • Any limitations/warnings
  • Include a version number for your tool,that should be printed out when a user specifies -v or --version on the command line.
  • Commit this to your fork and open a PR in this repo to add your tool.
  • Wait for someone to review and merge the PR. :)