Skip to content

Commit

Permalink
Fix umi tools (#11376)
Browse files Browse the repository at this point in the history
 umi_tools: clean up dependencies
  • Loading branch information
Christian Roth authored Oct 17, 2018
1 parent 64ea60c commit 9b4e53f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
3 changes: 0 additions & 3 deletions recipes/umi_tools/build.sh

This file was deleted.

14 changes: 7 additions & 7 deletions recipes/umi_tools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,21 @@ source:
sha256: {{ sha256hash }}

build:
number: 1
number: 2
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv"
entry_points:
- umi_tools = umi_tools.umi_tools:main

requirements:
build:
- {{ compiler('c') }}
host:
- python
- pip
- matplotlib
- scipy
- regex
- freetype
- certifi ==2016.9.26
- setuptools >=1.1
- cython >=0.19
- numpy >=1.7
- pandas >=0.12.0
- pysam >=0.8.4
Expand All @@ -34,9 +35,6 @@ requirements:
- matplotlib
- scipy
- regex
- freetype
- certifi ==2016.9.26
- cython >=0.19
- numpy >=1.7
- pandas >=0.12.0
- pysam >=0.8.4
Expand All @@ -49,5 +47,7 @@ test:
about:
home: https://github.com/CGATOxford/UMI-tools
license: MIT License
license_family: MIT
summary: 'Tools for dealing with Unique Molecular Identifiers
(UMIs) / Random Molecular Tags (RMTs)'
dev_url: https://github.com/CGATOxford/UMI-tools

0 comments on commit 9b4e53f

Please sign in to comment.