Tryag File Manager
Home
-
Turbo Force
Current Path :
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
jlex
/
rdloci
/
php5
/
Upload File :
New :
File
Dir
/home/cluster1/data/bu01/1121861/jlex/rdloci/php5/analyze_repeats.php5
<? error_reporting(0); include_once("repeat_analyzer.php5"); $sequences = $_POST["sequences"]; $file = "seqs.txt"; $out = fopen($file,"w"); fwrite($out,$sequences); fclose($out); $standards = $_POST["standards"]; $font_size = $_POST["font_size"]; $max_mismatches = $_POST["max_mismatches"]; $ca = new repeat_analyzer($max_mismatches, $font_size); $ca->analyze("$file","../vregions/$standards",$font_size); ?>