Mercurial > repos > trinity_ctat > abundance_estimation_to_matrix
comparison abundance_estimation_to_matrix.xml @ 1:a68238baa3e4 draft
Changing input type from text to txt.
| author | trinity_ctat |
|---|---|
| date | Fri, 29 Sep 2017 10:01:54 -0400 |
| parents | e4876b8c81ec |
| children | 9ed9b7f33ad9 |
comparison
equal
deleted
inserted
replaced
| 0:e4876b8c81ec | 1:a68238baa3e4 |
|---|---|
| 14 | 14 |
| 15 </command> | 15 </command> |
| 16 <inputs> | 16 <inputs> |
| 17 | 17 |
| 18 <repeat name="RSEM_samples" title="RSEM abundance estimates for samples"> | 18 <repeat name="RSEM_samples" title="RSEM abundance estimates for samples"> |
| 19 <param name="file" label="Add file" type="data" format="text"/> | 19 <param name="file" label="Add file" type="data" format="txt"/> |
| 20 <param name="column_label" label="column label" type="text" /> | 20 <param name="column_label" label="column label" type="txt" /> |
| 21 </repeat> | 21 </repeat> |
| 22 | 22 |
| 23 </inputs> | 23 </inputs> |
| 24 <outputs> | 24 <outputs> |
| 25 <data format="txt" name="counts_matrix" label="${tool.name} on ${on_string}: Counts Matrix" from_work_dir="matrix.counts.matrix"/> | 25 <data format="txt" name="counts_matrix" label="${tool.name} on ${on_string}: Counts Matrix" from_work_dir="matrix.counts.matrix"/> |
