Skip to content

Commit

Permalink
Update meta.yaml, VITAP v.1.7 (#51220)
Browse files Browse the repository at this point in the history
* Update meta.yaml, VITAP v.1.7

* Update meta.yaml

* bump build number

---------

Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
  • Loading branch information
DrKaiyangZheng and mencian authored Oct 7, 2024
1 parent 592109c commit 454f325
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/vitap/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 9b33447b2ca4f459ba856dbeb4947bee6b8dab9b158a9d0a3c8b863f66c086d5

build:
number: 0
number: 1
noarch: python
run_exports:
- {{ pin_subpackage('vitap', max_pin='x') }}
Expand All @@ -32,7 +32,7 @@ requirements:
- diamond >=0.9
- entrez-direct =16.2
- seqkit >=2.5.1
- prodigal-gv >=2.6
- prodigal >=2.6

test:
commands:
Expand All @@ -46,4 +46,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.

0 comments on commit 454f325

Please sign in to comment.