[Bioperl-l] SeqIO, Write to File
Paulo Almeida
paulo.david at netvisao.pt
Thu Dec 30 03:50:37 EST 2004
Hi,
It would be good to know what the error message is, if any. Can you
access the webserver's logs? Is the perl file executable, and does the
webserver have permission to execute it? If you are testing the script
on a different machine, make sure the path to the perl executable is
correct on the server as well.
-Paulo
hafiz hafiz a écrit :
>hello,i have sucessfull to change format by this souce
>code in cgi file but it still not working in the
>url, why?
>
>
>$filegame=">/var/www/html/infoseq";
>open (FILE,"$filegame") || die "Couldn't open file\n";
>
>
>$io=Bio::SeqIO->new('-file'=>"$filegame",'-format'=>"game");
>
>$io->write_seq($seq);
>
More information about the Bioperl-l
mailing list