diff build/tools/GetEntities/GetEntities.xml @ 10:6a112eaf8f38 draft

planemo upload for repository https://forgemia.inra.fr/metexplore/met4j-galaxy commit 71071300dd662ad01bd064abcf6866a192eeea95
author metexplore
date Mon, 03 Feb 2025 15:59:46 +0000
parents 0976a6257300
children 40c15b7467f1
line wrap: on
line diff
--- a/build/tools/GetEntities/GetEntities.xml	Fri Jan 31 18:28:53 2025 +0000
+++ b/build/tools/GetEntities/GetEntities.xml	Mon Feb 03 15:59:46 2025 +0000
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<tool id="met4j_GetEntities" name="GetEntities" version="develop">
+<tool id="met4j_GetEntities" name="GetEntities" version="2.0.0">
   <description>Parse a SBML file to return a list of entities composing the network: metabolites, reactions, genes and others.</description>
   <xrefs>
     <xref type="bio.tools">met4j</xref>
   </xrefs>
   <requirements>
-    <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:develop</container>
+    <container type="singularity">oras://registry.forgemia.inra.fr/metexplore/met4j/met4j-singularity:2.0.0</container>
   </requirements>
   <command detect_errors="exit_code"><![CDATA[sh /usr/bin/met4j.sh attributes.GetEntities -i "$sbml"
  $printMetabolites
@@ -30,167 +30,29 @@
   </outputs>
   <tests>
     <test>
-                                    			
-      
-      
-      
-      
-      
       <param name="sbml" value="Human-GEM_pathways.xml"/>
-                                    			
-      
-      
-      
-      
-      
       <output ftype="tsv" name="outputFile">
-                                                				
-        
-        
-        
-        
-        
         <assert_contents>
-                                                            					
-          
-          
-          
-          
-          
           <has_text_matching expression="GENE" n="86"/>
-                                                            					
-          
-          
-          
-          
-          
           <has_text_matching expression="METABOLITE" n="111"/>
-                                                            					
-          
-          
-          
-          
-          
           <has_text_matching expression="REACTION" n="75"/>
-                                                            					
-          
-          
-          
-          
-          
           <has_text_matching expression="PATHWAY" n="3"/>
-                                                            					
-          
-          
-          
-          
-          
           <has_text_matching expression="COMPARTMENT" n="5"/>
-                                                            				
-        
-        
-        
-        
-        
         </assert_contents>
-                                                			
-      
-      
-      
-      
-      
       </output>
-                                    		
-    
-    
-    
-    
-    
     </test>
     <test>
-                                    			
-      
-      
-      
-      
-      
       <param name="sbml" value="Human-GEM_pathways.xml"/>
-                                    			
-      
-      
-      
-      
-      
       <param name="printReactions" value="true"/>
-                                    			
-      
-      
-      
-      
-      
       <param name="printMetabolites" value="true"/>
-                                    			
-      
-      
-      
-      
-      
       <param name="printGenes" value="true"/>
-                                    			
-      
-      
-      
-      
-      
       <param name="printCompartments" value="true"/>
-                                    			
-      
-      
-      
-      
-      
       <param name="noTypeCol" value="true"/>
-                                    			
-      
-      
-      
-      
-      
       <output ftype="tsv" name="outputFile">
-                                                				
-        
-        
-        
-        
-        
         <assert_contents>
-                                                            					
-          
-          
-          
-          
-          
           <has_n_lines n="277"/>
-                                                            				
-        
-        
-        
-        
-        
         </assert_contents>
-                                                			
-      
-      
-      
-      
-      
       </output>
-                                    		
-    
-    
-    
-    
-    
     </test>
   </tests>
   <help><![CDATA[Parse a SBML file to return a list of entities composing the network: metabolites, reactions, genes and others.The output file is a tabulated file with two columns, one with entity identifiers, and one with the entity type. If no entity type is selected, all of them are returned by default. Only identifiers are written, attributes can be extracted from dedicated apps or from the Sbml2Tab app.]]></help>