Open-Systems-Pharmacology / QualificationRunner

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

Allow remote observed data sets in qualification plans #23

Closed Yuri05 closed 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.

"ObservedDataSets": [
    {
      "Id": "DDI_Ratio_CYP3A4",
      "Path": "https://github.com/Open-Systems-Pharmacology/Data/releases/download/v1.2.3/DDI_Ratio_CYP3A4.csv",
      "Type": "DDIRatio"
    }
]