Mercurial > repos > mvdbeek > tepid_merge_insertions
diff macros.xml @ 0:6e4b5319cb89 draft default tip
planemo upload for repository https://github.com/ListerLab/TEPID commit 82fd0448ff5baa9822a388aee78753e4b1cd94d7
author | mvdbeek |
---|---|
date | Mon, 23 Jan 2017 10:05:12 -0500 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Jan 23 10:05:12 2017 -0500 @@ -0,0 +1,29 @@ +<macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="0.8.0">tepid</requirement> + <yield/> + </requirements> + </xml> + <token name="@WRAPPER_VERSION@">0.8.0</token> + <token name="@REFERENCES@"> +<![CDATA[ +------ +This tool is part of the `TEPID`_ pipeline from the `Lister laboratory`_. +.. _TEPID package: https://github.com/ListerLab/TEPID +.. _Lister laboratory http://listerlab.org/ +]]> + </token> + <token name="@PROC@">-p \$GALAXY_SLOTS</token> + <token name="@NAME@">-n '$bowtie2_bam.element_identifier'</token> + <token name="@LINK_CONC@"><![CDATA[ + ln -f -s '$bowtie2_bam' conc.bam && + ln -f -s '$bowtie2_bam.metadata.bam_index' conc.bam.bai && + ]]></token> + <xml name="citations"> + <citations> + <citation type="doi">10.7554/eLife.20777</citation> + <yield /> + </citations> + </xml> +</macros>