Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
corrupted MAP output is sometime generated by bowtie 1.2.1 #54
Comments
ndaniel
changed the title from
corrputed MAP output is sometime generated by bowtie 1.2.1 to corrupted MAP output is sometime generated by bowtie 1.2.1
Jun 13, 2017
|
Can you share at least the command line you used when running |
ndaniel
commented
Jun 13, 2017
|
I will try to share it (when I will come across it) but it is not reproducible! |
ndaniel
commented
Jun 14, 2017
•
|
Here is the exact command line where Bowtie 1.2.1 (using the pre-built binaries for Linux X64 on Ubuntu 16.04 LTS) produces very rarely and randomly corrupted MAP file
where the corrupted MAP file has malformed lines which look like:
when one would expect something like this (two columns):
Please, note again that this is very hard even for me to reproduce! I have to re-run this over and over like 20 times in order to get once a corrupted MAP file. |
ndaniel
commented
Jun 14, 2017
|
This bug affects also Bowtie 1.2.1.1 where I still get something like this:
|
ndaniel
commented
Jun 14, 2017
•
|
This is what I get from the run of Bowtie 1.2.1.1 that gives corrupted MAP file
and when I re-run Bowtie 1.2.1.1. second time with exactly the same command line options and same input files it runs fine and I get this
It is weird that the number of reads processed is different even that the input FASTQ files is exactly the same in both cases. The input FASTQ file has 4388 reads! When running Bowtie 1.2 with the same command line parameters and input files I get this
where the number of reads processed is 4388 as one would expect! |
|
Thank you for those details. We will look into it urgently and get back to you. |
ndaniel commentedJun 13, 2017
•
edited
Sometime randomly, Bowtie 1.2.1. generates a corrupted MAP file (that is the default Bowtie output) where for example the read id is on second column instead of first column.
If Bowtie 1.2.1 is re-run second time with the same command line parameters and inputs as first time, Bowtie 1.2.1 will run just fine and produce a good MAP file. In first and second case no error or warning is shown.
This behavior has not been noticed with Bowtie 1.X or 1.2.