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

Add legacy version of pplacer for osx #24008

Closed
wants to merge 1 commit 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
7 changes: 7 additions & 0 deletions recipes/pplacer/1.1.alpha16/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

mkdir -p $PREFIX/bin

cd $SRC_DIR
cp guppy pplacer rppr $PREFIX/bin
chmod +x $PREFIX/bin/{guppy,pplacer,rppr}
39 changes: 39 additions & 0 deletions recipes/pplacer/1.1.alpha16/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{% set version = "1.1.alpha17" %}
{% set sha256 = "db1ac64e1bc9b4d24d17ee2e388c061c283ca9fbec075e022bdeaad1adc6d41c" %}

package:
name: pplacer
version: '{{ version }}'

source:
url: https://github.com/matsen/pplacer/releases/download/v{{ version }}/pplacer-Darwin-v{{ version }}.zip
sha256: '{{ sha256 }}'

build:
skip: true # [linux]
number: 1

requirements:
host:
- gsl
run:
- gsl

test:
commands:
- pplacer --help > /dev/null
- guppy to_csv --help > /dev/null
- rppr check --help > /dev/null

about:
home: http://matsen.fredhutch.org/pplacer/
license: GPL-3.0
license_family: GPL
summary: Pplacer places query sequences on a fixed reference phylogenetic tree to
maximize phylogenetic likelihood or posterior probability according to a reference
alignment.
dev_url: https://github.com/matsen/pplacer/

extra:
skip-lints:
- should_be_noarch_generic