Mercurial > repos > galaxyp > metaquantome
comparison metaquantome_sample.xml @ 8:a1df90e6e7d4 draft default tip
planemo upload
| author | galaxyp |
|---|---|
| date | Fri, 08 Feb 2019 10:36:53 -0500 |
| parents | 5bc492a15b8b |
| children |
comparison
equal
deleted
inserted
replaced
| 7:23540bdd354c | 8:a1df90e6e7d4 |
|---|---|
| 1 <?xml version='1.0' encoding='utf-8'?> | 1 <?xml version='1.0' encoding='utf-8'?> |
| 2 <tool id="sample" name="metaQuantome: create samples file" version="@VERSION@.3"> | 2 <tool id="sample" name="metaQuantome: create samples file" version="@VERSION@.3"> |
| 3 <description></description> | 3 <description> by specifying the experiment's groups and associated column names</description> |
| 4 <macros> | 4 <macros> |
| 5 <token name="@VERSION@">1.1.2</token> | 5 <token name="@VERSION@">1.1.2</token> |
| 6 </macros> | 6 </macros> |
| 7 <requirements> | 7 <requirements> |
| 8 <requirement type="package" version="@VERSION@">megahit</requirement> | 8 <requirement type="package" version="@VERSION@">megahit</requirement> |
| 75 <output name="samples_file" file="samples.tab" ftype="tabular" /> | 75 <output name="samples_file" file="samples.tab" ftype="tabular" /> |
| 76 </test> | 76 </test> |
| 77 </tests> | 77 </tests> |
| 78 <help><