Skip to content

Commit

Permalink
[ci skip] Merge PR 29051
Browse files Browse the repository at this point in the history
Merge PR bioconda#29051, commits were: 
 * typo in extension
 * Merge branch 'master' of https://github.com/bioconda/bioconda-recipes into updaterumi4c
 * update r-umi4c
  • Loading branch information
lldelisle authored Jun 16, 2021
1 parent aa87e6c commit a3b3050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion recipes/r-umi4c/build.sh

This file was deleted.

10 changes: 5 additions & 5 deletions recipes/r-umi4c/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set version = "0.0.0.9000" %}
{% set git_hash = "c55c65a" %}
{% set version = "0.0.1" %}

package:
name: 'r-umi4c'
version: '{{ version }}'

source:
url: 'https://github.com/tanaylab/umi4cpackage/archive/{{ git_hash }}.zip'
sha256: 5b4e613fe96ac7c2dc3492aacad58a3a298d1a6fb87faa0fb1307cb87dccc869
url: 'https://github.com/tanaylab/umi4cpackage/archive/{{ version }}.tar.gz'
sha256: 54a96756b4fd78c1d62c87a0c51c0c0d9d52210e43648bb9d81a4c12c46f88da

build:
number: 0
noarch: generic
number: 5
script: R CMD INSTALL --build .
rpaths:
- lib/R/lib/
- lib/
Expand Down

0 comments on commit a3b3050

Please sign in to comment.