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

recipe: r-misha #13408

Merged
merged 2 commits into from
Jan 30, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions recipes/r-misha/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$R CMD INSTALL --build .
28 changes: 28 additions & 0 deletions recipes/r-misha/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{% set version = "4.0.4" %}
package:
name: 'r-misha'
version: '{{ version }}'

source:
url: 'https://bitbucket.org/tanaylab/misha-package/get/96b4e57cfe08.zip'
matthdsm marked this conversation as resolved.
Show resolved Hide resolved
sha256: f15608e7597085d62cbfc731b7936589e5d1f9938149104bd00cdc7d5f619c06

build:
number: 0
skip: true # [osx)
matthdsm marked this conversation as resolved.
Show resolved Hide resolved

requirements:
host:
- r-base
- r-devtools

run:
- r-base

test:
commands:
- '$R -e "library(misha)"'
about:
home: 'https://bitbucket.org/tanaylab/misha-package'
license: GPL-2
summary: 'Toolkit for analysis of genomic data'