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 all 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
6 changes: 6 additions & 0 deletions recipes/pourRNA/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh

./configure --prefix="${PREFIX}"
make
make install
make check
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 >=2.4.11,<3.0.0
run:
- viennarna >=2.4.11,<3.0.0
test:
commands:
- pourRNA --version

about:
home: https://github.com/ViennaRNA/pourRNA/
license: GPLv2
license_file: COPYING
summary: "Compute local minima and respective transition rates of an RNA energy 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.