-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Add recipe for SuchTree #52959
Merged
Merged
Add recipe for SuchTree #52959
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
ec03bd6
conda recipe for SuchTree
e17ab58
Merge branch 'master' into master
ryneches bfe73cc
update recipe for SuchTree
b2b541e
Update recipes/suchtree/meta.yaml
bgruening 13771c6
Update recipes/suchtree/meta.yaml
bgruening d7eafe9
Merge branch 'bioconda:master' into master
ryneches 754e9ee
fix home URL, use jinja template for source URL
a591de1
Merge branch 'master' into master
ryneches File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
{% set name = "SuchTree" %} | ||
{% set version = "1.2" %} | ||
|
||
package: | ||
name: "{{ name|lower }}" | ||
version: "{{ version }}" | ||
|
||
source: | ||
url: "https://files.pythonhosted.org/packages/db/f0/75245602f31f80d18a7ffd4b4739e2eb442e46801c1c0ea430c0f002f2e7/suchtree-1.2.tar.gz" | ||
sha256: c45af37beb1a210097151b807ccde9966c72a3cfa99ecfe80251bcc0a14f1f60 | ||
|
||
build: | ||
number: 0 | ||
dependencies: | ||
- cython | ||
- scipy | ||
- numpy >=2.0 | ||
bgruening marked this conversation as resolved.
Show resolved
Hide resolved
|
||
run_exports: | ||
- {{ pin_subpackage( "suchtree", max_pin="x.x" ) }} | ||
script: "{{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation" | ||
|
||
requirements: | ||
build: | ||
- {{ compiler('c') }} | ||
- cython | ||
- scipy | ||
- numpy >=2.0 | ||
bgruening marked this conversation as resolved.
Show resolved
Hide resolved
|
||
host: | ||
- cython | ||
- python | ||
- pip | ||
- setuptools | ||
- scipy | ||
- numpy >=2.0 | ||
run: | ||
- python | ||
- dendropy | ||
- pandas >=2.1 | ||
- numpy >=2.0 | ||
- scipy | ||
|
||
test: | ||
imports: | ||
- SuchTree | ||
|
||
about: | ||
home: The package home page | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you please update this one? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh. Ah, whoops! |
||
license: BSD | ||
license_family: BSD | ||
license_file: LICENSE | ||
summary: "A python library for doing fast, thread-safe computations on phylogenetic trees" | ||
doc_url: https://github.com/ryneches/SuchTree/blob/master/README.md | ||
dev_url: https://github.com/ryneches/SuchTree/ | ||
|
||
extra: | ||
identifiers: | ||
- biotools:suchtree | ||
- doi:10.21105/joss.00678 | ||
recipe-maintainers: | ||
- ryneches |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please use the other pypi URL and include the version jinja variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm once again regretting including capital letters.