Mercurial > repos > trinity_ctat > abundance_estimation_to_matrix
comparison abundance_estimation_to_matrix.xml @ 2:9ed9b7f33ad9 draft
Changing input type from text to txt.
author | trinity_ctat |
---|---|
date | Fri, 29 Sep 2017 10:05:57 -0400 |
parents | a68238baa3e4 |
children | 9c24629b1268 |
comparison
equal
deleted
inserted
replaced
1:a68238baa3e4 | 2:9ed9b7f33ad9 |
---|---|
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="txt"/> | 19 <param name="file" label="Add file" type="data" format="txt"/> |
20 <param name="column_label" label="column label" type="txt" /> | 20 <param name="column_label" label="column label" type="text" /> |
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"/> |