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

pourRNA recipe #13490

Merged
merged 27 commits into from
Feb 8, 2019
Merged
Show file tree
Hide file tree
Changes from 20 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
5 changes: 5 additions & 0 deletions recipes/pourRNA/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

./configure --prefix=$PREFIX
Copy link
Contributor

@j-4 j-4 Feb 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please do a "${PREFIX}" (even with ") to be sure, that nothing is messed up with spaces etc

make
make install
33 changes: 33 additions & 0 deletions recipes/pourRNA/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% set name = "pourrna" %}
{% set version = "1.0.1" %}
{% set sha256 = "62635d3777403865a2801c78e42569abb232bc6a79abe34419ad4bf3c0701b0e" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://github.com/ViennaRNA/pourRNA/releases/download/v{{ version }}/pourRNA-{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0

requirements:
build:
- {{ compiler('cxx') }}
host:
- gengetopt
- viennarna
run:
- viennarna
test:
commands:
- pourRNA --version

about:
home: https://github.com/ViennaRNA/pourRNA/
license: GPL
eggzilla marked this conversation as resolved.
Show resolved Hide resolved
license_file: COPYING
summary: "Compute local minima and energy barriers of a landscape."

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this tool published?
If so, you could add something like:

extra:
  identifiers:
- doi: xx/xxx.xx.xxx

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is submitted. I will add it in the next version.