quiltdata / nf-quilt

GNU General Public License v3.0
7 stars 1 forks source link

quilt_sumarize.json: wrong path for child HTML files #145

Closed drernie closed 11 months ago

drernie commented 11 months ago

Should include parent: multiqc/multiqc_report.html

expand_more
[
0: "README_NF_QUILT.md"
1: "multiqc_report.html"
]

Also, no longer see the nf_quilt directory files...

drernie commented 11 months ago

Replace String filename = path.getFileName() with relative path.

drernie commented 11 months ago

Ah, we capture the paths, but only keep the key name (instead the full value paths):

String qs_json = JsonOutput.toJson(quilt_summarize.keySet() as String[])

drernie commented 11 months ago
{
    "README_NF_QUILT.md": "README_NF_QUILT.md",
    "multiqc_report.html": "multiqc/multiqc_report.html"
}
drernie commented 11 months ago

never mind, nf-quilt there https://quilt-t4-staging.quiltdata.com/b/quilt-ernest-staging/packages/test/hurdat/tree/latest/nf-quilt/config.json