mjsull / chromatiblock

Colinear block visualisation tool
GNU General Public License v3.0
30 stars 4 forks source link

Genome name labels in the interactive plot #9

Closed calvinnacaswara closed 4 years ago

calvinnacaswara commented 4 years ago

Hi, again not an issue but a recommendation for the interactive plot: Maybe the genome names could be listed on the left side of the MSA and colinear-blocks ? This way I don't always have to look up the order.

mjsull commented 4 years ago

Hovering your cursor above a block will show a contig name. I've also added a flag to add the FASTA names as labels.

fwhelan commented 2 months ago

Hi mjsull. I'm struggling to get the FASTA name labels to show in my html outputs. I've tried -t, --show_fasta_labels (as per #10), and --show_labels (as per main page documentation, but this appears to be a typo as I get an argument not found error). I've made sure that my contig names are unique incase that mattered, fasta file names are unique. I can see the unique contig names in the cursor hover over, but labels would be helpful.

Thank you!