Skip to content

Commit

Permalink
Create FC-Virus
Browse files Browse the repository at this point in the history
  • Loading branch information
qdu-bioinfo authored Oct 23, 2024
1 parent e03a132 commit 48e2e8b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions recipes/FC-Virus/mete.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
package:
name: FC-Virus
version: "1.0.0"
noarch: generic

source:
url: https://github.com/qdu-bioinfo/FC-Virus/archive/refs/heads/main.tar.gz
git_tag: main
sha256: a5c91ea315dc7b64b75986128d97c08522aae332cb640fd2c115cc379b4adc51

build:
number: 0
skip: true

requirements:
build:
- gcc
- gxx_linux-64
- make
- boost
run:
- boost

about:
home: https://github.com/qdu-bioinfo/FC-Virus
license: MIT
summary: "Accurate Assembly of Full-length Consensus for Viral Quasispecies"

run_exports:
- boost >=1.70.0

test:
commands:
- ./bin/FC-Virus --help

0 comments on commit 48e2e8b

Please sign in to comment.