Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
Script to run TMHMM application
authorrajar <rajar@localhost>
Wed, 2 Nov 2011 21:33:03 +0000 (21:33 +0000)
committerrajar <rajar@localhost>
Wed, 2 Nov 2011 21:33:03 +0000 (21:33 +0000)
svn path=/; revision=207

interpro/RUN_TMHMM.pl

index d11cf91b62a28488cc64600e29d3750756095fc2..465999bcdb26a76cf95e0ea2f870d3ff3380d8c4 100644 (file)
@@ -54,13 +54,13 @@ open(in_file,$file);
             {
                 # print $key."\n".$value."\n";
 
-                open(FILE1,">species_tmhmm.seq") || die("Cannot Open File");
+                open(FILE1,">species.seq") || die("Cannot Open File");
                 print FILE1 "$key\n";
                 print FILE1 "$value";
 
-                $status = system("/lemma/SignalP/TMHMM2.0c/bin/tmhmm  tmhmm species_tmhmm.seq >> species_tmhmmdata.txt");
+                $status = system("/lemma/SignalP/TMHMM2.0c/bin/tmhmm  tmhmm species.seq >> species_tmhmmdata.txt");
 
 
-           }
+            }