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

Get DRAM version from command line #198

Closed rujinlong closed 2 years ago

rujinlong commented 2 years ago

Hi,

I'm wondering if it is possible to get DRAM version from command line? Although we can get it from the release history, a command like DRAM.py --version will be very helpful for reproducible data analysis when integrating DRAM into a pipeline.

Thanks a lot.

c-gr34sl3y commented 2 years ago

( Not associated with the project but i've built the application recently and was looking at another issue)

There's a positional argument version for DRAM-setup.py that prints this.

$ DRAM-setup.py version 1.3.6

rujinlong commented 2 years ago

Thanks, Chris. This command works.