Skip to content

Commit

Permalink
Rapid08 (#13666)
Browse files Browse the repository at this point in the history
* v0.8 update - added r-viridis package

* r-viridis fix version

* 0.8 viridis, plots CB friendly update

* rapidv0.8_build_1

* Added pin to bowtie2 (v2.3.0) because of the issue: BenLangmead/bowtie2#230

* Creating v1.0
  • Loading branch information
skarunan committed Feb 15, 2019
1 parent fec1aa0 commit 7e380f9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
7 changes: 7 additions & 0 deletions recipes/rapid/v1.0/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

BIN=$PREFIX/bin
mkdir -p $BIN
cp bin/* $BIN/
rapid=$PREFIX/bin
chmod 755 $rapid/*
50 changes: 50 additions & 0 deletions recipes/rapid/v1.0/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{% set version = "1.0" %}

package:
name: rapid
version: {{ version }}

source:
url: https://github.com/SchulzLab/RAPID/archive/v{{ version }}.tar.gz
sha256: 1de2f22b0e0b312e3882e03b043b73a8abd7bfa51b83604422d624f5ce397308
build:
number: 0

requirements:
host:
- r-base
- r-gplots
- r-ggplot2
- r-rcolorbrewer
- r-scales
- r-knitr
- r-rmarkdown
- r-reshape2
- r-viridis
- bioconductor-deseq2
- bowtie2 ==2.3.0
- bedtools ==2.23.0
- samtools
- pandoc
run:
- r-base
- r-gplots
- r-ggplot2
- r-rcolorbrewer
- r-scales
- r-knitr
- r-rmarkdown
- r-reshape2
- r-viridis
- bioconductor-deseq2
- bowtie2 ==2.3.0
- bedtools ==2.23.0
- samtools
- pandoc
test:
commands:
- rapidStats.sh --help
about:
home: https://github.com/SchulzLab/RAPID
license: GPL2
summary: "Read Alignment, Analysis, and Differential Pipeline (RAPID) is a set of tools for the alignment, and analysis of genomic regions with small RNA clusters derived from small RNA sequencing data."

0 comments on commit 7e380f9

Please sign in to comment.