Mercurial > repos > imgteam > imagej2_bunwarpj_adapt_transform
comparison imagej2_bunwarpj_adapt_transform.xml @ 3:c4774c1a35ea draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/image_processing/imagej2 commit 8f49f3c66b5a1de99ec15e65c2519a56792f1d56
| author | imgteam |
|---|---|
| date | Wed, 25 Sep 2024 16:08:55 +0000 |
| parents | fa64e8aed5a5 |
| children |
comparison
equal
deleted
inserted
replaced
| 2:fa64e8aed5a5 | 3:c4774c1a35ea |
|---|---|
| 1 <tool id="imagej2_bunwarpj_adapt_transform" name="Adapt an elastic transformation" version="@WRAPPER_VERSION@.1"> | 1 <tool id="imagej2_bunwarpj_adapt_transform" name="Adapt an elastic transformation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="23.0"> |
| 2 <description>with ImageJ2</description> | 2 <description>with ImageJ2</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>imagej2_macros.xml</import> | 4 <import>imagej2_macros.xml</import> |
| 5 </macros> | 5 </macros> |
| 6 <edam_operations> | 6 <edam_operations> |
| 13 <expand macro="fiji_requirements"/> | 13 <expand macro="fiji_requirements"/> |
| 14 <command detect_errors="exit_code"><![CDATA[ | 14 <command detect_errors="exit_code"><![CDATA[ |
| 15 #import os | 15 #import os |
| 16 #set output_log = 'output_log.txt' | 16 #set output_log = 'output_log.txt' |
| 17 #set source_sans_ext = $os.path.splitext($os.path.basename($source_image.file_name))[0] | 17 #set source_sans_ext = $os.path.splitext($os.path.basename($source_image.file_name))[0] |
| 18 #set source_with_ext = '.'.join([source_sans_ext, $source_image.ext]) | 18 #set source_with_ext = './' + '.'.join([source_sans_ext, $source_image.ext]) |
| 19 ln -s '$source_image.file_name' '$source_with_ext' && | 19 ln -s '$source_image.file_name' '$source_with_ext' && |
| 20 #set target_sans_ext = $os.path.splitext($os.path.basename($target_image.file_name))[0] | 20 #set target_sans_ext = $os.path.splitext($os.path.basename($target_image.file_name))[0] |
| 21 #set target_with_ext = '.'.join([target_sans_ext, $target_image.ext]) | 21 #set target_with_ext = './' + '.'.join([target_sans_ext, $target_image.ext]) |
| 22 ln -s '$target_image.file_name' '$target_with_ext' && | 22 ln -s '$target_image.file_name' '$target_with_ext' && |
| 23 bunwarpj -adapt_transform | 23 bunwarpj -adapt_transform |
| 24 '$target_with_ext' | 24 '$target_with_ext' |
| 25 '$source_with_ext' | 25 '$source_with_ext' |
| 26 '$input_elastic_transformation' | 26 '$input_elastic_transformation' |
| 27 '$output' | 27 '$output' |
| 28 $image_size_factor | 28 $image_size_factor |
| 29 &>'$output_log'; | |
| 30 if [[ $? -ne 0 ]]; then | |
| 31 cat '$output_log' >&2; | |
| 32 fi | |
| 33 ]]></command> | 29 ]]></command> |
| 34 <inputs> | 30 <inputs> |
| 35 <expand macro="param_target_image"/> | 31 <expand macro="param_target_image"/> |
| 36 <expand macro="param_source_image"/> | 32 <expand macro="param_source_image"/> |
| 37 <param format="txt" name="input_elastic_transformation" type="data" label="Target inverse transformation"/> | 33 <param format="txt" name="input_elastic_transformation" type="data" label="Target inverse transformation"/> |
