Skip to content

Commit

Permalink
MViP (#48948)
Browse files Browse the repository at this point in the history
* mvip_recipes

* update_meta.yaml

* mvip_new_version_release

* build_number_Update_meta_yaml

* mvip v.1.1.1 minor issues

* Reset the build number

---------

Co-authored-by: Clement Coclet - 067048 <ccoclet@ln007.jgi>
Co-authored-by: Martin Grigorov <martin-g@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 5, 2024
1 parent d3e019b commit 8820eb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/mvip/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "mvip" %}
{% set version = "1.1.0" %}
{% set version = "1.1.1" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: ee9ea0d29e1d98ccdc7336ab9e41775e1dc0e1e9853d6f42b09bbb2d2f52b28d
sha256: 53e82ef6b4ffddba5c14d19d267c148a6d41432c5833a2b4750bb4ccdadcf0f3

build:
number: 1
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
run_exports:
Expand All @@ -25,7 +25,7 @@ requirements:
- python >=3.7
- tqdm
- importlib_resources
- genomad >=1.5
- genomad ==1.7.4
- pandas
- checkv
- bowtie2
Expand Down

0 comments on commit 8820eb8

Please sign in to comment.