Skip to content

Commit

Permalink
add tabulate
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian committed Oct 3, 2024
1 parent d174c50 commit a1b6f17
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions recipes/tbtamr/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,15 @@ build:
- tbtamr=tbtamr.tbtamr:main
run_exports:
- {{ pin_subpackage('tbtamr', max_pin="x.x") }}
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv"

requirements:
host:
- python >=3.8
- python >=3.10
- pip
run:
- python >=3.8
- psutil
- python >=3.10
- pandas
- csvtk
- bwa
- samtools =1.12
- snpeff =5.0
Expand All @@ -39,7 +37,12 @@ requirements:
- xlsxwriter
- requests
- tqdm

- joblib
- pydantic
- pytest
- tabulate
- unidecode
- pysam

test:
imports:
Expand All @@ -53,6 +56,7 @@ about:
license_file: LICENSE
license_family: "GPL3"
summary: "A tool implementing TB-Profiler for reporting of genomic DST for M. tuberculosis in a CPHL"
dev_url: "https://github.com/MDU-PHL/tbtamr"

extra:
recipe-maintainers:
Expand Down

0 comments on commit a1b6f17

Please sign in to comment.