monarch-initiative / phenopacket-store

Collection of phenopackets
https://monarch-initiative.github.io/phenopacket-store/
BSD 3-Clause "New" or "Revised" License
12 stars 4 forks source link

tarballs should unpack into a phenopackets folder #96

Closed cmungall closed 2 weeks ago

cmungall commented 1 month ago

Currently if I download the tgz from github releases (see #95) and I run tar -zxvf it will place each gene folder into my current directory.

This is not considered best practice, see:

https://tldp.org/HOWTO/Software-Release-Practice-HOWTO/distpractice.html

Instead, make sure your archive files all have a common directory part named after the project, so they will unpack into a single top-level directory directly beneath the current one.