Closed GoogleCodeExporter closed 9 years ago
Hi,
Thanks for your error-report: regarding the problem, the error-messages states
that the input-file was not sorted. If we for simplicity assumes that the
observation (made by orthAgogue) is correct, would you be able to sort your
file (wrt. the names), such as using the following terminal-commando:
---
sort --ignore-nonprinting -k 1,1 -k 2,2 -u -t$'\t' --buffer-size 1000000000 -f
<input-file> -o <output-file>
---
and then re-run orthAgogue, reporting any new error-message?
PS: from my own experience of debugging, it sometimes takes a few
assumptions/approaches before the problem is solved, ie, if this does not help,
then I'll dive more deeply into the problem.
Looking forward your your reply!
Original comment by oeks...@gmail.com
on 25 May 2015 at 9:41
Hi,
thanks a lot for the tip. It works. Just a last question. I did not see a lot
of differences between the Blast results I procuded early. Do you know why this
time the BLAST result file was "unsorted" for the point of view of OrthAgogue?
thanks a lot again.
Best regards
Mirko
Original comment by mirossi...@gmail.com
on 26 May 2015 at 6:44
Hi,
Good to hear that it is now roking!
Regarding your question of the BLAST results, my own experience is that BLAST
has a set of minor errors (when comparing it to its format-specification),
errors which are rare (and is therefore hard to spot if you not write a script
searching for them). It is these errors (in BLAST) which caused your original
issue. In this context, as I (earlier) have spent some time doing some
introspection upon this issue, my own assumption is that they apply
parallisation using an simplification (or 'assumption' which is the term more
acceptable to users) during result-concatenation, an assumption which does not
always hold.
Hope this brief explanation clarified your thoughts, ie, that it did not make
you more puzzled about programs, parallisation and 'pretty rare errors' (such
as those in Blast, or any other program applying complexity on a large scale).
Best,
Ole Kristian
Original comment by oeks...@gmail.com
on 26 May 2015 at 12:50
Dear Ole
really sorry
I just believed in the files from my colleague. I found the problem, it was
just the replication of few proteins.
Please ignore my previous Email.
Thanks any case for the previous help.
Original comment by mirossi...@gmail.com
on 31 Jul 2015 at 9:48
Original issue reported on code.google.com by
mirossi...@gmail.com
on 25 May 2015 at 7:45