Repository 'meme_chip'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/meme_chip

Changeset 2:d5363e336890 (2021-11-27)
Previous changeset 1:091a9d638d78 (2018-11-15) Next changeset 3:cc100e0f61f4 (2021-11-27)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
modified:
macros.xml
meme_chip.xml
b
diff -r 091a9d638d78 -r d5363e336890 macros.xml
--- a/macros.xml Thu Nov 15 09:58:25 2018 -0500
+++ b/macros.xml Sat Nov 27 09:46:02 2021 +0000
[
@@ -1,11 +1,17 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <macros>
-    <token name="@WRAPPER_VERSION@">4.11.2</token>
+    <token name="@TOOL_VERSION@">4.11.2</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="1.3.23">graphicsmagick</requirement>
             <requirement type="package" version="4.11.2">meme</requirement>
         </requirements>
     </xml>
+    <token name="@CHECK_NON_COMMERCIAL_USE@"><![CDATA[
+        #if not $non_commercial_use
+            >&2 echo "this tool is only available for non commercial use";
+            exit 1
+        #end if
+    ]]></token>
 </macros>
 
b
diff -r 091a9d638d78 -r d5363e336890 meme_chip.xml
--- a/meme_chip.xml Thu Nov 15 09:58:25 2018 -0500
+++ b/meme_chip.xml Sat Nov 27 09:46:02 2021 +0000
[
@@ -1,4 +1,4 @@
-<tool id="meme_chip" name="MEME-ChIP" version="@WRAPPER_VERSION@+galaxy1">
+<tool id="meme_chip" name="MEME-ChIP" version="@TOOL_VERSION@+galaxy1">
     <description>- motif discovery, enrichment analysis and clustering on large nucleotide datasets</description>
     <macros>
         <import>macros.xml</import>
@@ -6,6 +6,7 @@
     <expand macro="requirements" />
     <code file="get_meme_motif_databases.py" />
     <command detect_errors="exit_code"><![CDATA[
+@CHECK_NON_COMMERCIAL_USE@
 #import os
 #set primary_output = $os.path.join($output.files_path, "index.html")
 meme-chip '$input'