Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
linenumberstrue
{
    "@context": "http://clowder.ncsa.illinois.edu/contexts/extractors.jsonld",
    "name": "ncsa.csvheaders",
    "version": "1.0",
    "description": "Extracts the headers of CSV file. Only looks at the first row.",
    "author": "Yan Zhao <yanzhao3@illinois.edu>",
    "contributors": ["Luigi Marini <lmarini@illinois.edu>"],
    "contexts": [
        {
            "csv_headers": "http://clowder.ncsa.illinois.edu/metadata/ncsa.csvheaders#csv_headers"
        }
    ],
    "repository": [
        {
            "repType": "git",
            "repUrl": "https://opensource.ncsa.illinois.edu/bitbucket/scm/iarp/extractors.git"
        },
        {
            "repType": "docker",
            "repUrl": "clowder/extractors-csvheaders"
        }
    ],
    "process": {
        "file": [
          "text/csv"
        ]
    },
    "external_services":[],
    "dependencies": [],
    "bibtex": []
}

...

Converter Info Example

Code Block
languagejs
linenumberstrue
{
    "_idname" : ObjectId("53864aee7400009900ec8d22ImageMagick"),
    "statusversion" : 4"1.0",
    "creationDatedescription" : ISODate("2014-05-28T20:45:34.412Z")"Converts images from one format to another",
    "updateDateauthor" : ISODate("2016-11-21T04:09:47.836Z")"Kenton McHenry <mchenry@illinois.edu>",
    "downloadscontributors": ["Bing : 2Zhang <bing@illinois.edu>"],
    "licenserepository": : "UIUC/NCSA Open Source License.\r\nhttp://otm.illinois.edu/uiuc_openSource",
[
        "whatsnew" : "Identify tumors in microscopy images.",
{
            "compatibilityrepType" : "git",
    "url"         "repUrl": "https://opensource.ncsa.illinois.edu/bitbucket/projectsscm/CATSpol/repos/extractors-cv/browse/cellprofiler/cellprofiler-tumor?raw"converters-imagemagick.git"
        },
    "sample_input"     {
            "repType": "docker",
    "sample_output"         "repUrl": "ncsapolyglot/converters-imagemagick",
        "interfaceLevel" : 2}
    ],
    "dockerimageNameinput_formats" : "",[
    "vmImageName" : "",
    "dockerfilepng" :, "bmp",
     "author"  : "ruiliu@illinois.edu"],
    "dependenciesoutput_formats" : [
          "jpeg", "jpg"Cell, Profiler"pdf"
        ],
    "transformationexternal_typeservices" : "extractor":[],
    "transformation_iddependencies" : ["ImageMagick"],
    "titlebibtex" : "Tumors"[]
}

...

Current Tools Catalog Example

Code Block
languagejs
linenumberstrue
{
    "name_id" : ObjectId("ImageMagick53864aee7400009900ec8d22"),
    "versionstatus" : "1.0"4,
    "descriptioncreationDate" : "Converts images from one format to another"ISODate("2014-05-28T20:45:34.412Z"),
    "updateDate" : ISODate("2016-11-21T04:09:47.836Z"),
    "authordownloads" : "Kenton McHenry <mchenry@illinois.edu>"2,
    "contributorslicense" : ["Bing Zhang <bing@illinois.edu>"]UIUC/NCSA Open Source License.\r\nhttp://otm.illinois.edu/uiuc_openSource",
    "repositorywhatsnew" : [
"Identify tumors in      {microscopy images.",
            "repType""compatibility" : "git",
            "repUrl""url" : "https://opensource.ncsa.illinois.edu/bitbucket/scm/pol/converters-imagemagick.git"/projects/CATS/repos/extractors-cv/browse/cellprofiler/cellprofiler-tumor?raw",
    "sample_input" :   }"",
    "sample_output"    {: "",
    "interfaceLevel" : 2,
      "repTypedockerimageName" : "docker",
            "repUrl""vmImageName" : "ncsapolyglot/converters-imagemagick"
        }
    ],
    "input_formatsdockerfile" : ["",
          "png", "bmp"
        ]"author" : "ruiliu@illinois.edu",
    "output_formatsdependencies" : [
          "jpeg", "jpg",Cell Profiler"pdf"
        ],
    "externaltransformation_servicestype":[] : "extractor",
    "dependenciestransformation_id" : ["ImageMagick"],
    "bibtextitle" : []"Tumors"
}