-
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
Add recipe for SuchTree #52959
Conversation
recipes/suchtree/meta.yaml
Outdated
- SuchTree | ||
|
||
about: | ||
home: The package home page |
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 update this one?
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.
Oh. Ah, whoops!
recipes/suchtree/meta.yaml
Outdated
version: "{{ version }}" | ||
|
||
source: | ||
url: "https://files.pythonhosted.org/packages/db/f0/75245602f31f80d18a7ffd4b4739e2eb442e46801c1c0ea430c0f002f2e7/suchtree-1.2.tar.gz" |
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.
Add a recipe for SuchTree 1.2.
SuchTree is a Python library built with Cython for fast, thread-safe computations with phylogenetic trees. It is particularly suitable for MCMC sampling of distances and relationships within very large trees (up to millions of taxa).