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

Fix ref fix from c91804c #1521

Merged
merged 1 commit into from Nov 4, 2022
Merged

Conversation

jkbonfield
Copy link
Contributor

We have too many similarly sounding reference filenames. While the previous fixed worked when MMAP was in use, when it's not we end up setting fd->refs->fn in cram_populate_ref, which causes samtools test failures on Windows.

With hindsight, the fix was wrong as fd->ref_fn is the actual filename we specified with view -T, while fd->refs->fn is the current filename loaded (which is the same thing unless we're using a local cache and no mmap in which case it's also updated to point to the filename associated with the open file descriptor).

Definitely an "I wouldn't start from here" problem. (Sorry!)

We have too many similarly sounding reference filenames.
While the previous fixed worked when MMAP was in use, when it's not
we end up setting fd->refs->fn in cram_populate_ref, which causes
samtools test failures on Windows.

With hindsight, the fix was wrong as fd->ref_fn is the actual filename
we specified with view -T, while fd->refs->fn is the current filename
loaded (which is the same thing *unless* we're using a local cache and
no mmap in which case it's also updated to point to the filename
associated with the open file descriptor).

Definitely an "I wouldn't start from here" problem. (Sorry!)
@daviesrob daviesrob merged commit 3f67e7e into samtools:develop Nov 4, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants