Dev Log 2005-02-28

"Web Engine" component

  • Improving N-1 relations, in config page, user can select the source of input if in previous steps there are multiple outputs of the same pipetype as the one in this step
  • There is still potential problem for N-1, i.e. one previous step has multiple outputs of the same pipetype, and this step requires multiple input of this type, so this step has no idea which file to choose.
  • Remove job splitter support, it may cause problems in complex pipelines
  • Users are not allowed to delete a protocol hen there are pipelines running with it.
  • Pipeline now works with new N-1 implementation
  • Update prodist XML to support multiple data set, separate bundled seqboot

Continue reading

Dev Log 2005-02-21

"Web Engine" component

  • Updated to demo machine with the latest development
  • Fixed a bug of list by category where code snippet was shown
  • Fixed somes bugs in runNextSteps where N-1 condition is not well processed
  • Fixed XML file bugs in neighbor and prodist where tmp_params should not be listed
  • Ver 0.9.1

N-1 still has some problems where multiple inputs are of same type
Continue reading