Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Could not open

by davidj (Priest)
on Feb 04, 2005 at 02:30 UTC ( [id://427905]=note: print w/replies, xml ) Need Help??


in reply to Could not open

Hey FarTech,

Since I have no idea what fasta34.exe does, it's difficult to know where the problem might be. That being said, I do notice one thing about your code that might be causing it problems: the file $querry has not been closed when you pass it to fasta34.exe as a parameter and the exe may not be able to work with files that are already open. Try closing it first and see what happens.

davidj

Replies are listed 'Best First'.
Re^2: Could not open
by FarTech (Novice) on Feb 04, 2005 at 02:37 UTC
    Hi David

    i have already tried closing the file before calling the fasta34.exe..

    -o $compare -Q $querry $library are for avoiding command line which other wise feed manually, ....if i remove the -Q $querry $library the program runs fine and i have to give the file name manually but the program hangs up further ...indicating use of uninitialize value at concatination

    at if(m/>>(.{4,6})(.*)/)

    under while (compare)

    thanks

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://427905]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-20 03:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found