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:
11a83a9
)
Script to run TMHMM application
author
rajar
<rajar@localhost>
Wed, 2 Nov 2011 21:33:03 +0000
(21:33 +0000)
committer
rajar
<rajar@localhost>
Wed, 2 Nov 2011 21:33:03 +0000
(21:33 +0000)
svn path=/; revision=207
interpro/RUN_TMHMM.pl
patch
|
blob
|
history
diff --git
a/interpro/RUN_TMHMM.pl
b/interpro/RUN_TMHMM.pl
index d11cf91b62a28488cc64600e29d3750756095fc2..465999bcdb26a76cf95e0ea2f870d3ff3380d8c4 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
_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");
- }
+
}