BU-ISCIII / iskylims

is an open-source LIMS (laboratory Information Management System) for Next Generation Sequencing sample management, statistics and reports, and bioinformatics analysis service management.
https://github.com/BU-ISCIII/iSkyLIMS/wiki
GNU General Public License v3.0
72 stars 35 forks source link

Fixed bugs an create migration for upload service file #208

Closed luissian closed 1 year ago

luissian commented 1 year ago

The following issues are solved:

update in migration file for drylab the field:

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,
)