Previous changeset 0:6095db402811 (2018-04-20) Next changeset 2:d5363e336890 (2021-11-27) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/meme_chip commit 0ba5f658424430eea10c79f92c9a8d7a1ca9eaf3 |
modified:
meme_chip.xml |
b |
diff -r 6095db402811 -r 091a9d638d78 meme_chip.xml --- a/meme_chip.xml Fri Apr 20 09:03:44 2018 -0400 +++ b/meme_chip.xml Thu Nov 15 09:58:25 2018 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="meme_chip" name="MEME-ChIP" version="4.11.2"> +<tool id="meme_chip" name="MEME-ChIP" version="@WRAPPER_VERSION@+galaxy1"> <description>- motif discovery, enrichment analysis and clustering on large nucleotide datasets</description> <macros> <import>macros.xml</import> @@ -81,8 +81,7 @@ -spamo-skip -fimo-skip #end if -&& rm '$output' -&& ln -s $primary_output '$output' +&& mv $primary_output '$output' ]]></command> <inputs> <param name="input" type="data" format="fasta" label="Primary sequences" help="Nucleotide sequences must have equal length"/> |