Recent Releases of mite_web

mite_web - v1.5.0

[1.5.0] 10-08-2025

Changed

  • Reworked search page, added complex search
  • Added reaction SMARTS diff fingerprint search
  • Implemented search query system

- HTML
Published by mmzdouc 5 months ago

mite_web - v1.4.2

[1.4.2] 26-07-2025

Fixed

  • Updated dependencies
  • Removed old "review" route

- HTML
Published by mmzdouc 5 months ago

mite_web - v1.4.1

[1.4.1] 25-07-2025

Fixed

  • Added --fix-missing option to Dockerfile for more robust builds

- HTML
Published by mmzdouc 5 months ago

mite_web - v1.4.0

[1.4.0] 25-07-2025

Added

  • Additional source info in overview table (e.g. Domain, Kingdom, ...)
  • Download of overview table as .csv
  • Forms: added cofactor selection and wikidata cross-link for enzyme info

Changed

  • Forms: options for tailoring, evidence etc. now directly from mite_schema data model
  • Removed redundant user input sanitation (already performed by mite_extras)
  • Reworked data submission - changed to direct pull requests to GitHub
  • Removed email functionality
  • Updated api to be properly url-versioned

- HTML
Published by mmzdouc 5 months ago

mite_web - v1.3.1

[1.3.1] 02-06-2025

Fixed

  • Frontend fixes
  • Gunicorn vulnerability fix

- HTML
Published by mmzdouc 7 months ago

mite_web - v1.3.0

[1.3.0] 04-03-2025

Added

  • Search for reaction SMARTS

Changed

  • Reworked search functionality on overview page

- HTML
Published by mmzdouc 10 months ago

mite_web - v1.2.5

[1.2.5] 02-03-2025

Changed

  • Added "scheduled maintenance" to navbar

- HTML
Published by mmzdouc 10 months ago

mite_web - v1.2.4

[1.2.4] 28-02-2025

Changed

  • Updated metadata to refer to community-level collaboration documents

- HTML
Published by mmzdouc 10 months ago

mite_web - v1.2.3

[1.2.3] 27-02-2025

Added

  • Added Reviewer page to the Navbar

- HTML
Published by mmzdouc 10 months ago

mite_web - v1.2.2

[1.2.2] 26-02-2025

Added

  • Implement a page to visualize a MITE JSON file (for reviewing purposes)

Changed

  • MIBiG URL resolve via Bioregistry

- HTML
Published by mmzdouc 10 months ago

mite_web - v1.2.1

[1.2.1] 14-02-2025

Bugfix

  • Fixed Rhea validation behavior

- HTML
Published by mmzdouc 11 months ago

mite_web - v1.2.0

[1.2.0] 13-02-2025

Added

  • Added API documentation under /api/

Changed

  • Reworked UI (Navbar)
  • Changed templates

- HTML
Published by mmzdouc 11 months ago

mite_web - v1.1.2

[1.1.2] 02-01-2024

Added

  • Added concatenated protein FASTA files to downloads

Bugfix

  • Fixed broken hyperlinks in substructure/blast search results

Changed

  • DatabaseIds crosslinking: differentiate between UniprotKB and UniParc in link-creation (UniParcID starts with "UPI")
  • Replaced generic MITE contributor "AAAAA..." with a human-readable explanation
  • Moved enzyme-structure visualization with PyMol from mite_data to mite_web
  • Moved MITE BLAST-DB generation from mite_data to mite_web

- HTML
Published by mmzdouc 12 months ago

mite_web - v1.1.1

[1.1.1] 09-12-2024

Added

  • Implemented an API (/api/) to serve MITE JSON files

Changed

  • Changed generic MITE contributor "AAAAA..." with explanation
  • Improved search functionality for substructure

- HTML
Published by mmzdouc about 1 year ago

mite_web - v1.1.0

[1.1.0] 08-12-2024

Added

  • Update to mite_data v1.8
  • Added search functionality (substructure and BLAST) to repository overview
  • Added page for canoicalization or SMILES
  • Added resolution of organism or origin
  • Improved Download page

- HTML
Published by mmzdouc about 1 year ago

mite_web - v1.0.0

[1.0.0] 30-11-24

Added

  • Update to mite_data v1.6
  • Added additional "tailoring" qualifiers

Changed

  • Fixed broken MIBiG links

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.8

[0.2.8] 26-11-24

Added

  • Added page to allow generating SMILES strings from single-letter amino acid string
  • Added a dark theme for the webpage

Bugfix

  • Fixed the setting of the 'isIntermediate' flag in the submission forms

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.7

[0.2.7] 22-11-24

Changed

  • Updated Contact page
  • Updated Help

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.6

[0.2.6] 18-11-24

Added

  • Added information Troubleshooting
  • Added cross-link to help/troubleshooting when error message is flashed
  • Added video tutorial link
  • Added jsondiff to show changes in modified files

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.5

[0.2.5] 12-11-24

Bugfix

  • Fixed issue list link
  • Added enzyme name to Issue title

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.4

[0.2.4] 12-11-24

Bugfix

  • Changed the default reviewer ID to "BBBBB..." (before: default contributor ID "AAA...")

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.3

[0.2.3] 12-11-24

Added

  • Added Help page
  • Added script to upload submitted data as Issues to GitHub

Changed

  • Changed Dockerfile to automatically populate app with data (before: prepare_mite_data.py had to be run manually)
  • Various fixes to templates
  • Updated Terms of Use

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.2

[0.2.2] 09-11-2024

Changed

  • Changed docker image to ubuntu as base

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.1

[0.2.1] 09-11-2024

Changed

  • Pinned mite_extras version

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.2.0

[0.2.0] 09-11-2024

Changed

  • Added submission portal
  • Added data parsing/sending

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.1.1

[0.1.1] 28-10-2024

Fixed

  • Changed docker setup: prepare_mite_data.py script must be run beforehand to populate repository
  • Separated production (docker) and development (hatch) better

- HTML
Published by mmzdouc about 1 year ago

mite_web - v0.1.0

[0.1.0] 27-10-2024

Added

  • Initialized the repository

- HTML
Published by mmzdouc about 1 year ago