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

Format sleuth recipe. Trigger rebuild because latest version was neve… #12399

Merged
merged 1 commit into from
Nov 28, 2018
Merged
Changes from all commits
Commits
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
8 changes: 7 additions & 1 deletion recipes/r-sleuth/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
package:
name: r-sleuth
version: 0.30.0

source:
url: https://github.com/pachterlab/sleuth/archive/v0.30.0.tar.gz
url: https://github.com/pachterlab/sleuth/archive/v{{ PKG_VERSION }}.tar.gz
sha256: c25158dff35416865931f7c95f02c64be764c5b2ce964fe9f40972d96150ddb2

build:
number: 0
skip: true # [win32]
rpaths:
- lib/R/lib/
- lib/

requirements:
host:
- r-base
Expand Down Expand Up @@ -39,13 +42,16 @@ requirements:
- r-reshape2
- r-shiny
- r-tidyr

test:
commands:
- '$R -e "library(''sleuth'')"'

about:
home: http://pachterlab.github.io/sleuth
license: GPLv3
summary: "Sleuth is an R library for analysis of RNA-Seq experiments for which transcript abundances have been quantified with kallisto."

extra:
recipe-maintainers:
- MathiasHaudgaard
Expand Down