Closed iwmstjp closed 2 months ago
This pull request implements several changes to improve data validation, error handling, and user experience in a Flask-based web application for metagenomics data processing. The changes include enhancing the validation process for sample IDs, adding new fields for validation, improving error handling for file uploads and environment variables, and updating the UI to display results.
Change | Details | Files |
---|---|---|
Enhanced data validation for sample identification |
|
flask-version/metagenomongo/module/validation.py |
Improved error handling and environment variable management |
|
flask-version/metagenomongo/app.py |
Enhanced user interface for displaying results |
|
flask-version/metagenomongo/templates/index.html |
Added README file with setup and usage instructions |
|
flask-version/metagenomongo/README.md |
Summary by Sourcery
Enhance data validation by ensuring unique combinations of SampleID, run_directory, and barcode. Improve error handling in the Flask app for environment variables and file operations. Update the HTML template to display validation results. Add a README.md with setup and usage instructions.
New Features:
Enhancements:
Documentation: