Giter VIP home page Giter VIP logo

trimmomatic's Introduction

Trimmomatic

Docker badge

Docker image and agave app specs for Trimmomatic.

trimmomatic's People

Contributors

aliceminotto avatar

Watchers

 avatar  avatar  avatar  avatar

trimmomatic's Issues

order of step

To solve this: how to ask the user for the order of the steps to perform in agave app?

  1. i could ask for parameter: [ ... { "id": "step1", "value": {"type":"enumeration" .......}}. BUT:
    • it gets longer
    • i can't enforce this to be bound to the other options given
    • what if this is not given but the parameter for one step are, have a default order? what's the default order?
  2. drop everything and rewrite the app so that for each step a string is given by the user (i can add a validator), then i make the user select a number. BUT:
    • i can't enforce the user do give number that makes sense4 in agave (like ordered, no jumps, no duplicated numbers)
  3. i could do like the previous but asking for the step (so up to # of possible steps), ask for a step to perform between enumValue with the possible step, and then ask for the string. Problems:
    • i can't enforce not to choose duplicated steps
    • validator can't be expressed in the app as i don't know in advance which one is the step chose, would have to be done in wrapper
      (I think in the GUI this would come up as the most user friendly)

Additional problem: in ILLUMINACLIP a file is needed, so one more file has to asked no matter what in the app. That may not make sense.

  1. I could also make the user write the whole command by end. There's no validation at this point, but it may not (or may?) be more confusing for user that know trimmomatic. The app and its user interface would be very compact on the plus side. We may have more failures, but I'm not sure how many could be avoided with the previous methods.

(check existing apps in the DE to see how they deal with this)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.