You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

BioMate

Lab-bench biologists find it difficult to use many existing tools for their data analysis. These tools are generally command-line computer programs written by computational biologists. Computational biologists do not have time to create user-friendly interfaces for their programs, and often find themselves spending a lot of time helping lab-bench biologists run their programs. This creates a burden for all involved: lab-bench biologists cannot move forward with their data analysis, and computational biologists cannot move forward with their research.

html: Security restricted macro is not allowed. An edit restriction is required that matches the macro authorization list.

<MCE:STYLE mce_bogus="1"><#comment></#comment></MCE:STYLE><STYLE mce_bogus="1"><!--
.pagetree2 a

Unknown macro: {font-size}

--></STYLE>

Unknown macro: {pagetree2}

Click on a page above for a specific section.

Computer Prototyping

Platform and Software Requirements

Our software can run on any modern browser. We have tested our code on several browsers and it seems to work best on the following OS/Browser combination

  • Linux / Chrome or Firefox
  • Windows / Chrome or Firefox

The layout might be a bit off in Mac.

Instructions

Accessing the Prototype

Our software is accessible at the following URL: http://mv.ezproxy.com.ezproxyberklee.flo.org/6.831/GR4.

Tasks to Evaluate

The following tasks can be helpful during the evaluation process:

  1. Login:
    1. In order to see some canned data that a lab-bench biologist might see, log in with the following information:
      • username: alpha
      • password: beta
    2. In order to see some canned data that a computational-biologist might see, log in with the following information:
      • username: gamma
      • password: delta
    3. Try loggin in using arbitrary information
  2. Use "Monte Carlo" script for the first time.
  3. Use "Monte Carlo" script from history.
  4. Create a new script.
  5. Edit "Monte Carlo" script from history.
  6. Browse your notes and look at your notes on "Monte Carlo".

You might play with the interface. We have implemented enough of the functionality so that you should be able to see all of the screens we have designed. All buttons on the home screen should link to the correct screens (notes, history, add/edit a script, use a script), and buttons on these screens should show popups and tooltips with canned data. Selecting scripts other than "Monte Carlo" should not cause the interface to crash; you may not see any output or the output you see might not make sense.

Prototype information

Canned Elements
  • You can login with only two username-password pairs as mentioned in the instructions.
  • You can use only "Monte Carlo" script since we have created all of our screens with canned data corresponding to the "Monte Carlo" script which was used in our paper prototype scenario.
  • The notes, instructions and parameters associated with "Monte Carlo" script are all canned.
  • Clicking "Edit" for any script in the "History" popup shows an image of the "Create/Edit Script" screen with some items filled in, and is therefore not interactive.
Incompletely Implemented Elements
  • Home/Login screen:
    • We did not implement the "create account" feature and the "login" functionality is incomplete in the sense that it uses canned data.
  • Create/Edit a Script screen:
    • The "Delete" and "Edit" buttons do not allow you to delete or edit any parameter or static text.
    • The "View/Edit" buttons in the parameters table do not work.
    • Changing the "Alias" or "Prefix/Flag" in the parameters table does not update the draggable chunks.
    • Setting input type to "Flag" does not disable the "Required" checkbox.
  • Use a Script screen:
    • From the "Generate Command" popup, Save to Notes and Copy to Clipboard do not work.
  • General:
    • When you click buttons that would require mostly back-end work such as Save, Share, etc., nothing will be saved, even if feedback is displayed on the UI confirming the action.
    • When you click "Send" to send an email, nothing will be sent.
  • No labels