Skip to content

Commit

Permalink
Pin BLAST+ version to >= 2.2, < 2.4 (#12639)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvanheus authored Dec 14, 2018
1 parent 16e2d19 commit b3de823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/busco/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package:
build:
# The R dependencies on OSX needs to be rebuilt with conda-build 3
skip: True # [osx]
number: 8
number: 9

source:
url: https://gitlab.com/ezlab/busco/-/archive/{{ version }}/busco-{{ version }}.tar.gz
Expand All @@ -20,7 +20,7 @@ requirements:
- python
run:
- python
- blast
- blast >=2.2,<2.4
- hmmer
- augustus >=3.2.3
- r-ggplot2 >=2.2.1
Expand Down

1 comment on commit b3de823

@druvus
Copy link
Member

@druvus druvus commented on b3de823 May 7, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pvanheus do you remember why you pinned the BLAST version? I can not find any info in the BUSCO repo.

Please sign in to comment.