Mercurial > repos > mingchen0919 > test_galaxy_tool_generator_2
changeset 2:e0584f7b10c9 draft
planemo upload
| author | mingchen0919 | 
|---|---|
| date | Tue, 03 Oct 2017 23:57:30 -0400 | 
| parents | 1e0206b8a1fa | 
| children | f7d987ad7103 | 
| files | deseq2.xml | 
| diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/deseq2.xml Tue Oct 03 23:43:18 2017 -0400 +++ b/deseq2.xml Tue Oct 03 23:57:30 2017 -0400 @@ -0,0 +1,6 @@ +<tool id="deseq2" name="DESeq2 Analysis" version="1.0.0"> + <description>some text</description> + <version_command>deseq2 -V</version_command> + <command>Rscript deseq2.R</command> + <inputs check_values="True" method="get"/> +</tool>
