Versions Compared

Key

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

...

  • Part 1: Write an extractor
    • Start with the bd-template extractor, which is the word count extractor.
    • Ask participant to modify the extractor, which would use 'grep' to find a specific pattern within the file.
    • Include yes/no in the metadata if the pattern is found or not found.
    • Any csv extractor with some analysis on the columns? Ask for some top examples. Must be useful for scientific community
    • TODO: Provide Step-by-step instructions/screenshots of updating the extractor and the output seen at the Clowder GUI. 
      • This needs to be more simplified than what we have for users at beginner level/intermediate one
  • Part 2: Write a converter
    • Start with the bd-template for converter- imagemagick
    • Ask the participant to modify the converter input/output formats in the comment section. And see the result using the polyglot web UI for post and get
    • Think of another software for which creating a converter is easy and interesting.
    • TODO: Provide step-by-step instructions/screenshots of modifying imagemagick
  • Part 3: Uploading a converter or an extractor to locally installed Tools Catalog.
    • TODO: Step-by-step procedure to upload a tool, an input file and an output file without a docker file
  • Part 4 (Optional - For advanced user): Dockerize the tool

...