Skip to content

Commit

Permalink
add plek (#11554)
Browse files Browse the repository at this point in the history
  • Loading branch information
likelet authored Oct 24, 2018
1 parent c2e2eed commit 468fb78
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/plek/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
mkdir -p bin
perl -CD -pi -e'tr/\x{feff}//d && s/[\r\n]+/\n/' *.py
ln -s ${PREFIX}/PLEK* ${PREFIX}/bin/
ln -s ${PREFIX} svm* ${PREFIX}/bin/
36 changes: 36 additions & 0 deletions recipes/plek/meta.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{% set name = "PLEK" %}
{% set version = "1.2.0" %}
{% set sha256 = "6b6962376aeb3340916b58273cbd96d80aff57596cfafd25c665005cccd070bc" %}

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

source:
url:https://downloads.sourceforge.net/project/plek/PLEK.1.2.tar.gz
sha256: {{ sha256 }}

build:
number: 0

requirements:
host:
- python
- zlib

run:
- python
- zlib

test:
commands:
- PLEK.py

about:
home: https://sourceforge.net/projects/plek/files/
license: MIT License
summary: 'predictor of long non-coding RNAs and messenger RNAs based on an improved k-mer scheme'

extra:
identifiers:
-biotools:plek

0 comments on commit 468fb78

Please sign in to comment.