Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin authored Mar 24, 2021
1 parent f85b5bb commit 2f0d142
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# GAN: The Great Automatic Nomenclator
The Next Million Names for Archaea and Bacteria

## Citation

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)

## Principle

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

To run the scripts of this repository, we suggest to create a conda environment as follows:
```
conda create -c conda-forge -n gan python=3.8 pandas pip ipython
conda activate gan
pip install xlrd==1.2.0
```

## Genera generator

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.
Expand Down

0 comments on commit 2f0d142

Please sign in to comment.