-
Notifications
You must be signed in to change notification settings - Fork 60
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
Have GitHub and Zenodo releases synchronized #238
Comments
Thank you for bringing this to our attention. An automatic procedure should be in place, but apparently its not working atm. I will look into this. |
I just checked and didn't found any differences. Could you please explain a little bit more of your finding?
|
Wow, this is a fast reply! I actually found the different P.S.: Is there any reason for having an |
Yes, you are right. Zenodo only covers the txt files. Thats a result of the automatic zenodo release procedure of github. I dont know how to automatically attach the other release artifacts to the zenodo release. For your second question I have no answer atm. The sql file is released for the MsBackendMassbank package, but we did not put too much effort into it. Its basically the dump of our internal data structure. |
👍🏼 |
Note: my preferred way to access/use MassBank data in R is through library(AnnotationHub)
ah <- AnnotationHub()
query(ah, "MassBank")
AnnotationHub with 3 records
# snapshotDate(): 2023-06-23
# $dataprovider: MassBank
# $species: NA
# $rdataclass: CompDb
# additional mcols(): taxonomyid, genome, description,
# coordinate_1_based, maintainer, rdatadateadded, preparerclass, tags,
# rdatapath, sourceurl, sourcetype
# retrieve records with, e.g., 'object[["AH107048"]]'
title
AH107048 | MassBank CompDb for release 2021.03
AH107049 | MassBank CompDb for release 2022.06
AH111334 | MassBank CompDb for release 2022.12.1 So, as for now there are these 3 releases available through mb <- ah[["AH107049"]]
mb
class: CompDb
data source: MassBank
version: 2022.06
organism: NA
compound count: 90190
MS/MS spectra count: 90190 This There's however a manual step involved - since I need to convert the MassBank data structures into a |
Hi,
Thank your for all your effort put in MassBank!
I was trying to access its data and realized https://github.com/MassBank/MassBank-data/releases and https://doi.org/10.5281/zenodo.3378723 are not synchrone.
This can be easily done by following https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content.
This way, each GitHub release ends up archived on Zenodo and having its DOI automatically.
Hope this makes sense!
The text was updated successfully, but these errors were encountered: