Open-Systems-Pharmacology / QualificationRunner

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

Qualification runner does not copy "Content" to specified reporting engine input folder #35

Closed sfrechen closed 5 years ago

sfrechen commented 5 years ago

The sections mentioned in the qualification plan are not copied to the reporting engine input folder.

e.g: "Sections": [ { "Id": 1, "Title": "Chapter 1", "Content": "Content/Section1.md" } ],

msevestre commented 5 years ago

Please attach the qualification plan as well as the folder structure. This is exactly how all other examples are setup so I don't know why this one would be different

it is crucial to have the content in a Content folder (see #34 )

sfrechen commented 5 years ago

Please see here:

https://github.com/sfrechen/Qualification-DDI-CYP3A4

msevestre commented 5 years ago

ok thanks. Going to check it out right now :)

msevestre commented 5 years ago

I can reproduce. Thanks

sfrechen commented 5 years ago

It would be helpful to allow also referencing to an url of certain sections, e.g.:

"Sections": [ { "Id": 1, "Title": "Chapter 1", "Content": "https://raw.githubusercontent.com/Open-Systems-Pharmacology/Itraconazole-Model/master/README.md" } ],

Is that possible?

msevestre commented 5 years ago

see issue https://github.com/Open-Systems-Pharmacology/QualificationRunner/issues/38