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 recipe for transit version 2.3.1 #11701

Merged
merged 2 commits into from
Oct 29, 2018
Merged
Changes from 1 commit
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
46 changes: 46 additions & 0 deletions recipes/transit/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{% set name = "transit" %}
{% set version = "2.3.1" %}

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

source:
url: https://github.com/mad-lab/{{ name }}/archive/v{{ version }}.tar.gz
sha256: ca2dd3543789acf5f4f7327ddac0a27b7ddb2ff7966959a148a84382ccddb486

build:
number: 0
script: "python setup.py install --single-version-externally-managed --record=record.txt"

requirements:
build:
- python==2.7.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please skip the build instead of pin it like that

- numpy>=1.15
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you probably need a space here

- scipy>=1.1
- matplotlib>=2.2
- pillow>=5.0
- statsmodels>=0.9
run:
- python==2.7.*
- numpy>=1.15
- scipy>=1.1
- matplotlib>=2.2
- pillow>=5.0
- statsmodels>=0.9

test:
commands:
- transit

about:
home: http://github.com/mad-lab/transit
license: GPL-3
license_family: GPL
summary: 'TRANSIT'
description: |
TRANSIT is a software that can be used to analyze Tn-Seq datasets.
It includes various statistical calculations of essentiality of
genes or genomic regions (including conditional essentiality
between 2 conditions).
dev_url: https://github.com/simongog/sdsl-lite