(check-if-good good-formats model-parts suitable-for format)
checks if certain formats are suitable for export given the data in the table Right now this is explicitly for FASTA, which requires a gene or protein. Returns either the list of acceptable formats as it was, or the same list with the new possible format appended to the end.
checks if certain formats are suitable for export given the data in the table Right now this is explicitly for FASTA, which requires a gene or protein. Returns either the list of acceptable formats as it was, or the same list with the new possible format appended to the end.
(export-menu loc)
UI element. Presents the modal to allow user to select an export format.
UI element. Presents the modal to allow user to select an export format.
(modal-body loc)
creates the dropdown to allow users to select their preferred format
creates the dropdown to allow users to select their preferred format
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close