Mercurial > repos > iuc > pcdl_make_graph_gml
comparison pcdl_macros.xml @ 0:6d0f91e057f3 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/pcdl/ commit 7c74921b41bd7ab639e5a3f8b54e407f79ed8f16
| author | iuc |
|---|---|
| date | Mon, 04 Aug 2025 19:01:20 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:6d0f91e057f3 |
|---|---|
| 1 <macros> | |
| 2 <!-- requirements --> | |
| 3 <xml name="requirement"> | |
| 4 <requirement type="package" version="3.3.8">pcdl</requirement> | |
| 5 </xml> | |
| 6 <!-- input --> | |
| 7 <xml name="aggregate_num"> | |
| 8 <param argument="--aggregate_num" label="aggregation function for focus numeric data" type="select" display="radio" help=""> | |
| 9 <option value="max">max</option> | |
| 10 <option value="mean" selected="true">mean</option> | |
| 11 <option value="median">median</option> | |
| 12 <option value="min">min</option> | |
| 13 <option value="std">std</option> | |
| 14 <option value="var">var</option> | |
| 15 </param> | |
| 16 </xml> | |
| 17 <xml name="allvalues"> | |
| 18 <param argument="--allvalues" label="all values" type="boolean" truevalue="true" falsevalue="false" checked="false" help="For numeric data, should only the min and max values or all values be returned?"/> | |
| 19 </xml> | |
| 20 <xml name="alpha"> | |
| 21 <param argument="--alpha" label="alpha channel" type="float" value="1.0" optional="false" help="Alpha channel transparency value between 1 (not transparent at all) and 0 (totally transparent)."/> | |
| 22 </xml> | |
| 23 <xml name="attribute"> | |
| 24 <param name="attribute" label="attribute" type="text" value="cell_type" optional="false" help="Listing of mcds.get_cell_df dataframe column names, used for cell attributes."/> | |
| 25 </xml> | |
| 26 <xml name="cmap"> | |
| 27 <param argument="--cmap" label="color map" type="select" help="Matplotlib colormap from https://matplotlib.org/stable/tutorials/colors/colormaps.html ."> | |
| 28 <!-- perceptually uniform sequential --> | |
| 29 <option value="viridis" selected="true">viridis</option> | |
| 30 <option value="viridis_r">viridis reversed</option> | |
| 31 <option value="plasma">plasma</option> | |
| 32 <option value="plasma_r">plasma reversed</option> | |
| 33 <option value="inferno">inferno</option> | |
| 34 <option value="inferno_r">inferno reversed</option> | |
| 35 <option value="magam">magma</option> | |
| 36 <option value="magam_r">magma reversed</option> | |
| 37 <option value="cividis">cividis</option> | |
| 38 <option value="cividis_r">cividis reversed</option> | |
| 39 <!-- sequential --> | |
| 40 <option value="Greys">Greys</option> | |
| 41 <option value="Greys_r">Greys reversed</option> | |
| 42 <option value="Purples">Purples</option> | |
| 43 <option value="Purples_r">Purples reversed</option> | |
| 44 <option value="Blues">Blues</option> | |
| 45 <option value="Blues_r">Blues reversed</option> | |
| 46 <option value="Greens">Greens</option> | |
| 47 <option value="Greens_r">Greens reversed</option> | |
| 48 <option value="Oranges">Oranges</option> | |
| 49 <option value="Oranges_r">Oranges reversed</option> | |
| 50 <option value="Reds">Reds</option> | |
| 51 <option value="Reds_r">Reds reversed</option> | |
| 52 <option value="YlOrBr">YlOrBr</option> | |
| 53 <option value="YlOrBr_r">YlOrBr reversed</option> | |
| 54 <option value="YlOrRd">YlOrRd</option> | |
| 55 <option value="YlOrRd_r">YlOrRd reversed</option> | |
| 56 <option value="OrRd">OrRd</option> | |
| 57 <option value="OrRd_r">OrRd reversed</option> | |
| 58 <option value="PuRd">PuRd</option> | |
| 59 <option value="PuRd_r">PuRd reversed</option> | |
| 60 <option value="RdPu">RdPu</option> | |
| 61 <option value="RdPu_r">RdPu reversed</option> | |
| 62 <option value="BuPu">BuPu</option> | |
| 63 <option value="BuPu_r">BuPu reversed</option> | |
| 64 <option value="GnBu">GnBu</option> | |
| 65 <option value="GnBu_r">GnBu reversed</option> | |
| 66 <option value="PuBu">PuBu</option> | |
| 67 <option value="PuBu_r">PuBu reversed</option> | |
| 68 <option value="YlGnBu">YlGnBu</option> | |
| 69 <option value="YlGnBu_r">YlGnBu reversed</option> | |
| 70 <option value="PuBuGn">PuBuGn</option> | |
| 71 <option value="PuBuGn_r">PuBuGn reversed</option> | |
| 72 <option value="BuGn">BuGn</option> | |
| 73 <option value="BuGn_r">BuGn reversed</option> | |
| 74 <option value="YlGn">YlGn</option> | |
| 75 <option value="YlGn_r">YlGn reversed</option> | |
| 76 <!-- sequential 2 --> | |
| 77 <option value="binary">binary</option> | |
| 78 <option value="binary_r">binary reversed</option> | |
| 79 <option value="gist_yarg">gist_yarg</option> | |
| 80 <option value="gist_yarg_r">gist_yarg reversed</option> | |
| 81 <option value="gist_gray">gist_gray</option> | |
| 82 <option value="gist_gray_r">gist_gray reversed</option> | |
| 83 <option value="gray">gray</option> | |
| 84 <option value="gray_r">gray reversed</option> | |
| 85 <option value="bone">bone</option> | |
| 86 <option value="bone_r">bone reversed</option> | |
| 87 <option value="pink">pink</option> | |
| 88 <option value="pink_r">pink reversed</option> | |
| 89 <option value="spring">spring</option> | |
| 90 <option value="spring_r">spring reversed</option> | |
| 91 <option value="summer">summer</option> | |
| 92 <option value="summer_r">summer reversed</option> | |
| 93 <option value="autumn">autumn</option> | |
| 94 <option value="autumn_r">autumn reversed</option> | |
| 95 <option value="winter">winter</option> | |
| 96 <option value="winter_r">winter reversed</option> | |
| 97 <option value="cool">cool</option> | |
| 98 <option value="cool_r">cool reversed</option> | |
| 99 <option value="Wistia">Wistia</option> | |
| 100 <option value="Wistia_r">Wistia reversed</option> | |
| 101 <option value="hot">hot</option> | |
| 102 <option value="hot_r">hot reversed</option> | |
| 103 <option value="afmhot">afmhot</option> | |
| 104 <option value="afmhot_r">afmhot reversed</option> | |
| 105 <option value="gist_heat">gist_heat</option> | |
| 106 <option value="gist_heat_r">gist_heat reversed</option> | |
| 107 <option value="copper">copper</option> | |
| 108 <option value="copper_r">copper reversed</option> | |
| 109 <!-- diverging --> | |
| 110 <option value="PiYG">PiYG</option> | |
| 111 <option value="PiYG_r">PiYG reversed</option> | |
| 112 <option value="PRGn">PRGn</option> | |
| 113 <option value="PRGn_r">PRGn reversed</option> | |
| 114 <option value="BrBG">BrBG</option> | |
| 115 <option value="BrBG_r">BrBG reversed</option> | |
| 116 <option value="PuOr">PuOr</option> | |
| 117 <option value="PuOr_r">PuOr reversed</option> | |
| 118 <option value="RdGy">RdGy</option> | |
| 119 <option value="RdGy_r">RdGy reversed</option> | |
| 120 <option value="RdBu">RdBu</option> | |
| 121 <option value="RdBu_r">RdBu reversed</option> | |
| 122 <option value="RdYlBu">RdYlBu</option> | |
| 123 <option value="RdYlBu_r">RdYlBu reversed</option> | |
| 124 <option value="RdYlGn">RdYlGn</option> | |
| 125 <option value="RdYlGn_r">RdYlGn reversed</option> | |
| 126 <option value="Spectral">Spectral</option> | |
| 127 <option value="Spectral_r">Spectral reversed</option> | |
| 128 <option value="coolwarm">coolwarm</option> | |
| 129 <option value="coolwarm_r">coolwarm reversed</option> | |
| 130 <option value="bwr">bwr</option> | |
| 131 <option value="bwr_r">bwr reversed</option> | |
| 132 <option value="seismic">seismic</option> | |
| 133 <option value="seismic_r">seismic reversed</option> | |
| 134 <option value="berlin">berlin</option> | |
| 135 <option value="berlin_r">berlin reversed</option> | |
| 136 <option value="managua">managua</option> | |
| 137 <option value="managua_r">managua reversed</option> | |
| 138 <option value="vanimo">vanimo</option> | |
| 139 <option value="vanimo_r">vanimo reversed</option> | |
| 140 <!-- cyclic --> | |
| 141 <option value="twilight">twilight</option> | |
| 142 <option value="twilight_r">twilight reversed</option> | |
| 143 <option value="twilight_shifted">twilight_shifted</option> | |
| 144 <option value="twilight_shifted_r">twilight_shifted reversed</option> | |
| 145 <option value="hsv">hsv</option> | |
| 146 <option value="hsv_r">hsv reversed</option> | |
| 147 <!-- qualitative --> | |
| 148 <option value="Pastel1">Pastel1</option> | |
| 149 <option value="Pastel2">Pastel2</option> | |
| 150 <option value="Paired">Paired</option> | |
| 151 <option value="Accent">Accent</option> | |
| 152 <option value="Accent_r">Accent reversed</option> | |
| 153 <option value="Dark2">Dark2</option> | |
| 154 <option value="Dark2_r">Dark2 reversed</option> | |
| 155 <option value="Set1">Set1</option> | |
| 156 <option value="Set1_r">Set1 reversed</option> | |
| 157 <option value="Set2">Set2</option> | |
| 158 <option value="Set2_r">Set2 reversed</option> | |
| 159 <option value="Set3">Set3</option> | |
| 160 <option value="Set3_r">Set3 reversed</option> | |
| 161 <option value="tab10">tab10</option> | |
| 162 <option value="tab10_r">tab10 reversed</option> | |
| 163 <option value="tab20">tab20</option> | |
| 164 <option value="tab20_r">tab20 reversed</option> | |
| 165 <option value="tab20b">tab20b</option> | |
| 166 <option value="tab20b_r">tab20b reversed</option> | |
| 167 <option value="tab20c">tab20c</option> | |
| 168 <option value="tab20c_r">tab20c reversed</option> | |
| 169 <!-- miscellaneous --> | |
| 170 <option value="flag">flag</option> | |
| 171 <option value="flag_r">flag reversed</option> | |
| 172 <option value="prism">prism</option> | |
| 173 <option value="prism_r">prism reversed</option> | |
| 174 <option value="ocean">ocean</option> | |
| 175 <option value="ocean_r">ocean reversed</option> | |
| 176 <option value="gist_earth">gist_earth</option> | |
| 177 <option value="gist_earth_r">gist_earth reversed</option> | |
| 178 <option value="terrain">terrain</option> | |
| 179 <option value="terrain_r">terrain reversed</option> | |
| 180 <option value="gist_stern">gist_stern</option> | |
| 181 <option value="gist_stern_r">gist_stern reversed</option> | |
| 182 <option value="gnuplot">gnuplot</option> | |
| 183 <option value="gnuplot_r">gnuplot reversed</option> | |
| 184 <option value="gnuplot2">gnuplot2</option> | |
| 185 <option value="gnuplot2_r">gnuplot2 reversed</option> | |
| 186 <option value="CMRmap">CMRmap</option> | |
| 187 <option value="CMRmap_r">CMRmap reversed</option> | |
| 188 <option value="cubehelix">cubehelix</option> | |
| 189 <option value="cubehelix_r">cubehelix reversed</option> | |
| 190 <option value="brg">brg</option> | |
| 191 <option value="brg_r">brg reversed</option> | |
| 192 <option value="gist_rainbow">gist_rainbow</option> | |
| 193 <option value="gist_rainbow_r">gist_rainbow reversed</option> | |
| 194 <option value="rainbow">rainbow</option> | |
| 195 <option value="rainbow_r">rainbow reversed</option> | |
| 196 <option value="jet">jet</option> | |
| 197 <option value="jet_r">jet reversed</option> | |
| 198 <option value="turbo">turbo</option> | |
| 199 <option value="turbo_r">turbo reverse</option> | |
| 200 <option value="gist_ncar">gist_ncar</option> | |
| 201 <option value="gist_ncar_r">gist_ncar reversed</option> | |
| 202 </param> | |
| 203 </xml> | |
| 204 <xml name="collapse"> | |
| 205 <param argument="--collapse" label="collapse" type="boolean" truevalue="true" falsevalue="false" checked="true" help="Should all mcds time steps from the time series be collapsed into one big file, or a many files, one file for each time step?"/> | |
| 206 </xml> | |
| 207 <xml name="color"> | |
| 208 <param argument="--color" label="color" type="text" value="none" optional="false" help="Listing of color strings referred to by name, RGB or RGBA code."/> | |
| 209 </xml> | |
| 210 <xml name="custom_data_type"> | |
| 211 <param argument="--custom_data_type" label="custom data type" type="text" value="" optional="true" help="Parameter to specify custom_data variable types other than float (namely: int, bool, str) like this var:dtype myint:int mybool:bool mystr:str. Downstream float and int will be handled as numeric, bool as Boolean, and str as categorical data."/> | |
| 212 </xml> | |
| 213 <xml name="drop"> | |
| 214 <param argument="--drop" label="drop" type="text" value="" optional="true" help="Set of column labels (pcdl_get_cell_attribute_list, pcdl_get_substrate_list) to be dropped. Don't worry: essential columns like ID, coordinates and time will never be dropped. Attention: when the keep parameter is given, then the drop parameter has to be an empty string!"/> | |
| 215 </xml> | |
| 216 <xml name="edge_attribute"> | |
| 217 <param argument="--edge_attribute" label="edge attribute" type="boolean" truevalue="true" falsevalue="false" checked="true" help="Specifies if the spatial Euclidean distance is used for edge attribute, to generate a weighted graph."/> | |
| 218 </xml> | |
| 219 <xml name="entropy"> | |
| 220 <param name="entropy" label="values" type="integer" value="1" optional="false" help="Minimal number of values a variable has to have in any of the mcds time steps to be outputted. Variables that have only 1 state carry no information. None is a state too."/> | |
| 221 </xml> | |
| 222 <xml name="ext"> | |
| 223 <param argument="--ext" label="file extension" type="select" display="radio" help="Output image format. Possible formats are jpeg, png, and tiff."> | |
| 224 <option value="jpeg" selected="true">jpeg</option> | |
| 225 <!-- | |
| 226 <option value="png">png</option> | |
| 227 <option value="tiff">tiff</option> | |
| 228 --> | |
| 229 </param> | |
| 230 </xml> | |
| 231 <xml name="extrema"> | |
| 232 <param argument="--extrema" label="extrem values" type="text" value="none" optional="false" help="Two floats separated by a space. None takes min and max from data."> | |
| 233 <validator type="regex" message="None or two float values separated by a space!">^[enoENO0-9-. ]*$</validator> | |
| 234 </param> | |
| 235 </xml> | |
| 236 <xml name="figbgcolor"> | |
| 237 <param argument="--figbgcolor" label="figure background color" type="text" value="none" optional="false" help="Figure background color. None is transparent (png) or white (jpeg, tiff)."/> | |
| 238 </xml> | |
| 239 <xml name="figsizepx_x"> | |
| 240 <param name="figsizepx_x" label="figure size x-axis in pixel" type="integer" value="640" optional="false" help="Size of the figure in pixels. The given x and y will be rounded to the nearest even number, to be able to generate movies from the images. (--figsizepx)"/> | |
| 241 </xml> | |
| 242 <xml name="figsizepx_y"> | |
| 243 <param name="figsizepx_y" label="figure size y-axis in pixel" type="integer" value="480" optional="false" help="Size of the figure in pixels. The given x and y will be rounded to the nearest even number, to be able to generate movies from the images. (--figsizepx)"/> | |
| 244 </xml> | |
| 245 <xml name="fill"> | |
| 246 <param argument="--fill" label="fill" type="boolean" truevalue="true" falsevalue="false" checked="true" help="True generates a matplotlib contourf plot. False generates a matplotlib contour plot."/> | |
| 247 </xml> | |
| 248 <xml name="focus_cell"> | |
| 249 <param name="focus_cell" label="focus" type="text" value="cell_type" optional="false" help="Column name from the pcdl_get_cell_attribute_list listing."/> | |
| 250 </xml> | |
| 251 <xml name="focus_subs"> | |
| 252 <param name="focus_subs" label="focus" type="text" optional="false" help="Substrate from the pcdl_get_substrate_list listing."/> | |
| 253 </xml> | |
| 254 <xml name="focus_cat"> | |
| 255 <param name="focus_cat" label="focus categorical data" type="text" value="none" optional="false" help="Categorical or boolean data column within dataframe specified under frame (pcdl_get_cell_attribute_list or pcdl_get_substrate_list). None is total, which is all agents or voxels, no categories."/> | |
| 256 </xml> | |
| 257 <xml name="focus_num"> | |
| 258 <param name="focus_num" label="focus numerical data" type="text" value="none" optional="false" help="Numerical data column within dataframe specified under frame (pcdl_get_cell_attribute_list or pcdl_get_substrate_list). None is count, agent or voxel count."/> | |
| 259 </xml> | |
| 260 <xml name="frame"> | |
| 261 <param argument="--frame" label="frame" type="select" display="radio" help="To specifies the data dataframe from which the values are taken. Cell: agent centric value. Conc: whole domain centric substarte concentration values."> | |
| 262 <option value="cell" selected="true">cell</option> | |
| 263 <option value="conc">conc</option> | |
| 264 </param> | |
| 265 </xml> | |
| 266 <xml name="framerate"> | |
| 267 <param argument="--framerate" label="values" type="integer" value="12" optional="false" help="Specifies how many images per second will be used. Humans are capable of processing 12 images per second and seeing them individually. Higher rates are seen as motion."/> | |
| 268 </xml> | |
| 269 <xml name="graph"> | |
| 270 <param argument="--graph" label="graph" type="boolean" truevalue="true" falsevalue="false" checked="true" help="Should neighbor graph, attached graph, and attached spring graph be extracted and loaded into the resulting object?"/> | |
| 271 </xml> | |
| 272 <xml name="graph_type"> | |
| 273 <param argument="--graph_type" label="graph type" type="select" display="radio" help="Specify which physicell graph output data should be processed. Neighbor: neighbor graph data. Attached: attached graph data. Spring: spring attache graph data."> | |
| 274 <option value="neighbor" selected="true">neighbor</option> | |
| 275 <option value="attached">attached</option> | |
| 276 <option value="spring">spring</option> | |
| 277 </param> | |
| 278 </xml> | |
| 279 <xml name="grid"> | |
| 280 <param argument="--grid" label="grid" type="boolean" truevalue="true" falsevalue="false" checked="true" help="Plot axis grid lines."/> | |
| 281 </xml> | |
| 282 <xml name="interface"> | |
| 283 <param name="interface" label="interface" type="select" display="radio" help="Specify the image format from which the gif will be generated. These images can be generated with the pcdl_plot_scatter or pcdl_plot_contour function."> | |
| 284 <option value="jpeg" selected="true">jpeg</option> | |
| 285 <!-- | |
| 286 <option value="png">png</option> | |
| 287 <option value="tiff">tiff</option> | |
| 288 --> | |
| 289 </param> | |
| 290 </xml> | |
| 291 <xml name="keep"> | |
| 292 <param argument="--keep" label="keep" type="text" value="" optional="true" help="Set of column labels (pcdl_get_cell_attribute_list, pcdl_get_substrate_list) to be kept. Set parameter values to 1 to be sure that all variables are kept. Don't worry: essential columns like ID, coordinates and time will always be kept."/> | |
| 293 </xml> | |
| 294 <xml name="legend"> | |
| 295 <param argument="--legend" label="legend" type="select" display="radio" help="If True or reverse, place legend on axis subplots."> | |
| 296 <option value="false">false</option> | |
| 297 <option value="reverse">reverse</option> | |
| 298 <option value="true" selected="true">true</option> | |
| 299 </param> | |
| 300 </xml> | |
| 301 <xml name="legend_loc"> | |
| 302 <param argument="--legend_loc" label="legend location" type="select" display="radio" help="The location of the categorical legend, if applicable."> | |
| 303 <option value="best">best</option> | |
| 304 <option value="upper right">upper right</option> | |
| 305 <option value="upper center"/> | |
| 306 <option value="upper left"/> | |
| 307 <option value="center left"/> | |
| 308 <option value="lower left" selected="true"/> | |
| 309 <option value="lower center"/> | |
| 310 <option value="lower right"/> | |
| 311 <option value="center right"/> | |
| 312 <option value="center"/> | |
| 313 </param> | |
| 314 </xml> | |
| 315 <xml name="linestyle"> | |
| 316 <param argument="--linestyle" label="line style" type="select" display="radio" help="Matplotlib line style."> | |
| 317 <option value="-" selected="true">-</option> | |
| 318 <option value="--">--</option> | |
| 319 <option value=".-">.-</option> | |
| 320 <option value=":">:</option> | |
| 321 </param> | |
| 322 </xml> | |
| 323 <xml name="linewidth"> | |
| 324 <param argument="--linewidth" label="line width" type="integer" value="1" optional="false" help="Line width in points."/> | |
| 325 </xml> | |
| 326 <xml name="logy"> | |
| 327 <param argument="--logy" label="logarithmic y-axis" type="boolean" truevalue="true" falsevalue="false" checked="false" help="If True, then y axis is natural log scaled."/> | |
| 328 </xml> | |
| 329 <xml name="microenv"> | |
| 330 <param argument="--microenv" label="micro environment" type="boolean" truevalue="true" falsevalue="false" checked="true" help="Should the microenvironment be extracted and loaded into the resulting object? Setting microenv to False will use less memory and speed up processing."/> | |
| 331 </xml> | |
| 332 <xml name="node_attribute"> | |
| 333 <param argument="--node_attribute" label="node attribute" type="text" value="" optional="true" help="Listing of pcdl_get_cell_attribute attributes, used for node attributes."/> | |
| 334 </xml> | |
| 335 <xml name="path"> | |
| 336 <param name="path" label="data collection" type="data_collection" collection_type="list" help="PhysiCell output data collection."/> | |
| 337 </xml> | |
| 338 <xml name="physiboss"> | |
| 339 <param argument="--physiboss" label="physiboss" type="boolean" truevalue="true" falsevalue="false" checked="true" help="If found, should physiboss state data be extracted and loaded into the resulting object?"/> | |
| 340 </xml> | |
| 341 <xml name="s"> | |
| 342 <param argument="--s" label="s" type="float" value="1.0" optional="false" help="Scatter plot dot size scale factor. With figsizepx extracted from initial.svg, scale factor 1.0 should be ok. Adjust if necessary."/> | |
| 343 </xml> | |
| 344 <xml name="scale"> | |
| 345 <param argument="--scale" label="scale" type="select" display="radio" help="Specify how the data should be scaled. Possible values are None, maxabs, minmax, std. None: no scaling. Maxabs: maximum absolute value distance scaler maps all values linearly into a [-1, 1] interval. Minmax: minimum maximum distance scaler maps all values linearly into a [0, 1] interval. Std: standard deviation scaler maps all values to sigmas."> | |
| 346 <option value="none">none</option> | |
| 347 <option value="maxabs" selected="true">maxabs</option> | |
| 348 <option value="minmax">minmax</option> | |
| 349 <option value="std">std</option> | |
| 350 </param> | |
| 351 </xml> | |
| 352 <xml name="secondary_y"> | |
| 353 <param argument="--secondary_y" label="secondary y-axis" type="boolean" truevalue="true" falsevalue="false" checked="false" help="Plot on the secondary y-axis?"/> | |
| 354 </xml> | |
| 355 <xml name="sharex"> | |
| 356 <param argument="--sharex" label="shared x-axis" type="boolean" truevalue="true" falsevalue="false" checked="false" help="In case subplots is True, share x-axis by setting some x-axis labels to invisible."/> | |
| 357 </xml> | |
| 358 <xml name="sharey"> | |
| 359 <param argument="sharey" label="shared y-axis" type="boolean" truevalue="true" falsevalue="false" checked="false" help="In case subplots is True, share y-axis range and possibly setting some y-axis labels to invisible."/> | |
| 360 </xml> | |
| 361 <xml name="subplots"> | |
| 362 <param argument="--subplots" label="subplots" type="boolean" truevalue="true" falsevalue="false" checked="false" help="`Should the plot be split into subplots, one per curve?"/> | |
| 363 </xml> | |
| 364 <xml name="title"> | |
| 365 <param argument="--title" label="title" type="text" value="none" optional="false" help="Title to use for the plot. None will print no title."/> | |
| 366 </xml> | |
| 367 <xml name="title_prefix."> | |
| 368 <param argument="--title_prefix" label="title" type="text" value="" optional="true" help="Title prefix."/> | |
| 369 </xml> | |
| 370 <xml name="verbose"> | |
| 371 <param argument="--verbose" label="verbose" type="boolean" truevalue="true" falsevalue="false" checked="false" help="Setting verbose to True for more text output, while processing."/> | |
| 372 </xml> | |
| 373 <xml name="xlim"> | |
| 374 <param argument="--xlim" label="x-axis limit" type="text" value="none" optional="false" help="Two floats separated by a space. X axis min and max value. None takes min and max from mesh x axis range."> | |
| 375 <validator type="regex" message="None or two float values separated by a space!">^[enoENO0-9-. ]*$</validator> | |
| 376 </param> | |
| 377 </xml> | |
| 378 <xml name="xyequal"> | |
| 379 <param argument="--xyequal" label="equal x-axis y-axis spacing" type="boolean" truevalue="true" falsevalue="false" checked="true" help="To specify equal axis spacing for x and y axis."/> | |
| 380 </xml> | |
| 381 <xml name="ylim"> | |
| 382 <param argument="--ylim" label="y-axis limit" type="text" value="none" optional="false" help="Two floats separated by a space. y axis min and max value. None takes min and max from mesh y axis range."> | |
| 383 <validator type="regex" message="None or two float values separated by a space!">^[enoENO0-9-. ]*$</validator> | |
| 384 </param> | |
| 385 </xml> | |
| 386 <xml name="yunit"> | |
| 387 <param argument="--yunit" label="y-axis unit" type="text" value="none" optional="false" help="String to specify y-axis unit. None will not print a unit on the y-axis."/> | |
| 388 </xml> | |
| 389 <xml name="z_axis"> | |
| 390 <param argument="--z_axis" label="z-axis" type="text" value="none" optional="false" help="For a categorical focus: list of labels; for a numeric focus: list of two floats; None, depending on the focus column variable dtype, extracts labels or min and max values from data."/> | |
| 391 </xml> | |
| 392 <xml name="z_slice"> | |
| 393 <param argument="--z_slice" label="z-axis slice" type="float" value="0.0" optional="false" help="Z-axis cut position to slice a 2D xy-plain out of the 3D mesh. If z_slice position numeric but not an exact mesh center coordinate, then z_slice will be adjusted to the nearest mesh center value, the smaller one, if the coordinate lies on a saddle point."/> | |
| 394 </xml> | |
| 395 <!-- test --> | |
| 396 <xml name="output"> | |
| 397 <collection type="list"> | |
| 398 <element name="initial_attached_cells_graph.txt" value="initial_attached_cells_graph.txt"/> | |
| 399 <element name="initial_cell_neighbor_graph.txt" value="initial_cell_neighbor_graph.txt"/> | |
| 400 <element name="initial_cells.mat" value="initial_cells.mat"/> | |
| 401 <element name="initial_mesh0.mat" value="initial_mesh0.mat"/> | |
| 402 <element name="initial_microenvironment0.mat" value="initial_microenvironment0.mat"/> | |
| 403 <element name="initial_spring_attached_cells_graph.txt" value="initial_spring_attached_cells_graph.txt"/> | |
| 404 <element name="initial.svg" value="initial.svg"/> | |
| 405 <element name="initial.xml" value="initial.xml"/> | |
| 406 <element name="legend.svg" value="legend.svg"/> | |
| 407 <element name="output00000000_attached_cells_graph.txt" value="output00000000_attached_cells_graph.txt"/> | |
| 408 <element name="output00000000_cell_neighbor_graph.txt" value="output00000000_cell_neighbor_graph.txt"/> | |
| 409 <element name="output00000000_cells.mat" value="output00000000_cells.mat"/> | |
| 410 <element name="output00000000_microenvironment0.mat" value="output00000000_microenvironment0.mat"/> | |
| 411 <element name="output00000000_spring_attached_cells_graph.txt" value="output00000000_spring_attached_cells_graph.txt"/> | |
| 412 <element name="output00000000.xml" value="output00000000.xml"/> | |
| 413 <element name="output00000001_attached_cells_graph.txt" value="output00000001_attached_cells_graph.txt"/> | |
| 414 <element name="output00000001_cell_neighbor_graph.txt" value="output00000001_cell_neighbor_graph.txt"/> | |
| 415 <element name="output00000001_cells.mat" value="output00000001_cells.mat"/> | |
| 416 <element name="output00000001_microenvironment0.mat" value="output00000001_microenvironment0.mat"/> | |
| 417 <element name="output00000001_spring_attached_cells_graph.txt" value="output00000001_spring_attached_cells_graph.txt"/> | |
| 418 <element name="output00000001.xml" value="output00000001.xml"/> | |
| 419 <element name="final_attached_cells_graph.txt" value="final_attached_cells_graph.txt"/> | |
| 420 <element name="final_cell_neighbor_graph.txt" value="final_cell_neighbor_graph.txt"/> | |
| 421 <element name="final_cells.mat" value="final_cells.mat"/> | |
| 422 <element name="final_microenvironment0.mat" value="final_microenvironment0.mat"/> | |
| 423 <element name="final_spring_attached_cells_graph.txt" value="final_spring_attached_cells_graph.txt"/> | |
| 424 <element name="final.svg" value="final.svg"/> | |
| 425 <element name="final.xml" value="final.xml"/> | |
| 426 <element name="PhysiCell_settings.xml" value="PhysiCell_settings.xml"/> | |
| 427 <!-- test pcdl_make_gif.xml and pcdl_make_movie.xml --> | |
| 428 <element name="output00000000_oxygen.jpeg" value="output00000000_oxygen.jpeg"/> | |
| 429 <element name="output00000001_oxygen.jpeg" value="output00000001_oxygen.jpeg"/> | |
| 430 </collection> | |
| 431 </xml> | |
| 432 <!-- meta --> | |
| 433 <xml name="citation"> | |
| 434 <citation type="bibtex"> | |
| 435 @misc{githubphysicelldataloader, | |
| 436 author = {Bucher, Elmar}, | |
| 437 year = {2025}, | |
| 438 title = {physicelldataloader}, | |
| 439 publisher = {GitHub}, | |
| 440 journal = {GitHub repository}, | |
| 441 url = {https://github.com/elmbeech/physicelldataloader}, | |
| 442 }</citation> | |
| 443 </xml> | |
| 444 </macros> |
