Mercurial > repos > jowong > spotyping
comparison spotyping.xml @ 9:c3ae0772ef96 draft
planemo upload
| author | jowong |
|---|---|
| date | Tue, 13 Nov 2018 03:18:19 -0500 |
| parents | ff5b31cdc6ba |
| children | 89e001abff91 |
comparison
equal
deleted
inserted
replaced
| 8:ff5b31cdc6ba | 9:c3ae0772ef96 |
|---|---|
| 23 <param name="data_selector" type="select" label="Single or Paired-end Data" help="Select between paired and single end data to add name to dataset"> | 23 <param name="data_selector" type="select" label="Single or Paired-end Data" help="Select between paired and single end data to add name to dataset"> |
| 24 <option value="paired">Paired</option> | 24 <option value="paired">Paired</option> |
| 25 <option value="single">Single</option> | 25 <option value="single">Single</option> |
| 26 </param> | 26 </param> |
| 27 <when value="paired"> | 27 <when value="paired"> |
| 28 <param name="input1" format="data" type="data_collection" collection_type="paired" label="Select a paired collection" help="a paired data"/> | 28 <param name="input1" format="data" type="data_collection" label="Select a paired collection" help="a paired data"/> |
| 29 </when> | 29 </when> |
| 30 <when value="single"> | 30 <when value="single"> |
| 31 <param name="input2" format="data" type="data_collection" label="input" help="Specify dataset with single reads"/> | 31 <param name="input2" format="data" type="data_collection" label="input" help="Specify dataset with single reads"/> |
| 32 </when> | 32 </when> |
| 33 </conditional> | 33 </conditional> |
