Mercurial > repos > iuc > meme_chip
comparison meme_chip.xml @ 2:d5363e336890 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:46:02 +0000 |
parents | 091a9d638d78 |
children |
comparison
equal
deleted
inserted
replaced
1:091a9d638d78 | 2:d5363e336890 |
---|---|
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: |