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

Update tiberius to 1.1.1 #51908

Merged
merged 2 commits into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion recipes/tiberius/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ mkdir -p ${PREFIX}/bin
cp -R $SRC_DIR/bin/* ${PREFIX}/bin/
chmod +x ${PREFIX}/bin/tiberius.py
ln -s ${PREFIX}/bin/tiberius.py ${PREFIX}/bin/tiberius
sed -i '1s|^|#!/usr/bin/env python3\n|' ${PREFIX}/bin/tiberius
sed -i.bak '1s|^|#!/usr/bin/env python3\n|' ${PREFIX}/bin/tiberius
rm -rf ${PREFIX}/bin/*.bak
10 changes: 6 additions & 4 deletions recipes/tiberius/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.0" %}
{% set version = "1.1.1" %}
{% set name = "tiberius" %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://github.com/Gaius-Augustus/Tiberius/archive/refs/tags/v{{ version }}.tar.gz
sha256: 05fc993a72a1881bac2ec85ae412d2a186daf9d5a2bebb60237c8437b3a68da0
sha256: ce753ac94351f1f82b922cad6761d0109af097582a7e51359bac230aeadd5a06

build:
number: 0
Expand All @@ -17,7 +17,7 @@ build:

requirements:
host:
- python
- python >=3.7
- pip
run:
- python >=3.7
Expand All @@ -38,6 +38,8 @@ test:
about:
home: https://github.com/Gaius-Augustus/Tiberius
license: MIT
license_family: MIT
license_file: LICENSE
summary: |
Tiberius is a programme for quantifying and analysing genetic sequence data.
Tiberius is a programme for quantifying and analysing genetic sequence data.
dev_url: https://github.com/Gaius-Augustus/Tiberius
Loading