Skip to content

Add a warning for samtools fastq on coordinate sorted data.#2176

Merged
vasudeva8 merged 1 commit into
samtools:developfrom
jkbonfield:fix_2169
Jan 30, 2025
Merged

Add a warning for samtools fastq on coordinate sorted data.#2176
vasudeva8 merged 1 commit into
samtools:developfrom
jkbonfield:fix_2169

Conversation

@jkbonfield

Copy link
Copy Markdown
Contributor

There can be legitimate cases of samtools fastq/fasta being run on such data, for example when it is single ended, and we do not wish to reorder the file. So making this a hard error may be problematic for existing pipelines.

However it is also a cause of confusion and mistakes to users, so a warning is necessary.

Fixes #2169

There can be legitimate cases of samtools fastq/fasta being run on
such data, for example when it is single ended, and we do not wish to
reorder the file. So making this a hard error may be problematic for
existing pipelines.

However it is also a cause of confusion and mistakes to users, so a
warning is necessary.

Fixes samtools#2169
@vasudeva8 vasudeva8 merged commit 21d43e7 into samtools:develop Jan 30, 2025
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.

fasta / fastq to warn on position sorted inputs

2 participants