-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'bioconda_origin/master' into saccharis
- Loading branch information
Showing
76 changed files
with
945 additions
and
975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.