Mercurial > repos > mingchen0919 > test_galaxy_tool_generator_3
changeset 0:e4fe1335e74d draft default tip
planemo upload
author | mingchen0919 |
---|---|
date | Wed, 04 Oct 2017 00:41:55 -0400 |
parents | |
children | |
files | deseq2.xml |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/deseq2.xml Wed Oct 04 00:41:55 2017 -0400 @@ -0,0 +1,5 @@ +<tool id="deseq2_res" name="deseq2 res" version="1.0.0"> + <description>some description</description> + <version_command>deseq2 -V</version_command> + <command>Rscript deseq2.R</command> +</tool>