Dev Log 2004-12-16

"Biotools" function

  • Processing of Excl type is differenitated with number of values (a
    drop down list when items >3, otherwise radio button). <== PISE Way
  • For delayed execution job, if user click on Run and refresh, the
    page will be directed to the result page. (run script will check job
    status to prevent duplicated execution)
  • Now can show input data for submitted job (new field in job table)
  • Fixed a bug of getHash in biotools.cmd.php when cmdFull is simplified.
  • Some layout change in tool configuration page header
  • Add email input box in tool configuration page. The email address is automatically loaded with user registered email address
  • Email validation javascript in configuration page
  • New script class to generate running script for jobs. This is the super class for all kinds of jobs (local, LSF etc)
  • Code is cleaned in biotools.job.php file for the new script class

Continue reading

Dev Log 2004-12-15

"Biotools" function

  • results of previous job can be passed into next job, the
    configuration page can show piped/non-piped parameters correctly (Great
    XSLT hack)
  • Piped job results can be reserved with switching param format (simple/adv)
  • My Godness..hahaha…. piped job can run …. hahaha… too happy
  • A great milestone. web-GUI program can be piped and RUN… hahah
  • Now I have implement the main functions of PISE. :)
  • Improved support for OutFile tag where (*.zzz *.yyy) format is supported
  • File upload is improved. Add "chdir" to script so that we do not need to put the full name in the script.

Continue reading