Skip to content

Commit

Permalink
Initial commit (#50400)
Browse files Browse the repository at this point in the history
  • Loading branch information
bolduc authored Aug 29, 2024
1 parent a74ec58 commit 55e4a66
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/vcontact3/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "vcontact3" %}
{% set version = "3.0.0.b38" %}
{% set version = "3.0.0.b65" %}

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

source:
url: "https://bitbucket.org/MAVERICLab/vcontact3/get/{{ version }}.tar.gz"
sha256: fc56f0c3ae4d3016287e4ab9ad86847b089e7c8eca78fa393fe8eba965c182fc
sha256: 2f1bab1b332a2ece1f4eabceaaa431baa0c45c769efa725bc5a709dcb093f7f7

build:
number: 0
Expand Down Expand Up @@ -48,6 +48,7 @@ requirements:
- markupsafe >=2.0.1
- mmseqs2 >=15.6f452
- bioinfokit >=2.1.3
- networkit >=11.0

test:
commands:
Expand All @@ -59,4 +60,4 @@ about:
license_file: LICENSE
license_family: GPL
summary: Viral Contig Automatic Clustering and Taxonomy
doc_url: https://bitbucket.org/MAVERICLab/vcontact3/src/master/README.md
doc_url: https://bitbucket.org/MAVERICLab/vcontact3/src/master/README.md

0 comments on commit 55e4a66

Please sign in to comment.