Skip to content

Commit

Permalink
updated dependencies to refelct new tbtamr code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
kristyhoran committed Oct 4, 2024
1 parent b3e54eb commit 2bfac7b
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions recipes/tbtamr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "tbtamr" %}
{% set version = "0.0.4" %}
{% set sha256 = "72db1eb835574f02b0d7768e6b04e310bd2229d0f684100004b20a133eecd882" %}
{% set version = "1.0.2" %}
{% set sha256 = "3b1e669a015ed7bb40977c104ae22f3a4e1e49f07c84b7043f0e6b21c8a0957a" %}

package:
name: "{{ name }}"
Expand All @@ -21,21 +21,11 @@ build:

requirements:
host:
- python >=3.8
- python >=3.10
- pip
run:
- python >=3.8
- psutil
- pandas
- csvtk
- bwa
- samtools =1.12
- snpeff =5.0
- samclip
- freebayes
- bcftools
- bedtools
- delly
- python >=3.10
- mutamr

test:
imports:
Expand Down

0 comments on commit 2bfac7b

Please sign in to comment.