Skip to content

Commit

Permalink
Merge pull request bioconda#1319 from hainm/nglview
Browse files Browse the repository at this point in the history
Add nglview - biomolecular viewer in Jupyter notebook.
  • Loading branch information
tomkinsc authored Jun 14, 2016
2 parents c2420bc + cfef570 commit 7957fb0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/nglview/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

$PYTHON setup.py clean
$PYTHON setup.py install
33 changes: 33 additions & 0 deletions recipes/nglview/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
package:
name: nglview
version: !!str 0.5.1

source:
url: https://github.com/arose/nglview/archive/v0.5.1.tar.gz
fn: v0.5.1.tar.gz

requirements:
build:
- python
- setuptools
- jupyter
- ipywidgets <=4.1.1
- traitlets

run:
- python
- numpy
- ipywidgets <=4.1.1
- jupyter
- traitlets
- notebook
- ipython <=4.1.2

test:
imports:
- nglview

about:
home: https://github.com/arose/nglview
license: MIT
summary: An IPython widget to interactively view molecular structures and trajectories. Utilizes the embeddable NGL Viewer for rendering.

0 comments on commit 7957fb0

Please sign in to comment.