You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
# GAN: The Great Automatic Nomenclator
4
4
The Next Million Names for Archaea and Bacteria
5
5
6
+
## Citation
7
+
8
+
Mark J. Pallen _et al._**The Next Million Names for Archaea and Bacteria**, _Trends in Microbiology_ (2020). [DOI: 10.1016/j.tim.2020.10.009](https://www.sciencedirect.com/science/article/pii/S0966842X20302717)
6
9
7
10
## Principle
8
11
@@ -17,6 +20,13 @@ The scripts in this repository require Python (at least 3.6) and these modules:
17
20
* pandas (>1.0)
18
21
* xlrd (1.2.0)
19
22
23
+
To run the scripts of this repository, we suggest to create a conda environment as follows:
24
+
```
25
+
conda create -c conda-forge -n gan python=3.8 pandas pip ipython
26
+
conda activate gan
27
+
pip install xlrd==1.2.0
28
+
```
29
+
20
30
## Genera generator
21
31
22
32
A set of two (or three) Excel tables formatted as shown below is used to generate the list of combinations in JSON, HTML and LaTeX format.
0 commit comments