fhcrc / taxtastic

Create and maintain phylogenetic "reference packages" of biological sequences.
GNU General Public License v3.0
21 stars 10 forks source link

taxit allows creation of empty reference packages #22

Closed matsen closed 13 years ago

matsen commented 13 years ago
matsen@rhino2 taxit create -l loco

This creates taxtastic.refpkg.

matsen@rhino2 cd taxtastic.refpkg/
matsen@rhino2 cat CONTENTS.json
{
  "metadata": {
    "create_date": "2011-05-06 16:47:24",
    "format_version": "1.0",
    "locus": "loco"
  }
}

... is this on purpose?

madhadron commented 13 years ago

Yes. It makes testing the system much easier, and there's no good reason for it to be disallowed.