You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I completely agree Abhinav, I was worried about the TSV's outside the repository, I don't want to distribute the tsv's file within the package, but for development propose I can add the on the root folder of the repository and them create a psake task as you mentioned.
Hey H@abhi18av, The tsv sources are actually modified from different web sources, and some of them had inconsistencies that I had to solve manually, like names with u instead of ü. and cleanups on some unnecessary compound names like Iron-II vs Iron-III.
What do you think about adding TSV files on the root folder of this repository on this structure:
And this Script would be called by the psake task in order to generate a database, and we would have 2 tasks:
Generate database (to use all TSVs and generate a sqlite database)
Update database (Generate a new database and update the Bionamegenerator/Databases/Dictionaries.db
Unfortunately I'm not sure that I'll be able to write a pwsh script able to completely reproduce the process on getting wikipedia pages and them formating them to the TSV's.
Hi @Mxrcon ,
I noticed that the https://github.com/Mxrcon/BioNameGenerator/blob/main/BioNameGenerator/Databases/Generate-Databases.ps1 is basically a small task to generate the sqlite database from the TSV files.
I was wondering whether it makes sense to
Nothing urgent, but something nice to have as it'll guide the collaborators.
The text was updated successfully, but these errors were encountered: