Skip to content

Commit

Permalink
Merge pull request bioconda#1746 from bioconda/ct-note-post-link-example
Browse files Browse the repository at this point in the history
add example recipe that has a post-link.sh script (krona)
  • Loading branch information
tomkinsc authored Jun 14, 2016
2 parents e64cc9d + 08cceef commit a74dbee
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 @@ -205,9 +206,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 a74dbee

Please sign in to comment.