Skip to content

Commit

Permalink
finalize v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ptonner committed Jun 7, 2021
1 parent 1311bbb commit bc62be2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#+TITLE: LANTERN: an interpretable genotype-phenotype landscape model

*LANTERN is currently in alpha and the primary interface is subject to change*

Documentation: [[https://lantern-gpl.readthedocs.io/en/latest/index.html][https://lantern-gpl.readthedocs.io]]

* Install
~LANTERN~ currently must be installed from this repository directly
#+begin_src bash
python -m pip install git+https://github.com/usnistgov/lantern.git
#+end_src
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="lantern",
version="0.1.1a",
version="0.1.2a",
license="NIST",
description="Genotype-phenotype landscape interpretable nonparametric modeling",
author="Dr. Peter Tonner",
Expand Down

0 comments on commit bc62be2

Please sign in to comment.