Open-Systems-Pharmacology / QualificationRunner

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

Allow remote projects in qualification plans #22

Closed Yuri05 closed 5 years ago

Yuri05 commented 5 years ago

It should be possible to reference project snapshots not only by local paths but also by URLs, e.g.

"Projects": [
    {
      "Id": "Midazolam",
      "Path": "https://github.com/Open-Systems-Pharmacology/Midazolam/releases/download/1.0/Midazolam.json"
    }
]