From e4d55cc49e2a8e37f2e556afbbce59f52550b11c Mon Sep 17 00:00:00 2001 From: qdu-bioinfo <74221639+qdu-bioinfo@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:49:43 +0800 Subject: [PATCH] Create FC-Virus --- recipes/FC-Virus/meta.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes/FC-Virus/meta.yaml diff --git a/recipes/FC-Virus/meta.yaml b/recipes/FC-Virus/meta.yaml new file mode 100644 index 0000000000000..0cd3477c1245f --- /dev/null +++ b/recipes/FC-Virus/meta.yaml @@ -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