Open-Systems-Pharmacology / QualificationRunner

Qualification runner in charge of managing a qualification workflow
Other
0 stars 1 forks source link

Allow remote building blocks in qualification plans #24

Open Yuri05 opened 5 years ago

Yuri05 commented 5 years ago

It should be possible to reference observed data sets not only by local paths but also by URLs, e.g.

"Projects": [
    {
      "Id": "Itraconazole",
      "Path": "Itraconazole/Itraconazole.json",
      "BuildingBlocks": [
        {
          "Type": "Individual",
          "Name": "Ind",
          "Path": "https://.../IndividualXY.json"
        }
      ]
    }
]
msevestre commented 5 years ago

@Yuri05 I don't understand this feature. We are referencing project by Id now. Are you saying that the project to take the bb from might not even be used at all into the QualficationPlan?

msevestre commented 5 years ago

@Yuri05 Going to implement this but using a remote project instead. e.g. take the building block from a remote project instead of a building block snapshot, which is something we do not support officially at the moment