Open bachev opened 8 years ago
Thank you for using RAPSearch2! I’ll look into it!
On Sep 27, 2016, at 1:17 PM, Bastien Chevreux notifications@github.com wrote:
Hi,
I have noticed a weird error in coordinates for DNA queries and attached a minimal example which demonstrates this.
rs_coordinates_error.tar.gz https://github.com/zhaoyanswill/RAPSearch2/files/496360/rs_coordinates_error.tar.gz In the attached example, "query_r.fasta" is the reverse complement of "query.fasta". Both are searched against "sbjct.fasta". And the results look like this:
So, query vs RIBBA_BACSU gives: Query: 139 FHPIEE...LGHLLHF 1329 .......... FHPIEE...LGHLLHF Sbjct: . 2 FHPIEE...LGHLLHF 398
while query_r vs RIBBA_BACSU gives: Query: 1314 FHPIEE...LGHLLHF 124 ........... FHPIEE...LGHLLHF Sbjct: .. 2 FHPIEE...LGHLLHF 398
That is, both searches return the exact same alignment, but notice the query coordinates:
once (139, 1329) once (1314, 124) Bastien
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zhaoyanswill/RAPSearch2/issues/31, or mute the thread https://github.com/notifications/unsubscribe-auth/AETkp-ng4h2gvhTUDS1T76vpDeCO2L1Cks5quV3WgaJpZM4KH_Xv.
Hi,
I have noticed a weird error in coordinates for DNA queries and attached a minimal example which demonstrates this.
rs_coordinates_error.tar.gz
In the attached example, "query_r.fasta" is the reverse complement of "query.fasta". Both are searched against "sbjct.fasta". And the results look like this:
So, query vs RIBBA_BACSU gives:
Query: 139 FHPIEE...LGHLLHF 1329
.......... FHPIEE...LGHLLHF
Sbjct: . 2 FHPIEE...LGHLLHF 398
while query_r vs RIBBA_BACSU gives:
Query: 1314 FHPIEE...LGHLLHF 124
........... FHPIEE...LGHLLHF
Sbjct: .. 2 FHPIEE...LGHLLHF 398
That is, both searches return the exact same alignment, but notice the query coordinates:
Bastien