Mercurial > repos > thomaswollmann > projective_transformation_points
comparison projective_transformation_points.xml @ 0:470fd1c1c10c draft default tip
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/projective_transformation_points/ commit 787ebcc8daa1834214bc92c201c921c704ef2d1f
| author | thomaswollmann |
|---|---|
| date | Mon, 07 Jan 2019 05:39:27 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:470fd1c1c10c |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool id="ip_projective_transformation_points" name="Projective Transformation Points" version="0.0.2"> | |
| 3 <description>Projective Transformation for Points</description> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="0.14.0">scikit-image</requirement> | |
| 6 <requirement type="package" version="0.23.4">pandas</requirement> | |
| 7 <requirement type="package" version="1.15.2">numpy</requirement><!--conflict of 1.15.4 with mkl_fft!?--> | |
| 8 </requirements> | |
| 9 <command> | |
| 10 <![CDATA[ | |
| 11 python '$__tool_directory__/projective_transformation_points.py' | |
| 12 '$moving_points' | |
| 13 '$warp_matrix' | |
| 14 '$out' | |
| 15 ]]> | |
| 16 </command> | |
| 17 <inputs> | |
| 18 <param name="moving_points" type="data" format="csv" label="Moving Points" /> | |
| 19 <param name="warp_matrix" type= "data" format="csv" label="Warp Matrix" /> | |
| 20 </inputs> | |
| 21 <outputs> | |
| 22 <data format="csv" name="out" /> | |
| 23 </outputs> | |
| 24 <tests> | |
| 25 <test> | |
| 26 <param name="moving_points" value="points_tsv.csv" /> | |
| 27 <param name="warp_matrix" value="warp_matrix.csv" /> | |
| 28 <output name="out" value="out.csv" ftype="csv" /> | |
| 29 </test> | |
| 30 </tests> | |
| 31 <help> | |
| 32 This tool performs a projective transformation of the input (moving) points. | |
| 33 </help> | |
| 34 <citations> | |
| 35 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> | |
| 36 </citations> | |
| 37 </tool> |
