lh3 / seqtk

Toolkit for processing sequences in FASTA/Q formats
MIT License
1.37k stars 308 forks source link

Feature/auto version #88

Closed LukeGoodsell closed 7 years ago

LukeGoodsell commented 7 years ago

Hi,

This small change will make it possible to identify exactly which version of the codebase was used to compile the seqtk.

lh3 commented 7 years ago

This adds a dependency on git, while git is not available everywhere. Thanks anyway.

lh3 commented 7 years ago

PS: for versioning, I more like to use

git rev-list --all --count

I believe this counts the total number of revisions across all branches.