Skip to content

Commit

Permalink
add conda, bump HTSlib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimens authored Oct 9, 2024
1 parent 6011005 commit 359f592
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/harpy/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: '{{ sha256 }}'

build:
number: 0
number: 1
skip: True # [osx or py < 39]
script_env:
- SETUPTOOLS_SCM_PRETEND_VERSION={{ version }}
Expand All @@ -34,13 +34,14 @@ requirements:
- setuptools-scm >=3.4
run:
- apptainer
- bcftools =1.20
- bcftools =1.21
- conda >24.7
- pandas
- pysam
- python
- rich-click
- snakemake-minimal >7
- samtools =1.20
- samtools =1.21
- seqtk
- tabix

Expand Down

0 comments on commit 359f592

Please sign in to comment.