Purpose: Is to do DNA sequence alignments. I have a large list of DNA sequence data, and one template DNA sequence file (all of these are in txt). I need to align these sequences individually.
Good news: EMBOSS, an online service, makes availiable for download a program (called WATER) that can do such alignments.
Bad news: Its a DOS program (originally for UNIX) and not automated for my large list of DNA sequences, meaning i have to do it one by one.
Online tutorials have helped me create File and Directory lists, and i've learned how to launch WATER from a Visual Basic program.
My problem: after launch, WATER asks for certain inputs in DOS (sequence A, sequence B, etc etc etc). There are about 5 inputs that i have to enter. I need to program VB5 to automatically put these inputs in EMBOSS for me.
I have figured out i need to use 'sendkeys' but when i run my VB program it launchs WATER, but does not input my sendkeys. I've tried <Sendkeys "test"> as a test, but WATER just loads and waits for me to enter text.
Ultimately, i want to be able to cycle through my entire list of sequences. I figure i need to link sendkey to my list of sequences, but first i need to get my sendkeys working.
Can anyone please help????????

New Topic/Question
Reply




MultiQuote






|