Skip to content

New tables are created even when the Fastq files are the same #3

@efcaguab

Description

@efcaguab

Currently to prevent repeated temporal tables when the databases are queried, an extra hash is appended to the table name. This means that even if the same file is queried within the same session a new table is created unnecessarily.

We should update the code to instead check for the existence of the table and create it if it does not exist already

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions