Skip to content

Commit

Permalink
Update pbiotools (#39374)
Browse files Browse the repository at this point in the history
- require pysam>0.9.1 to avoid #39356
  • Loading branch information
lkeegan authored Mar 1, 2023
1 parent 4ba4d57 commit bfc74be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/pbiotools/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:
build:
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vvv"
noarch: python
number: 0
number: 1
entry_points:
- bam-to-wiggle = pbiotools.utils.pgrms.bam_to_wiggle:main
- bedx-to-bedy = pbiotools.utils.pgrms.bedx_to_bedy:main
Expand Down Expand Up @@ -64,7 +64,7 @@ requirements:
- matplotlib-base
- matplotlib-venn
- seaborn
- pysam
- pysam >0.9.1
- biopython
- pyensembl

Expand Down

0 comments on commit bfc74be

Please sign in to comment.