Mercurial > repos > rv43 > chess_tomo
annotate tomo_reconstruct.xml @ 24:0891477bcb16 draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 17:40:36 +0000 |
| parents | fbbd82938303 |
| children | 551d1ea2416d |
| rev | line source |
|---|---|
|
22
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
1 <tool id="tomo_reconstruct" name="Tomo Reconstruction" version="0.3.0" python_template_version="3.9"> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
2 <description>Perform a tomography reconstruction</description> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
3 <macros> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
4 <import>tomo_macros.xml</import> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
5 </macros> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
8 <![CDATA[ |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
9 mkdir tomo_reconstruct_plots; |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
10 $__tool_directory__/tomo_reconstruct.py |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
11 --input_file "$input_file" |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
12 --center_file "$center_file" |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
13 --output_file "output.nex" |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
14 --galaxy_flag |
|
24
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
15 --x_bounds $x_bounds.low $x_bounds.upp |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
16 --y_bounds $y_bounds.low $y_bounds.upp |
|
22
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
17 -l "$log" |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
18 ]]> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
19 </command> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
20 <inputs> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
21 <param name="input_file" type="data" format="nex" optional="false" label="Reduced tomography data"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
22 <param name="center_file" type="data" format="yaml" optional="false" label="Center axis input file"/> |
|
24
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
23 <section name="x_bounds" title="Boundaries of reconstructed images in x-direction"> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
24 <param name="low" type="integer" value="-1" label="Lower bound"/> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
25 <param name="upp" type="integer" value="-1" label="Upper bound"/> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
26 </section> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
27 <section name="y_bounds" title="Boundaries of reconstructed images in y-direction"> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
28 <param name="low" type="integer" value="-1" label="Lower bound"/> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
29 <param name="upp" type="integer" value="-1" label="Upper bound"/> |
|
0891477bcb16
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
23
diff
changeset
|
30 </section> |
|
22
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
31 </inputs> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
32 <outputs> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
33 <expand macro="common_outputs"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
34 <collection name="tomo_reconstruct_plots" type="list" label="Data recontructed images"> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
35 <discover_datasets pattern="__name_and_ext__" directory="tomo_reconstruct_plots"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
36 </collection> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
37 <data name="output_file" format="nex" label="Reconstructed tomography data" from_work_dir="output.nex"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
38 </outputs> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
39 <help><![CDATA[ |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
40 Reconstruct tomography images. |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
41 ]]></help> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
42 <expand macro="citations"/> |
|
b156e4cee6d7
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
rv43
parents:
diff
changeset
|
43 </tool> |
