in reply to Aligning sequence
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Aligning sequence
by Anonymous Monk on Feb 28, 2008 at 11:04 UTC | |
The error that am getting with this case is here; Its dying at blastall and thus obviously couldn't get any results. I have two files one the large file which contails 4KB(size of sequences) And another File that contains set of small sequences (which may be around 4000 in number) the large sequence's path is given as the database. Any help please, thanks in advance | [reply] [d/l] [select] |
by igelkott (Priest) on Feb 28, 2008 at 20:35 UTC | |
From the first error message, I'd guess that this was an input format error. Little things like spaces in the fasta ID could kill the parser. Check your input around line 81643. If this script works on a small portion of the input, try with a region around the error. The second error message could just be an artifact because it really should know where "blastall" is kept. Just to make sure, check $blast->executable('blastall'). | [reply] [d/l] |
by Anonymous Monk on Feb 29, 2008 at 13:52 UTC | |
I have also included a bit of my input sequence: Sorry if thats to silly but I couldn't spot it.. getting nuts of this:( any help please, thanks, | [reply] [d/l] [select] |
by igelkott (Priest) on Mar 01, 2008 at 11:46 UTC | |