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

Miscellaneous trivia and minor fixes #1705

Merged
merged 5 commits into from
Nov 27, 2023
Merged

Conversation

jmarshall
Copy link
Member

Several minor fixes that you may wish to select from and squash:

  • Remove remnants of now unused HTS_HAVE_NEON. This has already been cherry-picked into pysam, as we print it out in the logs so these remnants could have caused confusion.

  • Remove remnants of NUMERIC_VERSION, unused since Change MACH_O compatibility and current versions #1226. Eventually with a soversion bump you may revisit how MACH_O_CURRENT_VERSION is set and perhaps set it from version.sh numeric, so that code in version.sh has been left. (We will soon not ship htslib/version.sh in pysam so will need to apply something like this to our htslib/Makefile whether htslib does or not.)

  • Document primarily MM/ML tags — rather than the draft Mm/Ml — and fix base-mod-related typos.

  • Avoid a “PRId64 used with size_t” warning. This change adds a cast to the always-run if() condition as well as to the almost-never-run diagnostic printing, so deserves more review than the rest of this PR.

  • Install annot-tsv.1 man page and alphabetise annot-tsv rules. I thought perhaps the maintainers would rename this to something more appealing — e.g. tabanno, à la tabix — before merging this new tool 😄 but in lieu of that this restores the obvious alphabetical ordering of bgzip/htsfile/tabix et al.

@daviesrob
Copy link
Member

Thanks, these all look good.

@daviesrob daviesrob merged commit 958e704 into samtools:develop Nov 27, 2023
@jmarshall jmarshall deleted the trivia branch December 7, 2023 00:26
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.

2 participants