WrightonLabCSU / DRAM

Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
GNU General Public License v3.0
249 stars 52 forks source link

DRAM-v.py requires Python 3.8+ #166

Closed ipetrushin closed 2 years ago

ipetrushin commented 2 years ago

Unless not specified in environment.yaml, DRAM-v.py requires Python 3.8 or higher due to := operator usage. Please add version check in source file and specify in environment.yaml

rmFlynn commented 2 years ago

I will actually be removing the assignment statement in the near future, thanks!