Skip to content

Commit

Permalink
Merge branch 'master' into bedgraphtobigwig
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 29, 2024
2 parents 6af0b18 + 3dadfe4 commit a473406
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 14 deletions.
10 changes: 6 additions & 4 deletions recipes/flippyr/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "flippyr" %}
{% set version = "0.5.3" %}
{% set sha256 = "2d7354138bc77a63242369c440175de39ca2dc414a8ef3a506b0abe7e9473a35" %}
{% set version = "0.6.0" %}
{% set sha256 = "e39da37ecdafe399429213d98761610a93f1bdb1906256a0ea4868bd6271f366" %}

package:
name: {{ name|lower }}
Expand All @@ -14,7 +14,7 @@ requirements:
build:
- python
- setuptools

- pip
run:
- python
- pyfaidx
Expand All @@ -23,9 +23,11 @@ requirements:
build:
number: 0
noarch: python
script: "{{ PYTHON }} setup.py install --single-version-externally-managed --record=record.txt"
script: "{{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir"
entry_points:
- flippyr = flippyr:main
run_exports:
- {{ pin_subpackage('flippyr', max_pin="x.x") }}

test:
commands:
Expand Down
5 changes: 3 additions & 2 deletions recipes/kaptive/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "kaptive" %}
{% set version = "3.0.0b5" %}
{% set version = "3.0.0b6" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/kaptive-{{ version }}.tar.gz
sha256: d1462db66b22b6c9f42922df6ba05526cb08a453e311e6da2704603e60cb84c3
sha256: 7144b5bea531a5c5e8022a5898e16d24b0705ebedefedb4470bf5a5864225ae8

build:
entry_points:
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3.9
- pip
- setuptools
run:
- python >=3.9
- biopython >=1.83
Expand Down
3 changes: 2 additions & 1 deletion recipes/quota_anchor/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
$PYTHON -m pip install --no-deps --ignore-installed . -vv

$PYTHON -m pip install --no-deps --no-build-isolation --no-cache-dir . -vvv
echo "[software]
gffread = ${PREFIX}/bin/gffread
AnchorWave = ${PREFIX}/bin/anchorwave
Expand Down
14 changes: 8 additions & 6 deletions recipes/quota_anchor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "quota_anchor" %}
{% set version = "0.0.1a0" %}
{% set sha256 = "01d8520825fee67f8c73803d3bbe7855291592c064cd2d5712d02e104a71a8fa" %}
{% set version = "0.0.1a1" %}
{% set sha256 = "b6eb3ba82a32a8a5e238615dac6ef0eeef5de0d584643132b903dcddb94e760d" %}

package:
name: {{ name }}
Expand All @@ -19,7 +19,8 @@ build:
requirements:
host:
- python >=3
- pip
- pip
- setuptools
run:
- python >=3
- gffread
Expand All @@ -33,18 +34,19 @@ requirements:
- pal2nal
- paml
- plotnine
- seaborn
- seaborn-base
- pandas
- numpy

- alive-progress

test:
commands:
- 'quota_Anchor 2>&1 | grep "usage: quota_Anchor"'
- 'quota_Anchor -h'

about:
home: https://github.com/baoxingsong/quota_Anchor
license: MIT
license_family: MIT
summary: 'Strand and WGD aware syntenic gene identification'
description: "Strand and WGD aware syntenic gene identification for comparative genomics"
dev_url: https://github.com/baoxingsong/quota_Anchor
2 changes: 1 addition & 1 deletion recipes/ucsc-wigtobigwig/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ source:
- include.macos.patch # [osx]

build:
number: 0
number: 1
run_exports:
- {{ pin_subpackage(package, max_pin=None) }}

Expand Down

0 comments on commit a473406

Please sign in to comment.