Skip to content

Commit

Permalink
Update GUIDELINES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneskoester authored Jul 10, 2016
1 parent 3567380 commit 831dc02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ recipes. Recipes for dependencies with an `r-` prefix should be created using
### Java

Add a wrapper script if the software is typically called via `java -jar ...`.
For example, [fastqc](recipes/fastqc) already has a wrapper script, but
[peptide-shaker](recipes/peptide-shaker) does not.
For example, [fastqc](recipes/fastqc) already had a wrapper script, but
[peptide-shaker](recipes/peptide-shaker) did not.

JAR files should go in `$PREFIX/share/$PKG_NAME-$PKG_VERSION-$PKG_BUILDNUM`.
A wrapper script should be placed here as well, and symlinked to `$PREFIX/bin`.

Example: [peptide-shaker](recipes/peptide-shaker)
Example with added wrapper script: [peptide-shaker](recipes/peptide-shaker)
Example with patch to fix memory: [fastqc](recipes/fastqc)

### Perl
Expand Down

0 comments on commit 831dc02

Please sign in to comment.