Mercurial > repos > imgteam > bfconvert
annotate bfconvert.xml @ 0:bbb307f731c3 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
author | imgteam |
---|---|
date | Mon, 22 Jul 2019 11:09:08 -0400 |
parents | |
children | 6317c4a379b2 |
rev | line source |
---|---|
0
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
1 <tool id="ip_convertimage" name="Convert image" version="0.1"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
2 <description>Convert image</description> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
3 <requirements> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
4 <requirement type="package" version="5.7.1">bftools</requirement> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
5 </requirements> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
6 <command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
7 <![CDATA[ |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
8 bfconvert |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
9 #if $series_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
10 -series $series |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
11 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
12 #if $timepoint_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
13 -timepoint $timepoint |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
14 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
15 #if $channel_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
16 -channel $channel |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
17 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
18 #if $z_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
19 -z $z |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
20 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
21 #if $range_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
22 -range $range_lower $range_upper |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
23 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
24 #if $crop_options['extract'] == 'True' |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
25 -crop $crop_x $crop_y $crop_width $crop_height |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
26 #end if |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
27 '$input_file' ./res.tiff |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
28 ]]> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
29 </command> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
30 <inputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
31 <param label="Input Image" name="input_file" type="data" format="atsf,scn,ali,labels,ffr,jpeg,ndpi,tf8,pty,fff,mnc,vms,mng,xml,pcx,img,pct,ims,bip,ome.xml,bin,flex,his,hdr,mov,psd,spi,ipl,dv,aiix,j2kr,pst,mod,ome.tif,tif,obf,dib,dic,im3,tga,pbm,c01,crw,mrcs,l2d,seq,mdb,cfg,htm,mvd2,arf,vsi,companion.ome,htd,aim,fts,ndpis,r3d.log,nef,res,jpx,ics,rec,nd2,cr2,dcm,mea,ome,lei,lms,j2k,oib,mtb,ima,ets,wlz,pict,sm3,sm2,nrrd,xdce,acff,al3d,zvi,1sc,xys,tiff,pgm,pcoraw,ppm,ipm,set,cxd,ipw,apl,fake,tnb,txt,xv,tf2,ps,log,zip,epsi,j2ki,dicom,top,msr,frm,hed,gif,dm2,dm3,dm4,zpo,wav,wat,2fl,sdt,liff,hx,pic,ome.btf,am,bmp,pnl,r3d_d3d,jpf,png,tfr,dti,nii.gz,cif,fdf,grey,df3,stk,fli,hdf,btf,stp,ch5,v,sld,ids,dv.log,jpk,mrw,r3d,xlog,ano,jpe,sxm,jpg,vws,raw,czi,spl,avi,ome.tf8,inf,spc,ome.tf2,spe,lsm,afm,lif,naf,afi,inr,lim,nd,tim,html,sif,env,tif,csv,map,nii,gel,ome.tiff,oif,par,amiramesh,pr3,fits,lut,jp2,oir,dat,aisf,zfr,zfp,xqd,eps,xqf,st,nhdr,i2i,thm,exp,svs,mrc"/> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
32 |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
33 <conditional name="series_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
34 <param label="Extract series" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
35 <option selected="True" value="False">All series</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
36 <option value="True">Extract series</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
37 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
38 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
39 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
40 <param name="series" type="integer" value="0" label="Series id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
41 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
42 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
43 <conditional name="timepoint_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
44 <param label="Extract timepoint" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
45 <option selected="True" value="False">All timepoints</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
46 <option value="True">Extract timepoint</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
47 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
48 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
49 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
50 <param name="timepoint" type="integer" value="0" label="Timepoint id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
51 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
52 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
53 <conditional name="channel_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
54 <param label="Extract channel" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
55 <option selected="True" value="False">All channels</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
56 <option value="True">Extract channel</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
57 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
58 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
59 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
60 <param name="channel" type="integer" value="0" label="Channel id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
61 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
62 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
63 <conditional name="z_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
64 <param label="Extract z-slice" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
65 <option selected="True" value="False">All z-slices</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
66 <option value="True">Extract z-slice</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
67 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
68 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
69 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
70 <param name="z" type="integer" value="0" label="Z-slice id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
71 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
72 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
73 <conditional name="range_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
74 <param label="Extract range" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
75 <option selected="True" value="False">All images</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
76 <option value="True">Extract range by indicess (inclusive)</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
77 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
78 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
79 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
80 <param name="range_lower" type="integer" value="0" label="Lower image id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
81 <param name="range_upper" type="integer" value="1" label="Upper image id" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
82 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
83 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
84 <conditional name="crop_options"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
85 <param label="Extract crop" name="extract" type="select"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
86 <option selected="True" value="False">Full image</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
87 <option value="True">Extract crop</option> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
88 </param> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
89 <when value="False"> </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
90 <when value="True"> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
91 <param name="crop_x" type="integer" value="0" label="X" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
92 <param name="crop_y" type="integer" value="0" label="Y" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
93 <param name="crop_width" type="integer" value="512" label="Width" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
94 <param name="crop_height" type="integer" value="512" label="height" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
95 </when> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
96 </conditional> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
97 |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
98 </inputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
99 <outputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
100 <data format="tiff" name="output" from_work_dir="res.tiff"/> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
101 </outputs> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
102 <tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
103 <test> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
104 <param name="input_file" value="input.png" /> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
105 <output name="output" value="res.tiff" ftype="tiff" compare="sim_size"/> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
106 </test> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
107 </tests> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
108 <help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
109 **What it does** |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
110 |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
111 Convert image to tiff using bioformats. |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
112 </help> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
113 <citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
114 <citation type="doi">10.1016/j.jbiotec.2017.07.019</citation> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
115 </citations> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
116 </tool> |
bbb307f731c3
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/bfconvert/ commit ebb7b59e3271b15bc67b47f39dcc42bd9ae9a889
imgteam
parents:
diff
changeset
|
117 |