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

Input file is saved and can't be deleted when iterations are used in WD

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.10.3
    • Fix Version/s: 1.11
    • Component/s: Workflow
    • Labels:
      None
    • Affect Type:
      Userdefined

      Description

      1. Open the WD.
      2. Drag "Read Sequence" element to the Scene.
      3. Set "murine.gb" input file.
      4. Save the schema.
        => In the schema file there is:
             read-sequence { ... url-in:"...murine.gb"; }
             
      5. Add "sars.gb" file, divide the execution into separate iterations.
      6. Save the schema.
        => In the schema file there is still "url-in" in read-sequence, but there are also iterations blocks.
              read-sequence { ... url-in:"...murine.gb"; }
              ...
              .iteration "...murine.gb"
              {
                 ...
                 read-sequence { url-in:"...murine.gb"; }
              }
              ...
             
      7. Remove the iterations.
        !=> "murine.gb" is still shown on the element.
      8. Delete "murine.gb", save the schema.
        !=> There is no "murine.gb" in the GUI, but it is present in the schema file and would appear if the schema would be reopened.

        Attachments

          Activity

            People

            Assignee:
            ggrekhov German Grekhov
            Reporter:
            oigl Olga Golosova
            Watchers:
            0 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: