Skip to content

Commit

Permalink
pirate 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tseemann committed Oct 2, 2019
1 parent 3300a44 commit 2156d60
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/pirate/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
set -eu -o pipefail

mv bin test tools scripts "$PREFIX/"
49 changes: 49 additions & 0 deletions recipes/pirate/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{% set name = "PIRATE" %}
{% set version = "1.0.2" %}
{% set sha256 = "4295f0c3380f1df58fb10792ee8e031c5521e449a6d4e4d289bd8cbf493b33d8" %}
{% set user = "SionBayliss" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/{{ user }}/{{ name }}/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}

build:
number: 0
noarch: generic

requirements:
run:
- perl-bioperl >=1.7.2
- mcl >=14.137
- mafft >=7.310
- cd-hit >=4.7
- fasttree >=2.1.10
- blast >=2.2.31
- diamond >=0.9.14
- parallel >=20170422
- r-ggplot2 >=2.2.1
- r-dplyr >=0.7.0
- r-phangorn >=2.2.0
- bioconductor-ggtree >=1.14.4
- unzip

test:
commands:
- {{ name }} -v | grep '{{ version }}'
- {{ name }} -h | grep 'pangenome'
- {{ name }} --check

about:
home: https://github.com/{{ user }}/{{ name }}
license: GPL3
license_file: LICENSE
summary: Pangenome analysis and threshold evaluation toolbox

extra:
identifiers:
- biotools:{{ name|lower }}
- doi:10.1101/598391

0 comments on commit 2156d60

Please sign in to comment.