Kingsford-Group / bloomtree

GNU General Public License v3.0
73 stars 14 forks source link

Unexpected output in test case (try 2) #10

Closed droe-nmdp closed 8 years ago

droe-nmdp commented 8 years ago

Attached is a simple test via script. It creates a tree and then runs two queries. I only expect one to hit, but they both return the same answer. Can you tell me what I'm doing incorrectly? test3.txt

Bradsol commented 8 years ago

The answer here is actually quite simple but took me a bit to figure out - the fake fasta you are building is not formatted correctly. What you want is:

seq ATATAT....

What you wrote was

seq ATATAT....

If you change the second line to 'echo -e ">seq \n ATATATATATATATATATAT" > insequence2.txt', your test set works for me.

droe-nmdp commented 8 years ago

Thank you! Sorry for the inconvenience.

On 8/24/16, 9:25 AM, "Bradsol" notifications@github.com<mailto:notifications@github.com> wrote:

The answer here is actually quite simple but took me a bit to figure out - the fake fasta you are building is not formatted correctly. What you want is:

seq ATATAT....

What you wrote was

seq ATATAT....

If you change the second line to 'echo -e ">seq \n ATATATATATATATATATAT" > insequence2.txt', your test set works for me.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_Kingsford-2DGroup_bloomtree_issues_10-23issuecomment-2D242083479&d=CwMFaQ&c=C_O335FEx-vf3XHLXGN8TO1BAxpi8-UjLCbu_DQ0pZI&r=i9okTOR20vPIbSlAo-EPOg&m=M25NNA8MeIRDjqmDNtiCSxzz6yCXn_Vg_KF1hVDF4UY&s=6Ar1_f91RQkAf9TQbh0a8CC49POsWP2W6r5m-f2r39g&e=, or mute the threadhttps://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AJwGUKNrFm5vDTnAIoWb32QVYF9IU6V7ks5qjFRPgaJpZM4Jj-2Dp8&d=CwMFaQ&c=C_O335FEx-vf3XHLXGN8TO1BAxpi8-UjLCbu_DQ0pZI&r=i9okTOR20vPIbSlAo-EPOg&m=M25NNA8MeIRDjqmDNtiCSxzz6yCXn_Vg_KF1hVDF4UY&s=4ILfghwi-oLsunc8vUMW7-HkSoQc3cXu2hcld8sHj6Q&e=.