Skip to content

Commit 2f0d142

Browse files
authored
Update README.md
1 parent f85b5bb commit 2f0d142

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# GAN: The Great Automatic Nomenclator
44
The Next Million Names for Archaea and Bacteria
55

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)
69

710
## Principle
811

@@ -17,6 +20,13 @@ The scripts in this repository require Python (at least 3.6) and these modules:
1720
* pandas (>1.0)
1821
* xlrd (1.2.0)
1922

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+
2030
## Genera generator
2131

2232
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

Comments
 (0)