We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please make package for OGRI: https://gitlab.pasteur.fr/GIPhy/OGRI
Thanks.
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
Please make package for OGRI:
https://gitlab.pasteur.fr/GIPhy/OGRI
Thanks.
The text was updated successfully, but these errors were encountered: