dgenomes: subdataset for bioinformatics #38
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Context
For bioinformatics, there is a pressing need to have a centralized resources for databases needed for the different pipelines. Existing data is already availaible of public website (FTW, AWS...) but without a central hub.
Datalad could fill this gap.
This PR is useful for germline human analysis and offer major publicly available databases : human genomes and clinical database for variant annotation.
Technical details
I've chose to simply mirror existing resources without renaming them for the sake of simpliclity. Also, several files are archive and must be decompressed.
To try to follow YODA principles, this is a metadataset, with a subdataset for each database. Each of this subdataset have a branch for major genome versions to be able to switch between them. At the moment, only the current genome version is implememented (GRCh38) but I plan to add T2T support as a separate branch.
Possible improvements
This is a draft PR to check it suits integration into datalad main datasets. I will test it into production if the content and layout fit the project :)
Thanks,