is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
Updated 002_core_migration file to increase up to 300 characters the optional fields for type of sample
Comment the sample_fields definition at wetlab/api/views because of litin error.
stats = openapi.Parameter(
"project",
openapi.IN_QUERY,
description="Project name to fetch the statistics utilization fields. Example Relecov",
type=openapi.TYPE_STRING,
)
The following issues are solved:
199
207
206
200
211
212
update in migration file for drylab the field:
Updated first_install_tables.json with
Updated 002_core_migration file to increase up to 300 characters the optional fields for type of sample
Comment the sample_fields definition at wetlab/api/views because of litin error.