Skip to content

Commit

Permalink
Add bubblegun recipe (#51903)
Browse files Browse the repository at this point in the history
* adding bubblegun recipe

* adding some fixes to what coderabbit suggested

* adding back the run_export that coderabbitair specifically suggested to remove -_-

* Update meta.yaml

---------

Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
fawaz-dabbaghieh and mencian authored Nov 5, 2024
1 parent 3f34501 commit 0f4e2c7
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions recipes/bubblegun/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{% set name = "BubbleGun" %}
{% set version = "1.1.9" %}

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

source:
url: "https://github.com/fawaz-dabbaghieh/bubble_gun/archive/refs/tags/v{{ version }}.tar.gz"
sha256: 005d61a1e5774dfec810e612c1b4c5ce6c8d15f80d131237590ef71f62704c94

build:
number: 0
noarch: python
entry_points:
- BubbleGun=BubbleGun.main:main
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --no-cache-dir -vvv
run_exports:
- {{ pin_compatible('BubbleGun', max_pin="x") }}

requirements:
host:
- python >=3.6
- pip
- setuptools
run:
- python >=3.6

test:
commands:
- BubbleGun -h

about:
home: "https://github.com/fawaz-dabbaghieh/bubble_gun"
license: MIT
license_family: MIT
license_file: LICENSE
summary: 'BubbleGun is a tool for detecting bubbles and superbubbles in GFA graphs, and reports them and their nested structures.'
doc_url: "https://github.com/fawaz-dabbaghieh/bubble_gun/blob/v{{ version }}/README.md"
dev_url: "https://github.com/fawaz-dabbaghieh"

0 comments on commit 0f4e2c7

Please sign in to comment.