# HG changeset patch
# User matthias
# Date 1561474771 14400
# Node ID dddd1a6454ce030d7c9ff187ab28bbac60d03d51
# Parent  3680074758c50ddec38ce5f910c476db8291d2e5
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit 82e7263f3e57a29362d981e36b82b82063f12ac3
diff -r 3680074758c5 -r dddd1a6454ce macros.xml
--- a/macros.xml	Thu Jun 20 08:14:41 2019 -0400
+++ b/macros.xml	Tue Jun 25 10:59:31 2019 -0400
@@ -107,12 +107,12 @@
     
     > $output_log &&
+            2>> '$output_log' &&
         #end if
     ]]>
     &1
+            cat '$output_log' 2>&1
         #end if
     ]]>
     
@@ -216,11 +216,15 @@
         
     
 
-    
-    
+    
+    
         
             
-                
+                
                 
             
             
diff -r 3680074758c5 -r dddd1a6454ce stacks_denovomap.xml
--- a/stacks_denovomap.xml	Thu Jun 20 08:14:41 2019 -0400
+++ b/stacks_denovomap.xml	Tue Jun 25 10:59:31 2019 -0400
@@ -9,7 +9,6 @@
 @FASTQ_INPUT_FUNCTIONS@
 mkdir stacks_inputs stacks_outputs&&
 
-
 #set ($link_command, $inputype) = $fastq_input_nonbatch( $input_type.fqinputs, $input_type.input_type_select, ".%d" )
 $link_command
 
@@ -25,7 +24,12 @@
 -n $assembly_options.n
 --var-alpha $model_options.var_alpha
 --gt-alpha $model_options.gt_alpha
-$paired
+#if $input_type.input_type_select == "paired"
+    --paired
+#end if
+$pe_options.rm_pcr_duplicates
+--min-samples-per-pop $popfilter_options.min_samples_per_pop
+--min-populations $popfilter_options.min_populations
 
 ## the catalog.calls output is a gzip-ed vcf extract it
 ## to make it usable in Galaxy (with the downside that we
@@ -41,10 +45,16 @@
             
             
         
-        
+        
-        
+		
+		
         
     
     
@@ -82,7 +92,6 @@
                 
             
             
-            
             
                 
                 
@@ -146,11 +155,17 @@
             
             
             
+            
+            
+            
             
                 
                 
                 
                 
+                
+                
+                
             
             
             
@@ -164,38 +179,6 @@
             
             
         
-        
-        
-            
-            
-                
-                    
-                        
-                            
-                            
-                        
-                    
-                    
-                        
-                            
-                            
-                        
-                    
-                
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-            
-        
     
 
     
diff -r 3680074758c5 -r dddd1a6454ce test-data/.gentest.sh.swp
Binary file test-data/.gentest.sh.swp has changed