File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ #+TITLE: LANTERN: an interpretable genotype-phenotype landscape model
2
+
3
+ *LANTERN is currently in alpha and the primary interface is subject to change*
4
+
5
+ Documentation: [[https://lantern-gpl.readthedocs.io/en/latest/index.html][https://lantern-gpl.readthedocs.io]]
6
+
7
+ * Install
8
+ ~LANTERN~ currently must be installed from this repository directly
9
+ #+begin_src bash
10
+ python -m pip install git+https://github.com/usnistgov/lantern.git
11
+ #+end_src
Original file line number Diff line number Diff line change 13
13
14
14
setup (
15
15
name = "lantern" ,
16
- version = "0.1.1a " ,
16
+ version = "0.1.2a " ,
17
17
license = "NIST" ,
18
18
description = "Genotype-phenotype landscape interpretable nonparametric modeling" ,
19
19
author = "Dr. Peter Tonner" ,
You can’t perform that action at this time.
0 commit comments