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 0994cbc commit 3567380
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions GUIDELINES.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,12 @@ recipes. Recipes for dependencies with an `r-` prefix should be created using

Add a wrapper script if the software is typically called via `java -jar ...`.
For example, [fastqc](recipes/fastqc) already has a wrapper script, but
[gatk-framework](recipes/gatk-framework) does not. [chromhmm](recipes/chromhmm)
mimics the installation pattern of gatk-framework.
[peptide-shaker](recipes/peptide-shaker) does 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: [gatk-framework](recipes/gatk-framework)
Example: [peptide-shaker](recipes/peptide-shaker)
Example with patch to fix memory: [fastqc](recipes/fastqc)

### Perl
Expand Down

0 comments on commit 3567380

Please sign in to comment.