phiweger / zoo

A portable datastructure for rapid prototyping in (viral) bioinformatics (under development).
5 stars 2 forks source link

how does schema work? #138

Open flomock opened 7 years ago

flomock commented 7 years ago

right now I'm only able to use. zoo schema "(a(b,c))" > firstSchema.json if I would like to use the more specific schemata I always get an error, independent from entering just the name (influenza_a.json(b,c)) or entering the full path: zoo schema "(/home/florian/.../schema/specific/influenza_a.json(b,c))" > InfluSchema.json

and how do I use the --fp? i tried it, didn't worked. --help wasn't much of a help