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

Add socru #13482

Merged
merged 18 commits into from
Feb 4, 2019
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
9a3265f
Reformat meta.yml and fix build.sh for escaping @ in Perl [mummer]-1
thanhleviet Jan 4, 2019
7f71758
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 14, 2019
e83091d
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 16, 2019
2fdcf49
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 18, 2019
f2072ab
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 18, 2019
9a4aac0
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 21, 2019
5deaa10
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 22, 2019
ff8d3c3
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 23, 2019
1fb3066
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 24, 2019
f7dbcbf
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 24, 2019
ae7d8b1
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 24, 2019
fd52f91
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 24, 2019
5ff6011
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Jan 24, 2019
f40ee3f
Merge branch 'master' of https://github.com/bioconda/bioconda-recipes
thanhleviet Feb 4, 2019
826c1d2
Add socru
thanhleviet Feb 4, 2019
2635bf2
[socru] Fix version annotation
thanhleviet Feb 4, 2019
a01d64b
[socru] Fix check version
thanhleviet Feb 4, 2019
9251b85
Fix version
thanhleviet Feb 4, 2019
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
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