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

Package request: OGRI (Overall Genome Relatedness Indices) #51707

Open
tuefue opened this issue Oct 28, 2024 · 1 comment
Open

Package request: OGRI (Overall Genome Relatedness Indices) #51707

tuefue opened this issue Oct 28, 2024 · 1 comment

Comments

@tuefue
Copy link

tuefue commented Oct 28, 2024

Please make package for OGRI:
https://gitlab.pasteur.fr/GIPhy/OGRI

Thanks.

@tuefue
Copy link
Author

tuefue commented Oct 30, 2024

My first try:

meta.yaml

{% set version = "1.2" %}

package:
  name: ogri
  version: {{ version }}

source:
  url: https://gitlab.pasteur.fr/GIPhy/OGRI/-/archive/{{ version }}/OGRI-{{ version }}.tar.gz
  sha256: 1d9b198c841948b34c643c81fce70e60f24f8eda3aea5b4a1ed1ebe9ecff0a48

build:
  number: 0

requirements:
  run:
    - gawk >4.0.0
    - prodigal >=2.6.3
    - blast >=2.12.0

test:
  commands:
    - OGRI_B.sh -h

about:
  home: https://gitlab.pasteur.fr/GIPhy/OGRI
  summary: Overall Genome Relatedness Indices
  license: AGPL

build.sh

#!/bin/bash

mkdir -p $PREFIX/bin
cp OGRI_B.sh $PREFIX/bin

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant