diff PGAP_wrapper2.pl @ 2:041355b97140 draft

Uploaded
author dereeper
date Thu, 24 Jun 2021 15:01:02 +0000
parents 6d3580552457
children d8c5bea1cce2
line wrap: on
line diff
--- 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
 );