changeset 17:bde3097ac0f6 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit d5dfff2cd58b094e0e4a6f8dc475de5facd9700b"
author iuc
date Tue, 03 Dec 2019 02:12:56 +0000
parents 33381b9c268c
children c2228166c035
files emboss_cpgplot_wrapper.pl emboss_infoseq_wrapper.pl emboss_multiple_outputfile_wrapper.pl emboss_single_outputfile_wrapper.pl macros.xml
diffstat 5 files changed, 3 insertions(+), 30 deletions(-) [+]
line wrap: on
line diff
--- a/emboss_cpgplot_wrapper.pl	Mon Jan 28 14:49:47 2019 -0500
+++ b/emboss_cpgplot_wrapper.pl	Tue Dec 03 02:12:56 2019 +0000
@@ -1,5 +1,5 @@
-#! /usr/bin/perl -w
 use strict;
+use warnings;
 use File::Copy;
 
 my $cmd_string = join (" ",@ARGV);
--- a/emboss_infoseq_wrapper.pl	Mon Jan 28 14:49:47 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-#! /usr/bin/perl -w
-use strict;
-
-my $cmd_string = join (" ",@ARGV);
-my $results = `$cmd_string`;
-if ($ARGV[6]=~/yes/)
-{
-	print "Extension: html\n";
-}
--- a/emboss_multiple_outputfile_wrapper.pl	Mon Jan 28 14:49:47 2019 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#! /usr/bin/perl -w
-use strict;
-
-my $cmd_string = join (" ",@ARGV);
-my $results = `$cmd_string`;
-my @files = split("\n",$results);
-foreach my $thisLine (@files)
-{
-	if ($thisLine =~ /Created /)
-	{
-		$thisLine =~ /[\w|\.]+$/;
-		$thisLine =$&;
-		print "outfile: $thisLine\n";
-	}
-	else
-	{
-		print $thisLine,"\n";
-	}
-}
--- a/emboss_single_outputfile_wrapper.pl	Mon Jan 28 14:49:47 2019 -0500
+++ b/emboss_single_outputfile_wrapper.pl	Tue Dec 03 02:12:56 2019 +0000
@@ -1,5 +1,5 @@
-#! /usr/bin/perl -w
 use strict;
+use warnings;
 use File::Copy;
 
 my $cmd_string = join (" ",@ARGV);
--- a/macros.xml	Mon Jan 28 14:49:47 2019 -0500
+++ b/macros.xml	Tue Dec 03 02:12:56 2019 +0000
@@ -3,6 +3,7 @@
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">emboss</requirement>
+            <requirement type="package" version="5.26">perl</requirement>
         </requirements>
     </xml>
     <xml name="stdio">