Nextflow allows to efficiently make complex pipelines. Some people understand things only visually, so it's important to make a good graphical representation. Way to do so in nextflow is by -with-dag command:
nextflow run <script-name> -with-dag flowchart.png
However, output looks bad and doesn't have any professional vibe to it:
I wonder if there are any ways to improve it, like getting source code and uploading on some different visualisation programms. Anything.