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 syngap to v1.2.1 #47894

Closed
wants to merge 8 commits into from
Closed
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
1 change: 1 addition & 0 deletions recipes/syngap/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
mkdir -p $PREFIX/bin
cp -rf $SRC_DIR/bin $PREFIX/bin
cp -rf $SRC_DIR/scripts $PREFIX/bin
Expand Down
24 changes: 4 additions & 20 deletions recipes/syngap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,38 +1,22 @@
{% set name = "syngap" %}
{% set version = "1.1.1" %}
{% set version = "1.2.1" %}

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

source:
url: https://github.com/yanyew/SynGAP/releases/download/v{{ version }}/{{ name }}_v{{ version }}.tar.gz
sha256: 4756cba6ede6cef4d7784a46bc2add4dd5eabf2136b39fc982592d031b55e064
sha256: e3dc525fb6a39c7b23209d9b1f4167bf9ac85e9f95a97a1aafee7d69d9cd3d33

build:
number: 0
entry_points:
- syngap = SynGAP:main
noarch: generic
run_exports:
- python
- biopython
- jcvi
- bedtools
- last
- emboss
- gffread
- seqkit
- diamond
- perl-bioperl
- kneed
- numpy
- pandas
- matplotlib-base
run_exports: '{{ pin_subpackage(name, max_pin="x") }}'

requirements:
bulid:
- python >=3.10
run:
- python >=3.10
- biopython >=1.81
Expand Down Expand Up @@ -83,7 +67,7 @@ test:
- genepair
- evi
- eviplot
commands:
commands:
- syngap -h
- syngap initdb -h
- syngap master -h
Expand Down
Loading