Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
efcaguab opened this issue May 27, 2021 · 0 comments
Open

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

efcaguab opened this issue May 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@efcaguab
Copy link
Contributor

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

@efcaguab efcaguab added the enhancement New feature or request label May 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant