Hi all,
I am trying to parse information from multiple files for some feilds.
My objective is to make a matrix out of those feilds.
for exanple:I have 3 feilds with queryname,subject name and percent ID.
I want to print in an excel sheet
Qname1 Qname2
Subname1...
No man,
Its not working.
look at this..
this command at DOS works well.
bl2seq -p blastp
-i gi_57652444_r3.faa
-j gi_57652446_r2.faa
-o pp.txt
but when I write a script:
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
#!/usrlocal/bin/perl
$command = "bl2seq -p bl
astp -i gi_57652444_r3.faa -j...
Hi,
Please help me.
I am tryinhg to run an external command on DOS using perl script.
Backtics do not work.
General syntax of the command is:
bl2seq -p programname -i firstfilename -j secondfilename -o
<outputfilenanme>
which in my program is :
C:\\xxx\\xxx\\xxx\\bl2seq\\bin\\bl2seq...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.