Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump mitos1 #45112

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions recipes/mitos/mitos1/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mitos" %}
{% set version = "1.1.3" %}
{% set version = "1.1.4" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 0e750ada0f69626407e81bd953c83717a917c6b96f49d0f154bbe740a4b5fe12
sha256: 4f541044977dd3b33628ff780f6435094f1d633a031a88b5bda80342efa05bae

build:
number: 0
Expand All @@ -25,8 +25,7 @@ requirements:
- python >=3
- blast-legacy =2.2
- infernal =1.0
- viennarna <2
- r-base >=4
- viennarna
- r-ggplot2
- r-reshape2
- openjdk >8
Expand Down Expand Up @@ -61,6 +60,8 @@ test:
- mitos.webserver
commands:
- runmitos.py -h
- 'R -e "library(''reshape2'')"'
- 'R -e "library(''ggplot2'')"'

about:
home: http://mitos.bioinf.uni-leipzig.de
Expand Down