Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
drernie opened this issue Oct 15, 2023 · 4 comments · Fixed by #148
Closed

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

drernie opened this issue Oct 15, 2023 · 4 comments · Fixed by #148

Comments

@drernie
Copy link
Member

drernie commented Oct 15, 2023

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
Copy link
Member Author

drernie commented Oct 15, 2023

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

@drernie
Copy link
Member Author

drernie commented Oct 15, 2023

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
Copy link
Member Author

drernie commented Oct 15, 2023

{
    "README_NF_QUILT.md": "README_NF_QUILT.md",
    "multiqc_report.html": "multiqc/multiqc_report.html"
}

@drernie
Copy link
Member Author

drernie commented Oct 15, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant