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 minor build infrastructure and code fixes #1807

Merged
merged 6 commits into from
Jul 17, 2024

Conversation

jmarshall
Copy link
Member

Accumulated extremely squashable minor build infrastructure and code fixes:

  • Ignore and clean test/*/FAIL* for six subdirectories — these files can appear in base_mods, fastq, mpileup, and sam_filter as well as faidx and tabix.

  • Fix MM-explicit.sam comment header to use @CO\t as per other comment headers.

  • Remove extraneous inclusion and add missing dependency.

  • Remove last traces of previously deleted bgzf_idx_amend_last() — as noted in formerly caught bgzf_idx_amend_last symbol #1722, this function was removed in PR Fix multi-threaded on-the-fly indexing problems #1672.

  • Use isspace_c() et al in annot-tsv.c.

These files can appear in base_mods, fastq, mpileup, and sam_filter
as well as faidx and tabix.
Plain getopt() is declared in <unistd.h>; strcasecmp() et al are only
portably declared in <strings.h>.
@daviesrob daviesrob merged commit db2b449 into samtools:develop Jul 17, 2024
9 checks passed
@daviesrob
Copy link
Member

All look good to me. Squashed and merge as suggested.

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