Skip to content

Commit

Permalink
upd orthologer to 3.4.2 (#51128)
Browse files Browse the repository at this point in the history
* added orthologer

* WIP:orthologer

* orthologer

* version

* minor

* orthologer version

* updated meta

* orthologer 3.2.3

* updated sha256

* Fix SHA256

* minor

* spdlog in meta

* orthologer: updated cmake OpenMP detection

* last macos fixes are now actually there

* meta

* updated brhclus - now compiles with clang

* fix macos

* meta/bash macos

* even more clang

* more cmake and macos issues

* updated installer

* update build and host section

* clean up recipe

* updated to new version

* path not needed with new version

* updated build number

* patch not needed anymore

* patch not needed anymore

* update for new package with macos fix

* updated tests and macos fix

* new sha256sum

* orthologer 3.3.2

* orthologer 3.3.2 - build number reset

* sed macos, do not do in place edit

* require bash 4.1 - will this work for macos?

* orthologer 3.3.2 - bash shebang update (macos)

* updated description

* version 3.4.0

* upd 3.4.0

* upd 3.4.0

* upd 3.4.0

* upd 3.4.0

* upd 3.4.0

* upd 3.4.0

* version 3.4.1

* update summary

* update to orthologer 3.4.2

* update license in meta.yaml

---------

Co-authored-by: Martin Grigorov <[email protected]>
Co-authored-by: mencian <[email protected]>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent ea50c71 commit 84e7c36
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions recipes/orthologer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "orthologer" %}
{% set version = "3.4.1" %}
{% set sha256 = "b4d6504ea75899d3e13facc4232efdfe79c66283cccfe5d5ea8996f7905f346d" %}
{% set version = "3.4.2" %}
{% set sha256 = "fb8d11ef54d7232b150e5e46fbd15f9540a083064544d481f8fe9c9aea6b653e" %}

package:
name: {{ name }}
Expand Down Expand Up @@ -48,11 +48,10 @@ test:

about:
home: https://orthologer.ezlab.org
license: MIT
license_family: MIT
license: GPL3
license_family: GPL3
license_file: LICENSE
summary: "Assessment of assembly completeness using Universal Single Copy Orthologs."
description: compute orthology
summary: "Find orthologous genes as well as mapping to OrthoDB."
dev_url: https://gitlab.com/ezlab/orthologer_container
doc_url: https://orthologer.ezlab.org/#on-orthodb-data

Expand All @@ -64,5 +63,7 @@ extra:
extended-base: True
identifiers:
- biotools:orthologer
- doi:10.1093/nar/gkac996
- PMID:36350662
recipe-maintainers:
- ftegenfe

0 comments on commit 84e7c36

Please sign in to comment.