Skip to content

Add long option support to samtools index.#1872

Merged
daviesrob merged 1 commit into
samtools:developfrom
jkbonfield:index-threads
Jun 30, 2023
Merged

Add long option support to samtools index.#1872
daviesrob merged 1 commit into
samtools:developfrom
jkbonfield:index-threads

Conversation

@jkbonfield

Copy link
Copy Markdown
Contributor

The man page documented --threads as working, but it was absent from the CLI. In reviewing this I see it had no long-opts anywhere, but added more for consistency between samtools and bcftools index.

Fixes #1869

The man page documented --threads as working, but it was absent from
the CLI.  In reviewing this I see it had no long-opts anywhere, but
added more for consistency between samtools and bcftools index.

Fixes samtools#1869
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.

samtools-index does not support --threads as stated in man page

2 participants