We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
HTML DAG should be displayed but it is giving the following error:
I haven't went through ALL nf-core pipelines to see if this affects them, but it does effect nf-core/sarek. Link to nf-core/sarek's DAG: https://nf-co.re/sarek/3.4.4/results/sarek/results-5cc30494a6b8e7e53be64d308b582190ca7d2585/test_aws/pipeline_info/?file=pipeline_dag_2024-09-03_12-08-06.html
Here is the nf-core/sarek HTML dag file. Note I had to convert it to a text file due to HTML files not allowed for upload.
pipeline_dag_2024-09-03_12-08-06.txt
FireFox version 115.15.0esr (64-bit) Chrome version 128.0.6613.138 (64-bit) Edge version 128.0.2739.67 (64-bit)
The text was updated successfully, but these errors were encountered:
Looks like the same issue we found in nf-prov. Add these options to the embedded JS code:
mermaid.initialize({ startOnLoad: true, maxTextSize: Number.MAX_SAFE_INTEGER, maxEdges: Number.MAX_SAFE_INTEGER });
I will make a PR to add these options by default
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug report
Expected behavior and actual behavior
HTML DAG should be displayed but it is giving the following error:
![image](https://private-user-images.githubusercontent.com/42686628/366919558-3aa26d7e-6041-43ea-8736-d9e0975d39b4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTQxMjMsIm5iZiI6MTczODg1MzgyMywicGF0aCI6Ii80MjY4NjYyOC8zNjY5MTk1NTgtM2FhMjZkN2UtNjA0MS00M2VhLTg3MzYtZDllMDk3NWQzOWI0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE0NTcwM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTg4YWY5ZWJlYjEyYTA4YWQxNzE0MTFlNmIwNzY5N2Y3YWRlYmJkMDk2NWU4NTQ0ZmI1ZjYyY2NiMzQxNjEzMWEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0._WS5RtWq8p-oOvlqCWvl7fd1qXFTkUOcvc0G60MxGSQ)
Steps to reproduce the problem
I haven't went through ALL nf-core pipelines to see if this affects them, but it does effect nf-core/sarek.
Link to nf-core/sarek's DAG: https://nf-co.re/sarek/3.4.4/results/sarek/results-5cc30494a6b8e7e53be64d308b582190ca7d2585/test_aws/pipeline_info/?file=pipeline_dag_2024-09-03_12-08-06.html
Program output
Here is the nf-core/sarek HTML dag file. Note I had to convert it to a text file due to HTML files not allowed for upload.
pipeline_dag_2024-09-03_12-08-06.txt
Environment
FireFox version 115.15.0esr (64-bit)
Chrome version 128.0.6613.138 (64-bit)
Edge version 128.0.2739.67 (64-bit)
Additional context
The text was updated successfully, but these errors were encountered: