dputhier / pygtftk

A python package and a set of shell commands to handle GTF files
GNU General Public License v3.0
45 stars 6 forks source link

.gtftk versioning #24

Closed dputhier closed 6 years ago

dputhier commented 6 years ago

It could be interesting to allow several subdirectories in .gtftk (that would be named according to a hash computed from the path to the gtftk script). The idea would be to avoid collisions between several versions of pygtftk (e.g installed through several envs) with potentially various plugins.

dputhier commented 6 years ago

In the next release the ~/.gtftk contains subdirectories whose names are hash corresponding to the path of the gtftk calling script. This should ensure independence between versions/environnement.

dputhier commented 6 years ago

The path to the configuration directory will be provided by

    gtftk -d
dputhier commented 6 years ago

Available in 0.9.8.