Skip to content

Commit

Permalink
add example recipe that has a post-link.sh script (krona)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Jun 14, 2016
1 parent 7957fb0 commit 08cceef
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 08cceef

Please sign in to comment.