Mercurial > repos > rv43 > chess_tomo
comparison tomo_reconstruct.xml @ 33:50923144fb56 draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c
| author | rv43 |
|---|---|
| date | Wed, 22 Mar 2023 16:46:26 +0000 |
| parents | 551d1ea2416d |
| children |
comparison
equal
deleted
inserted
replaced
| 32:98eee43a8c8c | 33:50923144fb56 |
|---|---|
| 1 <tool id="tomo_reconstruct" name="Tomo Reconstruction" version="0.3.0" python_template_version="3.9"> | 1 <tool id="tomo_reconstruct" name="Tomo Reconstruction" version="1.0.0" python_template_version="3.9"> |
| 2 <description>Perform a tomography reconstruction</description> | 2 <description>Perform a tomography reconstruction</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>tomo_macros.xml</import> | 4 <import>tomo_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
| 47 </when> | 47 </when> |
| 48 </conditional> | 48 </conditional> |
| 49 </inputs> | 49 </inputs> |
| 50 <outputs> | 50 <outputs> |
| 51 <expand macro="common_outputs"/> | 51 <expand macro="common_outputs"/> |
| 52 <collection name="tomo_reconstruct_plots" type="list" label="Data recontructed images"> | 52 <collection name="tomo_reconstruct_plots" type="list" label="Data recontruction images"> |
| 53 <discover_datasets pattern="__name_and_ext__" directory="tomo_reconstruct_plots"/> | 53 <discover_datasets pattern="__name_and_ext__" directory="tomo_reconstruct_plots"/> |
| 54 </collection> | 54 </collection> |
| 55 <data name="output_file" format="nex" label="Reconstructed tomography data" from_work_dir="output.nex"/> | 55 <data name="output_file" format="nex" label="Reconstructed tomography data" from_work_dir="output.nex"/> |
| 56 </outputs> | 56 </outputs> |
| 57 <help><