Skip to content

Instantly share code, notes, and snippets.

@criswell
Created August 7, 2013 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save criswell/6177489 to your computer and use it in GitHub Desktop.
Save criswell/6177489 to your computer and use it in GitHub Desktop.
Some fake tags to use with testing tag import function in omero.
[{
"name" : "Foo001",
"desc" : "A foo was fooed when the food was few.",
"set" : [{
"name" : "Foo001_Sub1",
"desc" : "Substandard substitutes with stubbed tubs."
}, {
"name" : "Foo001_Sub2",
"desc" : "Strained strange trains stray starkly."
}, {
"name" : "Foo001_Sub3",
"desc" : "Two towed to too tooled towels."
}]
},
{
"name" : "Boo001",
"desc" : "A foo was fooed when the food was few.",
"set" : [{
"name" : "Boo001_Sub1",
"desc" : "Substandard substitutes with stubbed tubs."
}, {
"name" : "Boo001_Sub2",
"desc" : "Strained strange trains stray starkly."
}, {
"name" : "Boo001_Sub3",
"desc" : "Two towed to too tooled towels."
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment