Skip to content

Commit

Permalink
Add socru (#13482)
Browse files Browse the repository at this point in the history
* Add socru
  • Loading branch information
thanhleviet authored Feb 4, 2019
1 parent 9d192d5 commit 568b7df
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions recipes/socru/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set version="0.0.5" %}
{% set revision="85e67d6fb631f52d38e81fc5cc1776e760fef57e" %}
about:
home: https://github.com/quadram-institute-bioscience/socru
license: 'GPLv3'
summary: 'Order and orientation of complete bacterial genomes'

build:
number: 0
skip: True # [py27]
script: python -m pip install --no-deps --ignore-installed .

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

source:
git_url: https://github.com/quadram-institute-bioscience/socru.git
git_rev: {{ revision }}
md5: unused

requirements:
host:
- python
- pip
- biopython >=1.68
- PyYAML
- numpy
- barrnap
- blast

run:
- python
- pip
- biopython >=1.68
- PyYAML
- numpy
- barrnap
- blast
test:
commands:
- socru --version

extra:
skip-lints:
- uses_git_url

0 comments on commit 568b7df

Please sign in to comment.