Hello


I would like to enable Multiple Sequence Alignment (BioJS) on fasta file.


Right now there is no Charts associated with it (Unfortunately we could not identify a suitable plugin. Feel free to contact us if you are aware of visualizations for this datatype.)


How could I do that ?

I've tried to dig into tutorial and WIKI (https://galaxyproject.github.io/training-material/topics/dev/tutorials/visualization-charts/tutorial.html, https://galaxyproject.org/develop/visualizations/,https://galaxyproject.org/visualizations-registry/cookbook/)


I'm a bit confused with xml / json files...


Do  I need to add the datatype in an xml file :

<test test_attr="ext" result_type="datatype">txt</test>

or in a json config file ?

datatypes   : [ 'tabular', 'csv' ],


I think that after that I will need to rebuild the plugin with mako ?

Thank you


Fred