# HG changeset patch
# User dereeper
# Date 1624546862 0
# Node ID 041355b971402aa767c1e8e3d6088163374b8b92
# Parent  6d3580552457849380ac45a960f7980ce069ea39
Uploaded

diff -r 6d3580552457 -r 041355b97140 PGAP.xml
--- a/PGAP.xml	Thu Jun 24 14:53:55 2021 +0000
+++ b/PGAP.xml	Thu Jun 24 15:01:02 2021 +0000
@@ -20,7 +20,7 @@
             #set $named_input_files = $named_input_files + ',' + $_input_file
         #end for
 
-	perl ${__tool_directory__}/PGAP_wrapper2.pl -g $input_files -p $proteins -o $named_input_files -o $output	
+	perl ${__tool_directory__}/PGAP_wrapper2.pl -g $input_files -p $proteins -l $named_input_files -o $output	
 	]]></command>
 
 
diff -r 6d3580552457 -r 041355b97140 PGAP_wrapper2.pl
--- a/PGAP_wrapper2.pl	Thu Jun 24 14:53:55 2021 +0000
+++ b/PGAP_wrapper2.pl	Thu Jun 24 15:01:02 2021 +0000
@@ -14,7 +14,7 @@
 
     -g, --genes          <list of gene fasta files. Comma separated list>
     -p, --proteins       <list of protein fasta files. Comma separated list>
-    -o, --order          <list of samples in the same order. Comma separated list>
+    -l, --list           <list of samples in the same order. Comma separated list>
     -o, --out            <output name>      
 ~;
 $usage .= "\n";
@@ -25,7 +25,7 @@
 "genes=s"        => \$genes,
 "proteins=s"     => \$proteins,
 "out=s"          => \$out,
-"order=s"        => \$order
+"list=s"        => \$order
 );