Uploaded image for project: 'UGENE'
  1. UGENE
  2. UGENE-2353

UWL: move the markers section into the marker element section

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 1.13
    • Component/s: Workflow
    • Labels:
      None
    • Tests Type:
      Functional/Unit
    • Sprint:
      DEV-2013/10/31, TEST-2013/11/07
    • Affect Type:
      Userdefined

      Description

      The current UWL supports the outer markers description. For example:

          mark-sequence {
              type:mark-sequence;
              name:"Sequence Marker";
              markers:m1;
          }
          @mark-sequence.m1 {
              type:marker;
              marker-type:annotations-count;
              marker-name:annotation_count;
              ">=1":good;
              "rest":Rest;
          }
      

      Improve the UWL to keep markers section inside the element:

          mark-sequence {
              type:mark-sequence;
              name:"Sequence Marker";
              marker {
                  type:annotations-count;
                  name:annotation_count;
                  ">=1":good;
                  "rest":Rest;
              }
          }
      

      The compatibility with the previous UWL version must be provided.

        Attachments

          Issue Links

            Activity

              People

              Assignee:
              ggrekhov German Grekhov
              Reporter:
              ggrekhov German Grekhov
              Assigned Tester:
              Kirill Rasputin
              Watchers:
              1 Start watching this issue

                Dates

                Created:
                Updated:
                Resolved:

                  Time Tracking

                  Estimated:
                  Original Estimate - 1 day
                  1d
                  Remaining:
                  Remaining Estimate - 1 day
                  1d
                  Logged:
                  Time Spent - Not Specified
                  Not Specified