Hello!
To see the file structure, click on "tree".
Note that updates take place every 10 minutes, commits may not be seen immediately.
projects
/
old-jaiswallab-svn
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77038db
)
svn path=/; revision=205
author
rajar
<rajar@localhost>
Wed, 2 Nov 2011 21:06:45 +0000
(21:06 +0000)
committer
rajar
<rajar@localhost>
Wed, 2 Nov 2011 21:06:45 +0000
(21:06 +0000)
interpro/RUN_TMHMM.pl
patch
|
blob
|
history
diff --git
a/interpro/RUN_TMHMM.pl
b/interpro/RUN_TMHMM.pl
index 81a4cad5d57d8fed47182d3882c6435d09c9f0fa..d11cf91b62a28488cc64600e29d3750756095fc2 100644
(file)
--- a/
interpro/RUN_TMHMM.pl
+++ b/
interpro/RUN_TMHMM.pl
@@
-54,13
+54,13
@@
open(in_file,$file);
{
# print $key."\n".$value."\n";
- open(FILE1,">species.seq") || die("Cannot Open File");
+ open(FILE1,">species
_tmhmm
.seq") || die("Cannot Open File");
print FILE1 "$key\n";
print FILE1 "$value";
-
$status = system("/lemma/SignalP/TMHMM2.0c/bin/tmhmm tmhmm species
.seq >> species_tmhmmdata.txt");
+
$status = system("/lemma/SignalP/TMHMM2.0c/bin/tmhmm tmhmm species_tmhmm
.seq >> species_tmhmmdata.txt");
-}
+
}