From 129da23cffe9386c47aefea1894700930f236c3c Mon Sep 17 00:00:00 2001 From: DrKaiyangZheng <131530767+DrKaiyangZheng@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:51:09 +0800 Subject: [PATCH 1/3] Update meta.yaml, VITAP v.1.7 --- recipes/vitap/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes/vitap/meta.yaml b/recipes/vitap/meta.yaml index 7b8d4f94b6d99..c8c0cb0ea269e 100644 --- a/recipes/vitap/meta.yaml +++ b/recipes/vitap/meta.yaml @@ -1,5 +1,5 @@ {% set name = "vitap" %} -{% set version = "1.5" %} +{% set version = "1.7" %} package: name: "{{ name|lower }}" @@ -7,11 +7,10 @@ package: source: url: https://github.com/DrKaiyangZheng/VITAP/archive/refs/tags/v.{{ version }}.tar.gz - sha256: 4384925f0f6f53f08eb2a16cabc3ea325efd39a7e76139803668744b030b1d9a + sha256: 9b33447b2ca4f459ba856dbeb4947bee6b8dab9b158a9d0a3c8b863f66c086d5 build: number: 0 - noarch: python run_exports: - {{ pin_subpackage('vitap', max_pin='x') }} script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" @@ -32,7 +31,7 @@ requirements: - diamond >=0.9 - entrez-direct =16.2 - seqkit >=2.5.1 - - prodigal-gv >=2.6 + - prodigal >=2.6 test: commands: @@ -46,4 +45,5 @@ about: license_family: GPL summary: Viral Taxonomic Assignment Pipeline doc_url: https://github.com/DrKaiyangZheng/VITAP/blob/main/README.md - description: Viral Taxonomic Assignment Pipeline (VITAP) is a cutting-edge tool designed to address the growing need for accurate and comprehensive classification of DNA and RNA viral sequences. By integrating alignment-based techniques with graph theory, VITAP achieves high precision in classifying viral sequences, including those as short as 1000 base pairs, down to the genus level. + description: Viral Taxonomic Assignment Pipeline (VITAP) is a cutting-edge tool designed to address the growing need for accurate and comprehensive taxonomic assignments of DNA and RNA viral sequences. By integrating alignment-based techniques with graph theory, VITAP achieves high precision in classifying viral sequences, including those as short as 1000 base pairs, down to the genus level. + From 25840b4f480c4414fb24369b88451e62a70081e7 Mon Sep 17 00:00:00 2001 From: DrKaiyangZheng <131530767+DrKaiyangZheng@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:03:15 +0800 Subject: [PATCH 2/3] Update meta.yaml --- recipes/vitap/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/vitap/meta.yaml b/recipes/vitap/meta.yaml index c8c0cb0ea269e..dc4d0bacc131d 100644 --- a/recipes/vitap/meta.yaml +++ b/recipes/vitap/meta.yaml @@ -11,6 +11,7 @@ source: build: number: 0 + noarch: python run_exports: - {{ pin_subpackage('vitap', max_pin='x') }} script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv" From b135c5e97e69521104bf654f8c4fa8b5f5ab3db0 Mon Sep 17 00:00:00 2001 From: Joshua Zhuang <71105179+mencian@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:54:17 -0500 Subject: [PATCH 3/3] bump build number --- recipes/vitap/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/vitap/meta.yaml b/recipes/vitap/meta.yaml index dc4d0bacc131d..618a68d172a99 100644 --- a/recipes/vitap/meta.yaml +++ b/recipes/vitap/meta.yaml @@ -10,7 +10,7 @@ source: sha256: 9b33447b2ca4f459ba856dbeb4947bee6b8dab9b158a9d0a3c8b863f66c086d5 build: - number: 0 + number: 1 noarch: python run_exports: - {{ pin_subpackage('vitap', max_pin='x') }}