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

checksum changed #13556

Closed
wants to merge 1 commit into from
Closed
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
24 changes: 9 additions & 15 deletions recipes/minnow/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,15 @@
{% set version="master" %}

build:
number: 0

about:
home: https://github.com/COMBINE-lab/minnow
license: GPLv3
summary: A principled framework for rapid simulation of dscRNA-seq data at the read level

package:
name: minnow
version: {{ version }}

source:
url: https://github.com/COMBINE-lab/minnow/archive/{{ version }}.tar.gz
# work on develop until everything compiles cleanly
#url: https://github.com/COMBINE-lab/salmon/archive/develop.tar.gz
md5: 055ebfaa5ce660df327a28c15ca22f4f
#patches: salmon_cmake.patch
md5: dc34f5f9c724eced718130dd7e19d52e

build:
number: 0

requirements:
build:
Expand All @@ -30,9 +22,11 @@ requirements:
- zlib
- bzip2
- unzip
run:
- zlib
- bzip2

about:
home: https://github.com/COMBINE-lab/minnow
license: GPLv3
summary: A principled framework for rapid simulation of dscRNA-seq data at the read level

test:
commands:
Expand Down