Skip to content

Commit

Permalink
Merge pull request #23 from sjanssen2/version_4.3.4b
Browse files Browse the repository at this point in the history
Version 4.3.4b
  • Loading branch information
wasade authored Nov 21, 2017
2 parents 25b5540 + ee7abc5 commit 7121732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 52 deletions.
4 changes: 2 additions & 2 deletions ci/recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '0.1.0' %}
{% set version = '0.2.0' %}
{% set qiime2release = '2017.10' %}

package:
Expand All @@ -10,7 +10,7 @@ source:
#~ git_rev: {{ version }} # use a tagged version once the recipe is merged into master and a tag has been created

build:
number: 2
number: 1
script:
- python setup.py install

Expand Down
44 changes: 0 additions & 44 deletions passreference.patch

This file was deleted.

7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def _post(obj):
import os

# using a tagged version from Siavash's repo
git_tag = '4.3.4'
git_tag = '4.3.4b'
src_url = ('https://github.com/smirarab/sepp-refs/archive/%s.tar.gz' %
git_tag)

Expand All @@ -66,11 +66,6 @@ def _post(obj):
opened.extractall(path=assets_dir)
opened.close()

# copy patch file
name_patch = 'passreference.patch'
shutil.copy(name_patch, assets_dir)

obj.execute(_patch_sepp, [assets_dir, name_patch], 'Patch run-sepp.sh')
obj.execute(_config_sepp, [assets_dir], 'Configuring SEPP')


Expand Down

0 comments on commit 7121732

Please sign in to comment.