changeset 7:db23bafdf152 draft default tip

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 09:16:41 +0000
parents b5ec738fb463
children
files mageck_macros.xml mageck_mle.xml
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mageck_macros.xml	Wed Apr 01 10:10:55 2020 +0000
+++ b/mageck_macros.xml	Tue Aug 31 09:16:41 2021 +0000
@@ -12,7 +12,11 @@
             <yield/>
         </requirements>
     </xml>
-
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">mageck</xref>
+        </xrefs>
+    </xml>
     <xml name="version">
         <version_command><![CDATA[
             echo $(mageck -v )", gplots version" $(R --vanilla --slave -e "library(gplots); cat(sessionInfo()\$otherPkgs\$gplots\$Version)" 2> /dev/null | grep -v -i "WARNING: ")", xtable version" $(R --vanilla --slave -e "library(xtable); cat(sessionInfo()\$otherPkgs\$xtable\$Version)" 2> /dev/null | grep -v -i "WARNING: ")
--- a/mageck_mle.xml	Wed Apr 01 10:10:55 2020 +0000
+++ b/mageck_mle.xml	Tue Aug 31 09:16:41 2021 +0000
@@ -1,6 +1,7 @@
 <?xml version="1.0"?>
 <tool id="mageck_mle" name="MAGeCK mle" version="@VERSION@.1" >
     <description>- perform maximum-likelihood estimation of gene essentiality scores</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>mageck_macros.xml</import>
     </macros>