Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zwh82 authored Sep 26, 2024
1 parent dea4574 commit 5b16876
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pantax/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ source:
folder: vg

build:
skip: True # [osx]
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin="x.x") }}
Expand All @@ -33,8 +34,8 @@ requirements:
- samtools =1.19.2
- bcftools =1.19
- htslib =1.19.1
- pggb =0.5.4
- graphaligner =1.0.17
- pggb =0.5.4 # [Linux]
- graphaligner =1.0.17 # [Linux]
- h5py =3.10.0
- pandas =2.2.0
- tqdm =4.66.1
Expand Down

0 comments on commit 5b16876

Please sign in to comment.