comparison meme_chip.xml @ 10:c0b3721b69a7 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 8c1eac566cbcc93ceb3d753170bce144d386722c"
author iuc
date Sat, 27 Nov 2021 09:43:22 +0000
parents 4fc125833bc2
children
comparison
equal deleted inserted replaced
9:4fc125833bc2 10:c0b3721b69a7
1 <tool id="meme_chip" name="MEME-ChIP" version="@WRAPPER_VERSION@+galaxy1"> 1 <tool id="meme_chip" name="MEME-ChIP" version="@TOOL_VERSION@+galaxy1">
2 <description>- motif discovery, enrichment analysis and clustering on large nucleotide datasets</description> 2 <description>- motif discovery, enrichment analysis and clustering on large nucleotide datasets</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
7 <code file="get_meme_motif_databases.py" /> 7 <code file="get_meme_motif_databases.py" />
8 <command detect_errors="exit_code"><![CDATA[ 8 <command detect_errors="exit_code"><![CDATA[
9 @CHECK_NON_COMMERCIAL_USE@
9 #import os 10 #import os
10 #set primary_output = $os.path.join($output.files_path, "index.html") 11 #set primary_output = $os.path.join($output.files_path, "index.html")
11 meme-chip '$input' 12 meme-chip '$input'
12 -noecho 13 -noecho
13 #if $control: 14 #if $control: