annotate emboss_5/emboss_infoseq_wrapper.pl @ 5:2cf967772a40

Fix for emboss_format_corrector.py. Datatypes should be changed before the job is run.
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 11 Oct 2013 14:10:00 -0400
parents b94ca591877b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
1 #! /usr/bin/perl -w
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
2 use strict;
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
3
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
4 my $cmd_string = join (" ",@ARGV);
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
5 my $results = `$cmd_string`;
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
6 if ($ARGV[6]=~/yes/)
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
7 {
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
8 print "Extension: html\n";
b94ca591877b Uploaded emboss_5.tar
devteam
parents:
diff changeset
9 }