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:
510c79b
)
Added usage comment if wrong number of arguments
author
elserj
<elserj@localhost>
Tue, 21 Sep 2010 22:49:19 +0000
(22:49 +0000)
committer
elserj
<elserj@localhost>
Tue, 21 Sep 2010 22:49:19 +0000
(22:49 +0000)
svn path=/; revision=42
interactome_scripts/fasta_header_fix.pl
patch
|
blob
|
history
diff --git
a/interactome_scripts/fasta_header_fix.pl
b/interactome_scripts/fasta_header_fix.pl
index f20fce6cb5b730486ed383543b9994917524a4a1..4027a5d58011ab8426ec7d0dd489d6612004707f 100755
(executable)
--- a/
interactome_scripts/fasta_header_fix.pl
+++ b/
interactome_scripts/fasta_header_fix.pl
@@
-10,6
+10,8
@@
my @files;
if($#ARGV == 1) {
$input_file = $ARGV[0];
$output_file = $ARGV[1];
+}else{
+ print "Usage: fasta_header_fix.pl input_file output_file\n";
}
open(in_file, $input_file) || die "Error: File $input_file can not be opened";