Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add virusrecom #45099

Merged
merged 8 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions recipes/virusrecom/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# build
$PYTHON setup.py install --single-version-externally-managed --record=record.txt
46 changes: 46 additions & 0 deletions recipes/virusrecom/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "virusrecom" %}
{% set version = "1.1.2.2" %}

package:
name: "{{ name }}"
version: "{{ version }}"

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: d06eb57299eb38b3fbf2341af3ede2265a400962c2d147d84d19993ed496d024

build:
number: 0
noarch: python
run_exports:
- {{ pin_subpackage('virusrecom', max_pin="x") }}


requirements:
host:
- python >=3.5,<3.8
- pip
- setuptools

run:
- matplotlib-base
- numpy >=1.19.3
- pandas >=1.1.5
- scipy >=1.5.4
- psutil >=5.9.1
- openpyxl >=3.0.5

test:
commands:
- virusrecom --help

about:
home: "https://github.com/ZhijianZhou01/virusrecom"
license: "LGPL v2.1"
license_family: "GPL"
mencian marked this conversation as resolved.
Show resolved Hide resolved
license_file: LICENSE
summary: "An information-theory-based method for recombination detection of viral lineages."

extra:
identifiers:
- doi:10.1093/bib/bbac513