Skip to content

Commit

Permalink
Update Transposcope to v0.1.2 (bioconda#15711)
Browse files Browse the repository at this point in the history
* added transposcope recipe

* update recipe to include revised transposcope package

* removed build.sh; added script entry to the build section in meta.yaml;added licence_family and licence_file to the about section;

* set build number to 0

* updated transposcope recipe to new release

* Update meta.yaml

Updated setup.py to use the correct tag.
Updated setup.py to include the transposcope.parsers path.
  • Loading branch information
MarkGrivainis authored and kpalin committed Aug 7, 2019
1 parent 0887a17 commit 88a3e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/transposcope/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version="0.1.0" %}
{% set version="0.1.2" %}

package:
name: transposcope
version: {{ version }}

source:
url: https://github.com/FenyoLab/transposcope/archive/v{{ version }}.tar.gz
sha256: 85fc34adb1514948768cb9c6fe7bbd945353e6fdc1e1c6e0d5ad7c3a79dbd661
sha256: 87b0e3c671e5306f0f585dad0427253729b1c0046c2b8720071daa4f2603e309

build:
number: 0
Expand Down

0 comments on commit 88a3e99

Please sign in to comment.