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 e4d55cc
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions recipes/FC-Virus/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: FC-Virus
version: "1.0.0"

source:
git_url: https://github.com/qdu-bioinfo/FC-Virus
git_tag: main
sha256: a5c91ea315dc7b64b75986128d97c08522aae332cb640fd2c115cc379b4adc51

build:
number: 0
skip: true

requirements:
build:
- gcc
- gxx_linux-64
- make
- boost
run:
- gcc
- 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 e4d55cc

Please sign in to comment.