Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add example recipe that has a post-link.sh script (krona) #1746

Merged
merged 1 commit into from
Jun 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add example recipe that has a post-link.sh script (krona)
  • Loading branch information
tomkinsc authored Jun 14, 2016
commit 08cceef0892b726b5d2bd7e3337231947942fb4c
3 changes: 1 addition & 2 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Examples of somewhat non-standard recipes, in no particular order:
distribution
* [hisat2](recipes/hisat2) runs `2to3` to make it Python 3 compatible, and
copies over individual scripts to the bin dir
* [krona](recipes/krona) has a `post-link.sh` script that gets called after installation to alert the user a manual step is required
* [htslib](recipes/htslib) has a small test script that creates example data
and runs multiple programs on it
* [spectacle](recipes/spectacle) runs `2to3` to make the wrapper script Python
Expand All @@ -204,9 +205,7 @@ collision was resolved with [weblogo](recipes/weblogo) and

If in doubt about how to handle a naming collision, please submit an issue.


## Tests

An adequate test must be included in the recipe. An "adequate" test depends on
the recipe, but must be able to detect a successful installation. While many
packages may ship their own test suite (unit tests or otherwise), including
Expand Down