Translations of this page:
Trace: readseq

ReadSeq

ReadSeq

General informations

  • License: software in the public domain, open to all.

Installation instructions

Installed version
Impilo 8.04 H10 2.1.19
Impilo 10.04 A10 2.1.30

Usage instructions

<php> /* * DO NOT MODIFY THIS CODE BLOCK UNLESS YOU REALLY KNOW WHAT YOU ARE DOING!! * IT EXISTS TO DISPLAY THE HELP MATERIAL PROVIDED BY THIS APPLICATION! */ $tmp = shell_exec(“java -cp /opt/bio/sources/readseq-2.1.30/readseq.jar help”); $data = explode(“\n”,$tmp); print(“<pre>”); foreach($data as $line){

print($line."\n");

} print(“</pre>”); </php>

References

  • More to come…