hoffmangroup / genomedata

The Genomedata format for storing large-scale functional genomics data.
https://genomedata.hoffmanlab.org/
GNU General Public License v2.0
2 stars 1 forks source link

Directory archive to single-file archive #6

Open EricR86 opened 10 years ago

EricR86 commented 10 years ago

Original report (archived issue) by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


From Google Code Issue #11

Imported Labels: enhancement, imported, Priority-Medium

From orion.bu...@gmail.com on February 24, 2010 17:59:50

A usefule feature in the future would be a command that would combine a directory Genomedata archive into a single-file archive, if this could be done quickly and easily. This would then allow the archive to be distributed directly, without creating a tarball.

Original issue: http://code.google.com/p/genomedata/issues/detail?id=11

EricR86 commented 10 years ago

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).


From orion.bu...@gmail.com on February 25, 2010 13:45:07

Pytables does not support moving Nodes from one database to another, but it does support copying. Thus it is unlikely to be able to "convert" a directory archive into a single-file archive, but perhaps it would not take too long to create a single-file copy.

EricR86 commented 10 years ago

Original comment by Eric Roberts (Bitbucket: ericr86, GitHub: ericr86).