Changes between Initial Version and Version 5 of Ticket #830


Ignore:
Timestamp:
Nov 24, 2015, 8:55:02 AM (8 years ago)
Author:
Nicklas Nordborg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #830

    • Property Status newassigned
  • Ticket #830 – Description

    initial v5  
    33If the usual selections lists are going to be used we need to specify new software types.
    44
    5 Hmmm... by using the `ParameterSet` annotation (see #629) on the software item it would even be possible to configure multiple <gene-report>/<pilot-report> sections. For example:
     5Hmmm... by using the `ParameterSet` annotation (see #629) on the software item it would even be possible to configure multiple settings for <gene-report>/<pilot-report>. For example:
    66
    77{{{
    8 <pilot-report parameter-set="v3.0">
    9 ...
    10 </pilot-report>
    11 <pilot-report parameter-set="v4.0">
     8<pilot-report>
     9   <!-- the current version -->
     10   <path>...</path>
     11   <!-- older versions -->
     12   <path parameter-set="v1.0">...</path>
     13   <path parameter-set="v2.0">...</path>
    1214...
    1315</pilot-report>