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

File changed from bed3+0 to bed6+4? #79

Open
jwokaty opened this issue Oct 4, 2024 · 1 comment
Open

File changed from bed3+0 to bed6+4? #79

jwokaty opened this issue Oct 4, 2024 · 1 comment

Comments

@jwokaty
Copy link

jwokaty commented Oct 4, 2024

I noticed that the bed file associated with b7cb28278e4cba2dc62e51ddc70cfbfb used to be a bed3+0 file and now it's a bed6+4 file. I only know it's different because I have copy on an old laptop that had 3 columns and I used this id in a test for bedbaser, which is now failing because it expected a bed3+0 file.

I see there are dates of submission and last updated in the metadata, but they're the same. Is submission date not the date the file entered into bedbase?

Is common that files can change like this and is there some kind of version associated with a file?

@khoroshevskyi
Copy link
Member

khoroshevskyi commented Oct 4, 2024

That's very interesting. I'm not sure why it changed, but you're right—two different files with the same regions were uploaded.

You've found a significant bug in our code—thank you! It seems bbclient incorrectly cached files from the link. We will address this as soon as possible.

Regarding the BED files, they shouldn't change overall. Right now, we’re adding additional metadata to the database, and I’m re-uploading all the files. That’s why some metadata may appear different. Unfortunately, a few files may have been provided incorrectly—apologies for that.

I see there are dates of submission and last updated in the metadata, but they're the same. Is submission date not the date the file entered into bedbase?

The submission and last updated dates are the same because I overwrote the entire record

Is common that files can change like this and is there some kind of version associated with a file?

That’s a great question. We don’t currently have a solution for file versioning, but I’ve created a separate issue to address this. #80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants