Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Typo in samtools sort command bowtie2 manual page #82
Comments
|
Agree that this should be fixed. The usage in the manual does work for older versions of samtools. I think it should work for all versions < 1.0. But for more recent versions, this command should be:
(note the The |
ch4rr0
was assigned
by BenLangmead
Mar 6, 2017
dnbh
commented
Apr 29, 2017
|
Using a positional argument in place of -o was also still supported under the "legacy" options without last I checked, though that was in the 1.2 series. |
ch4rr0
added a commit
that referenced
this issue
May 5, 2017
|
|
ch4rr0 |
ac377d9
|
ambi1999 commentedFeb 24, 2017
Hi,
A very minor type in samtools sort command on the following bowtie2 manual page. Basically -o output has not been added.
Page http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml
Present command: samtools sort eg2.bam eg2.sorted
Correct command: samtools sort eg2.bam -o eg2.sorted
ps: I know this is very minor issue but just thought to mention incase it helps someone.
Cheers,
Ambi.