Skip to content

Latest commit

 

History

History
 
 
writeorg

writeorg stands for write organism

These examples deal with several steps...

Downloading from organism example the html file.
Currently I am doing that with reqwest in the rust-examples. That is actually OK as this only has to be done once or twice a year.

Then the html file is converted to organism-orig.csv. This work happens in this repo under html

From here we convert the actual organism-orig.csv file to its final form using writeorg.py