fastq doesnt add /1 or /2 to end of read names

Open
#508 6 comments 2 reactions 1 assignee View on GitHub

@jenniferliddle is already working on this.

Since Mar 27, 2017.

Assessment

This issue has not been assessed yet.

Description

On the samtools 1.3 release fastq doesnt add a /1 or /2 to the end of the read names in the output fastqs. So both of these command give the same result, when the -n parameter should toggle it off and on.

samtools fastq -1 1.fq -2 2.fq input.cram 
samtools fastq -1 1.fq -2 2.fq -n input.cram
Dominant language
C
Stars
2k
Forks
621
Avg merge
23h 19m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from samtools/samtools

All issues in samtools/samtools

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.