# HG changeset patch
# User iuc
# Date 1677357229 0
# Node ID 585027e65f3b0ba0867bb60830ef9e46e97acfbf
# Parent  b502c227b5e61778d1f807c3f5267919551594d8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/picard commit 70d2a66c405be58d4413753792bcadf212a4da84
diff -r b502c227b5e6 -r 585027e65f3b picard_CollectAlignmentSummaryMetrics.xml
--- a/picard_CollectAlignmentSummaryMetrics.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_CollectAlignmentSummaryMetrics.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   writes a file containing summary alignment metrics
   
     picard_macros.xml
-    1
+    2
   
   
   
   
-    
+    
   
   
     
       
-      
-      
+      
+      
+        
+      
       
       
       
diff -r b502c227b5e6 -r 585027e65f3b picard_CollectBaseDistributionByCycle.xml
--- a/picard_CollectBaseDistributionByCycle.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_CollectBaseDistributionByCycle.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   charts the nucleotide distribution per cycle in a SAM or BAM dataset
   
     picard_macros.xml
-    1
+    2
   
   
     r-base
@@ -59,8 +59,8 @@
   
 
   
-    
-    
+    
+    
   
 
   
diff -r b502c227b5e6 -r 585027e65f3b picard_CollectInsertSizeMetrics.xml
--- a/picard_CollectInsertSizeMetrics.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_CollectInsertSizeMetrics.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   plots distribution of insert sizes
   
     picard_macros.xml
-    1
+    2
   
   
     r-base
@@ -72,8 +72,8 @@
   
 
   
-    
-    
+    
+    
   
 
   
diff -r b502c227b5e6 -r 585027e65f3b picard_MarkDuplicates.xml
--- a/picard_MarkDuplicates.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_MarkDuplicates.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   examine aligned records in BAM datasets to locate duplicate molecules
   
     picard_macros.xml
-    3
+    4
   
   
   
       
     
-    
+    
 
     
 
@@ -65,8 +65,8 @@
   
 
   
-    
-    
+    
+    
   
 
   
diff -r b502c227b5e6 -r 585027e65f3b picard_MarkDuplicatesWithMateCigar.xml
--- a/picard_MarkDuplicatesWithMateCigar.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_MarkDuplicatesWithMateCigar.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   examine aligned records in BAM datasets to locate duplicate molecules
   
     picard_macros.xml
-    2
+    3
   
   
   
       
     
-    
+    
 
    
 
   
 
   
-    
-    
+    
+    
   
 
   
diff -r b502c227b5e6 -r 585027e65f3b picard_MergeBamAlignment.xml
--- a/picard_MergeBamAlignment.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_MergeBamAlignment.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
   merge alignment data with additional info stored in an unmapped BAM dataset
   
     picard_macros.xml
-    1
+    2
   
   
   
   
   
-    
+    
   
   
     
@@ -191,7 +191,7 @@
       
       
       
-      
+      
       
       
       
diff -r b502c227b5e6 -r 585027e65f3b picard_SamToFastq.xml
--- a/picard_SamToFastq.xml	Mon Aug 22 09:56:00 2022 +0000
+++ b/picard_SamToFastq.xml	Sat Feb 25 20:33:49 2023 +0000
@@ -2,7 +2,7 @@
     extract reads and qualities from SAM/BAM dataset and convert to fastq
     
         picard_macros.xml
-        2
+        3
     
     
         picard_samtofastq
@@ -107,7 +107,6 @@
     
       
       
-      
       
       
       
@@ -122,7 +121,6 @@
     
       
       
-      
       
       
       
@@ -139,7 +137,6 @@
     
       
       
-      
       
       
       
@@ -164,34 +161,21 @@
 
 .. class:: warningmark
 
-**DANGER: Multiple Outputs**
-
-Generating per readgroup fastq (setting **OUTPUT_PER_RG** to True) may produce very large numbers of outputs. Know what you are doing!
-
 @dataset_collections@
 
 @description@
 
   FASTQ=File
   F=File                        Output fastq file (single-end fastq or, if paired, first end of the pair fastq).
-                                Required.  Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
+                                Required.
 
   SECOND_END_FASTQ=File
   F2=File                       Output fastq file (if paired, second end of the pair fastq).  Default value: null.
-                                Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
+                                
 
   UNPAIRED_FASTQ=File
   FU=File                       Output fastq file for unpaired reads; may only be provided in paired-fastq mode  Default
-                                value: null.  Cannot be used in conjuction with option(s) OUTPUT_PER_RG (OPRG)
-
-  OUTPUT_PER_RG=Boolean
-  OPRG=Boolean                  Output a fastq file per read group (two fastq files per read group if the group is
-                                paired).  Default value: false. Possible values: {true, false}  Cannot be used in
-                                conjuction with option(s) SECOND_END_FASTQ (F2) UNPAIRED_FASTQ (FU) FASTQ (F)
-
-  OUTPUT_DIR=File
-  ODIR=File                     Directory in which to output the fastq file(s).  Used only when OUTPUT_PER_RG is true.
-                                Default value: null.
+                                value: null.
 
   RE_REVERSE=Boolean
   RC=Boolean                    Re-reverse bases and qualities of reads with negative strand flag set before writing them