The setting max_nb_lines controls how many highest scoring alignments to include in the dot plot, and is fixed in the source code to be 100000. For fragmented assemblies with numerous contigs, this value is grossly insufficient.
I would love to see this parameter exposed, either:
In the webform as an input box
In the configuration file application.propertites
When I experimented with this parameter for this use case, I noticed that there are additional performance improvements necessary for the use case when lots of contigs are involved:
https://github.com/genotoul-bioinfo/dgenies/pull/15
Dear,
Thank you for the excellent plotting software.
The setting
max_nb_lines
controls how many highest scoring alignments to include in the dot plot, and is fixed in the source code to be100000
. For fragmented assemblies with numerous contigs, this value is grossly insufficient.I would love to see this parameter exposed, either:
application.propertites
When I experimented with this parameter for this use case, I noticed that there are additional performance improvements necessary for the use case when lots of contigs are involved: https://github.com/genotoul-bioinfo/dgenies/pull/15
Haibao