diff --git a/.github/workflows/apple.yml b/.github/workflows/apple.yml
index b76c849..125aa37 100644
--- a/.github/workflows/apple.yml
+++ b/.github/workflows/apple.yml
@@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- #python-version: ["3.14"]
- python-version: ["3.11", "3.12", "3.13"]
+ #python-version: ["3.15"]
+ python-version: ["3.12", "3.13", "3.14"]
env:
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
@@ -34,7 +34,7 @@ jobs:
run: |
brew install ffmpeg imagemagick
python -m pip install --upgrade pip
- python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy vtk "ome-zarr<0.14.0"
+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff geopandas matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy shapely spatialdata vtk
python -m pip install /Users/runner/work/physicelldataloader/physicelldataloader -v
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: lint with flake8
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b860afb..5bc0a9c 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- #python-version: ["3.14"]
- python-version: ["3.11", "3.12", "3.13"]
+ #python-version: ["3.15"]
+ python-version: ["3.12", "3.13","3.14"]
env:
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
@@ -35,7 +35,7 @@ jobs:
sudo apt update
sudo apt install ffmpeg imagemagick
python -m pip install --upgrade pip
- python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy vtk "ome-zarr<0.14.0"
+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff geopandas matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy shapely spatialdata vtk
python -m pip install /home/runner/work/physicelldataloader/physicelldataloader -v
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: lint with flake8
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9345835..ecb7338 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: false
matrix:
- #python-version: ["3.14"]
- python-version: ["3.11", "3.12", "3.13"]
+ #python-version: ["3.15"]
+ python-version: ["3.12", "3.13", "3.14"]
env:
MPLBACKEND: Agg # https://github.com/orgs/community/discussions/26434
@@ -34,7 +34,7 @@ jobs:
run: |
choco install ffmpeg imagemagick
python -m pip install --upgrade pip
- python -m pip install flake8 pytest anndata bioio bioio-ome-tiff matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy vtk "ome-zarr<0.14.0"
+ python -m pip install flake8 pytest anndata bioio bioio-ome-tiff geopandas matplotlib networkx neuroglancer numpy pandas requests scikit-image scipy shapely spatialdata vtk
python -m pip install D:\a\physicelldataloader\physicelldataloader -v
#echo 'set PYTHONPATH=D:\a\physicelldataloader\physicelldataloader' >> $GITHUB_ENV
#if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
diff --git a/.gitignore b/.gitignore
index fdd6bd1..72adab5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,6 @@ pcdl.egg-info/
# jupyter
**/.ipynb_checkpoints/
+
+# galaxy
+tool_test_output*
diff --git a/README.md b/README.md
index 96f5afd..117e170 100644
--- a/README.md
+++ b/README.md
@@ -131,6 +131,12 @@ Developers, please make pull requests to the https://github.com/elmbeech/physice
## Release Notes:
++ version 4.1.8 (2026-08-26): elmbeech/physicelldataloader
+ + branch v4 compatible with bioconda and galaxy.
+
++ version 4.1.7 (2026-08-21): elmbeech/physicelldataloader
+ + compatible with pandas v3.0.0.
+
+ version 4.1.6 (2026-08-20): elmbeech/physicelldataloader
+ pcdl installs now by default lightweight with only the core dependencies; users are prompted to install optional libraries if necessary. special thanks to Heber Rocha!
diff --git a/jakku/biocondarecipes_recipes/pcdl/meta.yaml b/jakku/biocondarecipes_recipes/pcdl/meta.yaml
new file mode 100644
index 0000000..29e4887
--- /dev/null
+++ b/jakku/biocondarecipes_recipes/pcdl/meta.yaml
@@ -0,0 +1,91 @@
+{% set name = "pcdl" %}
+{% set version = "4.1.8" %}
+
+package:
+ name: {{ name }}
+ version: {{ version }}
+
+source:
+ url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/pcdl-{{ version }}.tar.gz
+ sha256: e1bc3f1c6a645037eb5dead5aa013e9d62cd51a069daf85090976f52ddf4d829
+
+build:
+ number: 0
+ noarch: python
+ entry_points:
+ - pcdl_get_version = pcdl.commandline:get_version
+ - pcdl_get_unit_dict = pcdl.commandline:get_unit_dict
+ - pcdl_get_substrate_list = pcdl.commandline:get_substrate_list
+ - pcdl_get_conc_attribute = pcdl.commandline:get_conc_attribute
+ - pcdl_get_conc_df = pcdl.commandline:get_conc_df
+ - pcdl_plot_contour = pcdl.commandline:plot_contour
+ - pcdl_make_conc_vtk = pcdl.commandline:make_conc_vtk
+ - pcdl_get_celltype_list = pcdl.commandline:get_celltype_list
+ - pcdl_get_cell_attribute_list = pcdl.commandline:get_cell_attribute_list
+ - pcdl_get_cell_attribute = pcdl.commandline:get_cell_attribute
+ - pcdl_get_cell_df = pcdl.commandline:get_cell_df
+ - pcdl_get_anndata = pcdl.commandline:get_anndata
+ - pcdl_make_graph_gml = pcdl.commandline:make_graph_gml
+ - pcdl_plot_scatter = pcdl.commandline:plot_scatter
+ - pcdl_make_cell_vtk = pcdl.commandline:make_cell_vtk
+ - pcdl_plot_timeseries = pcdl.commandline:plot_timeseries
+ - pcdl_make_gif = pcdl.commandline:make_gif
+ - pcdl_make_movie = pcdl.commandline:make_movie
+ script: {{ PYTHON }} -m pip install . -vvv --no-deps --no-build-isolation --no-cache-dir
+ run_exports:
+ - {{ pin_subpackage(name, max_pin="x") }}
+
+requirements:
+ host:
+ - python >=3.11,<4.0
+ - hatchling
+ - pip
+ run:
+ - python >=3.11,<4.0
+ - matplotlib-base
+ - numpy
+ - pandas >=2.2.2
+ - scipy >=1.13.0
+ - anndata >=0.10.8
+ - requests
+ - vtk
+ - imagemagick
+ - ffmpeg
+
+test:
+ imports:
+ - pcdl
+ commands:
+ - pcdl_get_version --help
+ - pcdl_get_unit_dict --help
+ - pcdl_get_substrate_list --help
+ - pcdl_get_conc_attribute --help
+ - pcdl_get_conc_df --help
+ - pcdl_plot_contour --help
+ - pcdl_make_conc_vtk --help
+ - pcdl_get_celltype_list --help
+ - pcdl_get_cell_attribute_list --help
+ - pcdl_get_cell_attribute --help
+ - pcdl_get_cell_df --help
+ - pcdl_get_anndata --help
+ - pcdl_make_graph_gml --help
+ - pcdl_plot_scatter --help
+ - pcdl_make_cell_vtk --help
+ - pcdl_plot_timeseries --help
+ - pcdl_make_gif --help
+ - pcdl_make_movie --help
+
+about:
+ summary: "physicell data loader (pcdl) provides a platform independent, python3 based, pip installable interface to transform output, generated with the PhysiCell agent based modeling framework, into standard formats."
+ home: "https://github.com/elmbeech/physicelldataloader"
+ dev_url: "https://github.com/elmbeech/physicelldataloader"
+ license: "BSD-3-Clause"
+ license_family: BSD
+ license_file: LICENSE
+ doc_url: "https://github.com/elmbeech/physicelldataloader/blob/v{{ version }}/README.md"
+
+extra:
+ recipe-maintainers:
+ - elmbeech
+ autobump:
+ enable: False # see https://github.com/bioconda/bioconda-recipes/pull/57971
diff --git a/jakku/toolsiuc_tools/pcdl/.shed.yml b/jakku/toolsiuc_tools/pcdl/.shed.yml
new file mode 100644
index 0000000..bb97e2c
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/.shed.yml
@@ -0,0 +1,17 @@
+name: pcdl
+owner: iuc
+description: pcdl PhysiCell Data Loader.
+long_description: Galaxy wrapper for the pcdl PhysiCell Data Loader command line commands for downstream analysis from PhysiCell output.
+homepage_url: https://github.com/elmbeech/physicelldataloader
+remote_repository_url: https://github.com/galaxyproject/tools-iuc/tree/main/tools/pcdl
+type: unrestricted
+categories: [Systems Biology, Data Export, Graphics]
+
+auto_tool_repositories:
+ name_template: "{{ tool_id }}"
+ description_template: "Galaxy wrapper for physicell dataloader function: {{ tool_name }}."
+
+suite:
+ name: suite_pcdl
+ description: Galaxy wrapper suite for the pcdl PhysiCell Data Loader command line commands.
+ long_description: Galaxy wrapper suite for the pcdl PhysiCell Data Loader command line commands. Pcdl is paramount for downstream analysis from PhysiCell output. As such, the pcdl Galaxy tools are useful if you work with the interactive PhysiCell Studio Galaxy tool.
diff --git a/jakku/toolsiuc_tools/pcdl/README.txt b/jakku/toolsiuc_tools/pcdl/README.txt
new file mode 100644
index 0000000..d1f8a09
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/README.txt
@@ -0,0 +1,23 @@
+pcdl
+====
+
+Galaxy wrapper for the pcdl PhysiCell Data Loader command line commands.
+Pcdl is paramount for downstream analysis from PhysiCell output.
+As such, the pcdl Galaxy tools are useful if you work with the interactive
+PhysiCell Studio Galaxy tool.
++ https://usegalaxy.eu/?tool_id=interactive_tool_pcstudio&version=latest
+
+You will have to unzip the PhysiCell output folder before you can run
+pcdl Galaxy tools on it.
++ https://usegalaxy.eu/?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fimgteam%2Funzip%2Funzip%2F6.0%2Bgalaxy0&version=latest
++ https://usegalaxy.org/?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Frheiland%2Fphysicell_studio%2Finteractive_tool_pcstudio%2F0.3&version=latest
+
+More information about PhysiCell, PhysiCell Studio, and PhysiCell Data Loader
+can be found here:
++ https://physicell.org/index.html
++ https://physicell-studio.readthedocs.io/en/latest/index.html
++ https://github.com/elmbeech/physicelldataloader
+
+Date: 2025-06-06
+License: BSD-3-Clause
+Author: Elmar Bucher
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_anndata.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_anndata.xml
new file mode 100644
index 0000000..57da49d
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_anndata.xml
@@ -0,0 +1,128 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute.xml
new file mode 100644
index 0000000..7a799c1
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute.xml
@@ -0,0 +1,76 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute_list.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute_list.xml
new file mode 100644
index 0000000..85c8722
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_attribute_list.xml
@@ -0,0 +1,62 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+ '$cell_attribute_txt'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_df.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_df.xml
new file mode 100644
index 0000000..2a6a024
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_cell_df.xml
@@ -0,0 +1,98 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_celltype_list.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_celltype_list.xml
new file mode 100644
index 0000000..64f322d
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_celltype_list.xml
@@ -0,0 +1,58 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+ '$celltype_txt'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_attribute.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_attribute.xml
new file mode 100644
index 0000000..e7c4ac7
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_attribute.xml
@@ -0,0 +1,69 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_df.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_df.xml
new file mode 100644
index 0000000..9f9d62e
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_conc_df.xml
@@ -0,0 +1,93 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_substrate_list.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_substrate_list.xml
new file mode 100644
index 0000000..044c127
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_substrate_list.xml
@@ -0,0 +1,57 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+ '$substrate_txt'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_unit_dict.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_unit_dict.xml
new file mode 100644
index 0000000..cec83d0
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_unit_dict.xml
@@ -0,0 +1,62 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_get_version.xml b/jakku/toolsiuc_tools/pcdl/pcdl_get_version.xml
new file mode 100644
index 0000000..639db11
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_get_version.xml
@@ -0,0 +1,56 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+ '$version_txt'
+ ]]>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_macros.xml b/jakku/toolsiuc_tools/pcdl/pcdl_macros.xml
new file mode 100644
index 0000000..ac6b555
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_macros.xml
@@ -0,0 +1,468 @@
+
+
+
+ pcdl
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[a-zA-Z0-9_\-.]*\.vtp$
+
+
+
+
+ ^[a-zA-Z0-9_\-.]*\.vtr$
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[enoENO0-9-.]*$
+
+
+
+
+ ^[enoENO0-9-.]*$
+
+
+
+
+ ^[enoENO0-9-. ]*$
+
+
+
+
+
+
+
+ ^[enoENO0-9-. ]*$
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @misc{githubphysicelldataloader,
+ author = {Bucher, Elmar},
+ year = {2025},
+ title = {physicelldataloader},
+ publisher = {GitHub},
+ journal = {GitHub repository},
+ url = {https://github.com/elmbeech/physicelldataloader},
+ }
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_make_cell_vtk.xml b/jakku/toolsiuc_tools/pcdl/pcdl_make_cell_vtk.xml
new file mode 100644
index 0000000..e65e7c5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_make_cell_vtk.xml
@@ -0,0 +1,78 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_make_conc_vtk.xml b/jakku/toolsiuc_tools/pcdl/pcdl_make_conc_vtk.xml
new file mode 100644
index 0000000..6f26e8f
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_make_conc_vtk.xml
@@ -0,0 +1,70 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_make_gif.xml b/jakku/toolsiuc_tools/pcdl/pcdl_make_gif.xml
new file mode 100644
index 0000000..7c2a7b7
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_make_gif.xml
@@ -0,0 +1,57 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_make_graph_gml.xml b/jakku/toolsiuc_tools/pcdl/pcdl_make_graph_gml.xml
new file mode 100644
index 0000000..ff04625
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_make_graph_gml.xml
@@ -0,0 +1,135 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_make_movie.xml b/jakku/toolsiuc_tools/pcdl/pcdl_make_movie.xml
new file mode 100644
index 0000000..2264eb9
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_make_movie.xml
@@ -0,0 +1,63 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_plot_contour.xml b/jakku/toolsiuc_tools/pcdl/pcdl_plot_contour.xml
new file mode 100644
index 0000000..0b6018b
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_plot_contour.xml
@@ -0,0 +1,96 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_plot_scatter.xml b/jakku/toolsiuc_tools/pcdl/pcdl_plot_scatter.xml
new file mode 100644
index 0000000..a83d5d3
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_plot_scatter.xml
@@ -0,0 +1,106 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/pcdl_plot_timeseries.xml b/jakku/toolsiuc_tools/pcdl/pcdl_plot_timeseries.xml
new file mode 100644
index 0000000..d06c142
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/pcdl_plot_timeseries.xml
@@ -0,0 +1,112 @@
+
+
+ pcdl_macros.xml
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/PhysiCell_settings.xml b/jakku/toolsiuc_tools/pcdl/test-data/PhysiCell_settings.xml
new file mode 100644
index 0000000..9bba555
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/PhysiCell_settings.xml
@@ -0,0 +1,405 @@
+
+
+
+ -30
+ 300
+ -20
+ 200
+ -10
+ 100
+ 30
+ 20
+ 10
+ false
+
+
+
+ 1440.0
+ min
+ micron
+ 0.01
+ 0.1
+ 6
+
+
+
+ 1
+
+
+
+ output
+
+ 60
+ true
+
+
+
+ false
+
+
+
+
+ false
+ true
+ false
+ 0
+
+
+
+
+
+ 1e3
+ 1
+
+ 1e3
+ 0.0
+
+
+
+
+
+
+
+
+
+
+
+ 1e6
+ 0.001
+
+ 1e3
+ 1e3
+
+ 1e3
+ 1e3
+ 1e3
+ 1e3
+ 1e3
+ 1e3
+
+
+
+ true
+ true
+
+ ./config/initial.mat
+
+
+ ./config/dirichlet.mat
+
+
+
+
+
+
+
+
+
+ 0.003333
+ 0.002083
+ 0.004167
+ 0.016667
+
+
+
+
+ 5.31667e-05
+
+ 516
+
+
+ 0.05
+ 0
+ 1.66667e-02
+ 5.83333e-03
+ 0
+ 2.0
+
+
+
+ 0.0
+
+ 0
+ 86400
+
+
+ 1.11667e-2
+ 8.33333e-4
+ 5.33333e-5
+ 2.16667e-3
+ 0
+ 2.0
+
+
+
+
+ 2494
+ 0.75
+ 540
+ 0.05
+ 0.0045
+ 0.0055
+ 0
+ 0
+ 2.0
+
+
+ 0.4
+ 10.0
+ 1.25
+
+ 1.0
+ 1
+
+
+ 1.8
+ 15.12
+
+ 0.01
+ 0.05
+ 0.03
+ 12
+
+
+ 1
+ 1
+ .2
+
+ true
+ true
+
+ true
+ oxygen
+ 1
+
+
+ false
+ false
+
+ 0.0
+ 0.0
+
+
+
+
+
+
+ 0
+ 0
+ 10
+ 0.0
+
+
+ 5
+ 15
+ 0
+ 0
+
+
+
+ 0.0
+ 0.0
+ 0.0
+
+ 0.001
+ 0.0
+
+
+ 0.0025
+ 0.0
+
+ 1.0
+ 0.1
+
+ 0.0
+ 0.005
+
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 1.0
+
+
+
+
+
+
+
+
+ 1388.888889
+
+
+
+
+ 5.31667e-05
+
+ 0.001938
+
+
+ 0.05
+ 0
+ 1.66667e-02
+ 5.83333e-03
+ 0
+ 2.0
+
+
+
+ 0.0
+
+ 9000000000.0
+ 1.15741e-05
+
+
+ 1.11667e-02
+ 8.33333e-4
+ 5.33333e-05
+ 2.16667e-4
+ 7e-05
+ 2.0
+
+
+
+
+ 2494
+ 0.75
+ 540
+ 0.05
+ 0.0045
+ 0.0055
+ 0.0
+ 0.0
+ 2
+
+
+ 0.4
+ 10.0
+ 1.25
+
+ 1.0
+ 1.0
+
+
+ 1.8
+ 15.12
+
+ 0.01
+ 0.0
+ 0.0
+ 12
+
+
+ 2.5
+ 1.0
+ .5
+
+ true
+ true
+
+ true
+ water
+ 1
+
+
+ false
+ false
+
+ 0.0
+ 0.0
+
+
+
+
+
+
+ 1000
+ 50000
+ 0
+ 0.0
+
+
+ 0
+ 1.0
+ 10
+ 0.0
+
+
+
+ 0.0
+ 0.0
+ 0.0
+
+ 0.0
+ 0.0005
+
+
+ 0
+ 0.006
+
+ 1.0
+ 0.1
+
+ 0.0
+ 0.0
+
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+ 0.0
+
+
+
+ 0.0
+
+
+
+
+
+
+
+
+ ./config
+ cells.csv
+
+
+
+
+
+
+ ./config
+ cell_rules.csv
+
+
+
+
+
+
+ 0
+ 64
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final.svg b/jakku/toolsiuc_tools/pcdl/test-data/final.svg
new file mode 100644
index 0000000..bcfdbf3
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/final.svg
@@ -0,0 +1,153 @@
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final.xml b/jakku/toolsiuc_tools/pcdl/test-data/final.xml
new file mode 100644
index 0000000..1c9cb2a
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/final.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ PhysiCell
+ 1.14.1
+ http://physicell.org
+
+
+ 0000-0002-9925-0151
+ Paul
+ Macklin
+ macklinp@iu.edu
+ http://MathCancer.org
+ Indiana University & PhysiCell Project
+ Intelligent Systems Engineering
+
+
+
+ A Ghaffarizadeh, R Heiland, SH Friedman, SM Mumenthaler, and P Macklin. PhysiCell: an Open Source Physics-Based Cell Simulator for Multicellular Systems, PLoS Comput. Biol. 14(2): e1005991, 2018. DOI: 10.1371/journal.pcbi.1005991
+ 10.1371/journal.pcbi.1005991
+ https://dx.doi.org/PMC5841829
+ 29474446
+ PMC5841829
+
+
+
+
+ 1440.010000
+ 10.548248
+ 2025-01-05T08:14:42Z
+ 2025-01-05T08:14:42Z
+
+
+
+
+ -30.000000 -20.000000 -10.000000 300.000000 200.000000 100.000000
+ -15 15 45 75 105 135 165 195 225 255 285
+ -10 10 30 50 70 90 110 130 150 170 190
+ -5 5 15 25 35 45 55 65 75 85 95
+
+ initial_mesh0.mat
+
+
+
+
+
+
+ 1000.000000
+ 1.000000
+
+
+
+
+
+ 1000000.000000
+ 0.001000
+
+
+
+
+ final_microenvironment0.mat
+
+
+
+
+
+
+
+
+
+ default
+ blood_cells
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ final_cells.mat
+
+
+ final_cell_neighbor_graph.txt
+
+
+ final_attached_cells_graph.txt
+
+
+ final_spring_attached_cells_graph.txt
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/final_attached_cells_graph.txt
new file mode 100644
index 0000000..daae2c2
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/final_attached_cells_graph.txt
@@ -0,0 +1,153 @@
+210:
+1:
+221:
+225:
+211:
+206:
+108:
+230:
+164:
+152:
+213:
+137:
+143:
+185:
+159:
+229:
+242:
+17:
+102:
+161:
+217:
+115:
+135:
+160:
+239:
+244:
+106:
+181:
+120:
+112:
+188:
+116:
+125:
+158:
+136:
+186:
+139:
+190:
+124:
+226:
+132:
+238:
+142:
+228:
+148:
+153:
+145:
+123:
+48:
+154:
+131:
+51:
+215:
+127:
+216:
+144:
+130:
+57:
+214:
+121:
+180:
+61:
+163:
+227:
+64:
+65:
+138:
+67:
+134:
+69:
+70:
+71:
+72:
+73:
+114:
+75:
+76:
+241:
+78:
+79:
+150:
+81:
+82:
+83:
+84:
+151:
+119:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+149:
+146:
+147:
+156:
+157:
+165:
+166:
+167:
+168:
+169:
+170:
+171:
+172:
+173:
+174:
+175:
+177:
+182:
+183:
+184:
+187:
+218:
+245:
+194:
+195:
+197:
+243:
+199:
+200:
+201:
+202:
+212:
+204:
+205:
+207:
+208:
+209:
+219:
+224:
+231:
+232:
+233:
+234:
+235:
+236:
+237:
+240:
+246:
+247:
+248:
+249:
+250:
+251:
+252:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final_cell_neighbor_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/final_cell_neighbor_graph.txt
new file mode 100644
index 0000000..fb79f28
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/final_cell_neighbor_graph.txt
@@ -0,0 +1,153 @@
+210:
+1:
+221:
+225: 195
+211:
+206: 158,217
+108: 17
+230: 180,96,188
+164: 48
+152:
+213:
+137: 218,51
+143: 102
+185:
+159:
+229: 250,139
+242: 204
+17: 243,108
+102: 143
+161: 214,94
+217: 206
+115: 195,226
+135:
+160: 97
+239: 124
+244: 170
+106:
+181: 57
+120: 168,240
+112:
+188: 230
+116:
+125: 158,182
+158: 206,125
+136: 87
+186: 134
+139: 151,229
+190:
+124: 239
+226: 115,90
+132:
+238:
+142:
+228: 72
+148:
+153: 95
+145:
+123: 169
+48: 164
+154:
+131:
+51: 137,236,247
+215:
+127: 207,157
+216:
+144: 173
+130:
+57: 181,98
+214: 161,94,202,165
+121: 209
+180: 230
+61:
+163:
+227: 150
+64: 252,194
+65:
+138: 204
+67:
+134: 186
+69: 209
+70:
+71:
+72: 228
+73: 183,96
+114:
+75:
+76:
+241:
+78: 249,194
+79:
+150: 227
+81: 209
+82:
+83:
+84: 243
+151: 139
+119:
+87: 136
+88:
+89:
+90: 226
+91: 165
+92:
+93:
+94: 161,235,214
+95: 153
+96: 230,73
+97: 160
+98: 183,57
+149:
+146:
+147: 170,171
+156: 197
+157: 248,127
+165: 91,214
+166: 251,209
+167: 184
+168: 120
+169: 123
+170: 147,244
+171: 147
+172:
+173: 177,144
+174:
+175:
+177: 173
+182: 125
+183: 98,73
+184: 167
+187:
+218: 137
+245:
+194: 78,249,64,224
+195: 115,225
+197: 156
+243: 17,84
+199:
+200:
+201:
+202: 214
+212:
+204: 138,242
+205:
+207: 127
+208:
+209: 166,251,81,69,121
+219:
+224: 249,194
+231:
+232:
+233:
+234:
+235: 94
+236: 51,247
+237:
+240: 120
+246:
+247: 236,51
+248: 157
+249: 78,194,224
+250: 229
+251: 166,209
+252: 64
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final_cells.mat b/jakku/toolsiuc_tools/pcdl/test-data/final_cells.mat
new file mode 100644
index 0000000..b22b8de
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/final_cells.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final_microenvironment0.mat b/jakku/toolsiuc_tools/pcdl/test-data/final_microenvironment0.mat
new file mode 100644
index 0000000..e20980c
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/final_microenvironment0.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/final_spring_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/final_spring_attached_cells_graph.txt
new file mode 100644
index 0000000..b4b834c
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/final_spring_attached_cells_graph.txt
@@ -0,0 +1,153 @@
+210:
+1:
+221:
+225:
+211:
+206:
+108: 17
+230: 96,160
+164: 48
+152:
+213:
+137: 51
+143:
+185:
+159:
+229:
+242:
+17: 108,243
+102:
+161:
+217:
+115:
+135:
+160: 230
+239: 184
+244:
+106:
+181:
+120:
+112:
+188:
+116:
+125:
+158:
+136:
+186:
+139:
+190:
+124:
+226:
+132:
+238:
+142:
+228:
+148:
+153:
+145:
+123:
+48: 164
+154:
+131:
+51: 247,137
+215:
+127:
+216:
+144:
+130:
+57: 98
+214: 165,94
+121: 209
+180:
+61:
+163:
+227: 150
+64:
+65:
+138:
+67:
+134:
+69:
+70:
+71:
+72:
+73: 183
+114:
+75:
+76:
+241:
+78: 194
+79:
+150: 227
+81: 209
+82:
+83:
+84:
+151:
+119:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94: 214
+95:
+96: 230
+97:
+98: 57
+149:
+146:
+147:
+156:
+157:
+165: 214
+166:
+167: 184
+168:
+169:
+170:
+171:
+172:
+173:
+174:
+175:
+177:
+182:
+183: 73
+184: 167,239
+187:
+218:
+245:
+194: 78
+195:
+197:
+243: 17
+199:
+200:
+201:
+202:
+212:
+204:
+205:
+207:
+208:
+209: 121,251,81
+219:
+224:
+231:
+232:
+233:
+234:
+235:
+236:
+237:
+240:
+246:
+247: 51
+248:
+249:
+250:
+251: 209
+252:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial.svg b/jakku/toolsiuc_tools/pcdl/test-data/initial.svg
new file mode 100644
index 0000000..e0cf85d
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/initial.svg
@@ -0,0 +1,81 @@
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial.xml b/jakku/toolsiuc_tools/pcdl/test-data/initial.xml
new file mode 100644
index 0000000..54aca77
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/initial.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ PhysiCell
+ 1.14.1
+ http://physicell.org
+
+
+ 0000-0002-9925-0151
+ Paul
+ Macklin
+ macklinp@iu.edu
+ http://MathCancer.org
+ Indiana University & PhysiCell Project
+ Intelligent Systems Engineering
+
+
+
+ A Ghaffarizadeh, R Heiland, SH Friedman, SM Mumenthaler, and P Macklin. PhysiCell: an Open Source Physics-Based Cell Simulator for Multicellular Systems, PLoS Comput. Biol. 14(2): e1005991, 2018. DOI: 10.1371/journal.pcbi.1005991
+ 10.1371/journal.pcbi.1005991
+ https://dx.doi.org/PMC5841829
+ 29474446
+ PMC5841829
+
+
+
+
+ 0.000000
+ 0.008479
+ 2025-01-05T08:14:32Z
+ 2025-01-05T08:14:32Z
+
+
+
+
+ -30.000000 -20.000000 -10.000000 300.000000 200.000000 100.000000
+ -15 15 45 75 105 135 165 195 225 255 285
+ -10 10 30 50 70 90 110 130 150 170 190
+ -5 5 15 25 35 45 55 65 75 85 95
+
+ initial_mesh0.mat
+
+
+
+
+
+
+ 1000.000000
+ 1.000000
+
+
+
+
+
+ 1000000.000000
+ 0.001000
+
+
+
+
+ initial_microenvironment0.mat
+
+
+
+
+
+
+
+
+
+ default
+ blood_cells
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ initial_cells.mat
+
+
+ initial_cell_neighbor_graph.txt
+
+
+ initial_attached_cells_graph.txt
+
+
+ initial_spring_attached_cells_graph.txt
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/initial_attached_cells_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/initial_attached_cells_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_cell_neighbor_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/initial_cell_neighbor_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/initial_cell_neighbor_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_cells.mat b/jakku/toolsiuc_tools/pcdl/test-data/initial_cells.mat
new file mode 100644
index 0000000..bbacc75
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/initial_cells.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_mesh0.mat b/jakku/toolsiuc_tools/pcdl/test-data/initial_mesh0.mat
new file mode 100644
index 0000000..c50e164
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/initial_mesh0.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_microenvironment0.mat b/jakku/toolsiuc_tools/pcdl/test-data/initial_microenvironment0.mat
new file mode 100644
index 0000000..fbf00a2
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/initial_microenvironment0.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/initial_spring_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/initial_spring_attached_cells_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/initial_spring_attached_cells_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/legend.svg b/jakku/toolsiuc_tools/pcdl/test-data/legend.svg
new file mode 100644
index 0000000..8ea744c
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/legend.svg
@@ -0,0 +1,25 @@
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000.xml b/jakku/toolsiuc_tools/pcdl/test-data/output00000000.xml
new file mode 100644
index 0000000..48a0631
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000000.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ PhysiCell
+ 1.14.1
+ http://physicell.org
+
+
+ 0000-0002-9925-0151
+ Paul
+ Macklin
+ macklinp@iu.edu
+ http://MathCancer.org
+ Indiana University & PhysiCell Project
+ Intelligent Systems Engineering
+
+
+
+ A Ghaffarizadeh, R Heiland, SH Friedman, SM Mumenthaler, and P Macklin. PhysiCell: an Open Source Physics-Based Cell Simulator for Multicellular Systems, PLoS Comput. Biol. 14(2): e1005991, 2018. DOI: 10.1371/journal.pcbi.1005991
+ 10.1371/journal.pcbi.1005991
+ https://dx.doi.org/PMC5841829
+ 29474446
+ PMC5841829
+
+
+
+
+ 0.000000
+ 0.000030
+ 2025-01-05T08:14:32Z
+ 2025-01-05T08:14:32Z
+
+
+
+
+ -30.000000 -20.000000 -10.000000 300.000000 200.000000 100.000000
+ -15 15 45 75 105 135 165 195 225 255 285
+ -10 10 30 50 70 90 110 130 150 170 190
+ -5 5 15 25 35 45 55 65 75 85 95
+
+ initial_mesh0.mat
+
+
+
+
+
+
+ 1000.000000
+ 1.000000
+
+
+
+
+
+ 1000000.000000
+ 0.001000
+
+
+
+
+ output00000000_microenvironment0.mat
+
+
+
+
+
+
+
+
+
+ default
+ blood_cells
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output00000000_cells.mat
+
+
+ output00000000_cell_neighbor_graph.txt
+
+
+ output00000000_attached_cells_graph.txt
+
+
+ output00000000_spring_attached_cells_graph.txt
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_attached_cells_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_attached_cells_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cell_neighbor_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cell_neighbor_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cell_neighbor_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cells.mat b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cells.mat
new file mode 100644
index 0000000..bbacc75
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_cells.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_microenvironment0.mat b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_microenvironment0.mat
new file mode 100644
index 0000000..fbf00a2
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_microenvironment0.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_oxygen.jpeg b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_oxygen.jpeg
new file mode 100644
index 0000000..85fb382
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_oxygen.jpeg differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000000_spring_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_spring_attached_cells_graph.txt
new file mode 100644
index 0000000..3a92aa5
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000000_spring_attached_cells_graph.txt
@@ -0,0 +1,128 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+15:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+38:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+53:
+54:
+55:
+56:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+104:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+124:
+125:
+126:
+127:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001.xml b/jakku/toolsiuc_tools/pcdl/test-data/output00000001.xml
new file mode 100644
index 0000000..dc7270c
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000001.xml
@@ -0,0 +1,168 @@
+
+
+
+
+ PhysiCell
+ 1.14.1
+ http://physicell.org
+
+
+ 0000-0002-9925-0151
+ Paul
+ Macklin
+ macklinp@iu.edu
+ http://MathCancer.org
+ Indiana University & PhysiCell Project
+ Intelligent Systems Engineering
+
+
+
+ A Ghaffarizadeh, R Heiland, SH Friedman, SM Mumenthaler, and P Macklin. PhysiCell: an Open Source Physics-Based Cell Simulator for Multicellular Systems, PLoS Comput. Biol. 14(2): e1005991, 2018. DOI: 10.1371/journal.pcbi.1005991
+ 10.1371/journal.pcbi.1005991
+ https://dx.doi.org/PMC5841829
+ 29474446
+ PMC5841829
+
+
+
+
+ 60.000000
+ 0.510965
+ 2025-01-05T08:14:32Z
+ 2025-01-05T08:14:32Z
+
+
+
+
+ -30.000000 -20.000000 -10.000000 300.000000 200.000000 100.000000
+ -15 15 45 75 105 135 165 195 225 255 285
+ -10 10 30 50 70 90 110 130 150 170 190
+ -5 5 15 25 35 45 55 65 75 85 95
+
+ initial_mesh0.mat
+
+
+
+
+
+
+ 1000.000000
+ 1.000000
+
+
+
+
+
+ 1000000.000000
+ 0.001000
+
+
+
+
+ output00000001_microenvironment0.mat
+
+
+
+
+
+
+
+
+
+ default
+ blood_cells
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output00000001_cells.mat
+
+
+ output00000001_cell_neighbor_graph.txt
+
+
+ output00000001_attached_cells_graph.txt
+
+
+ output00000001_spring_attached_cells_graph.txt
+
+
+
+
+
+
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_attached_cells_graph.txt
new file mode 100644
index 0000000..4115d5d
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_attached_cells_graph.txt
@@ -0,0 +1,125 @@
+0:
+1:
+2:
+3:
+4:
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+126:
+16:
+17:
+18:
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28:
+29:
+30:
+31:
+32:
+33:
+34:
+35:
+36:
+37:
+124:
+39:
+40:
+41:
+42:
+43:
+44:
+45:
+46:
+47:
+48:
+49:
+50:
+51:
+52:
+127:
+54:
+55:
+130:
+57:
+58:
+59:
+60:
+61:
+62:
+63:
+64:
+65:
+66:
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75:
+76:
+77:
+78:
+79:
+80:
+81:
+82:
+83:
+84:
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95:
+96:
+97:
+98:
+99:
+100:
+101:
+102:
+103:
+125:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116:
+117:
+118:
+119:
+120:
+121:
+122:
+123:
+131:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cell_neighbor_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cell_neighbor_graph.txt
new file mode 100644
index 0000000..8323137
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cell_neighbor_graph.txt
@@ -0,0 +1,125 @@
+0:
+1: 68
+2:
+3:
+4: 59
+5:
+6:
+7: 69,58
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+126: 22
+16: 109
+17:
+18: 98
+19: 76,94
+20: 106
+21:
+22: 126
+23:
+24: 94
+25:
+26:
+27:
+28: 48
+29:
+30:
+31: 35
+32: 95
+33:
+34: 47
+35: 31
+36: 77
+37: 65,123
+124:
+39: 75
+40: 74,86
+41: 87
+42:
+43:
+44: 84
+45:
+46: 54
+47: 34
+48: 28
+49:
+50: 60,116
+51:
+52:
+127: 75
+54: 46
+55:
+130:
+57: 97
+58: 7
+59: 66,4
+60: 64,50
+61:
+62:
+63:
+64: 60
+65: 37
+66: 59
+67:
+68: 1
+69: 7
+70:
+71:
+72:
+73:
+74: 40
+75: 127,39
+76: 19,81
+77: 36
+78:
+79: 116
+80: 73
+81: 76
+82:
+83:
+84: 44
+85:
+86: 40
+87: 41
+88:
+89:
+90:
+91:
+92:
+93:
+94: 19,24
+95: 32
+96:
+97: 57
+98: 18
+99:
+100:
+101:
+102:
+103:
+125: 121
+105:
+106: 20
+107:
+108:
+109: 16
+110:
+111:
+112:
+113:
+114:
+115:
+116: 50,79
+117:
+118: 122
+119:
+120:
+121: 125
+122: 118
+123: 37
+131:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cells.mat b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cells.mat
new file mode 100644
index 0000000..0ba0409
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_cells.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_microenvironment0.mat b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_microenvironment0.mat
new file mode 100644
index 0000000..8a76cf8
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_microenvironment0.mat differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_oxygen.jpeg b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_oxygen.jpeg
new file mode 100644
index 0000000..9befd6c
Binary files /dev/null and b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_oxygen.jpeg differ
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/output00000001_spring_attached_cells_graph.txt b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_spring_attached_cells_graph.txt
new file mode 100644
index 0000000..7277b48
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/output00000001_spring_attached_cells_graph.txt
@@ -0,0 +1,125 @@
+0:
+1:
+2:
+3:
+4: 59
+5:
+6:
+7:
+8:
+9:
+10:
+11:
+12:
+13:
+14:
+126:
+16:
+17:
+18: 98
+19:
+20:
+21:
+22:
+23:
+24:
+25:
+26:
+27:
+28: 48
+29:
+30:
+31: 35
+32: 95
+33:
+34:
+35: 31
+36: 77
+37: 123,65
+124:
+39: 75
+40:
+41:
+42:
+43:
+44: 84
+45:
+46: 54
+47:
+48: 28
+49: 117
+50: 116,60
+51:
+52:
+127:
+54: 46
+55:
+130:
+57:
+58:
+59: 66,4
+60: 64,50
+61:
+62:
+63:
+64: 60
+65: 37
+66: 59
+67:
+68:
+69:
+70:
+71:
+72:
+73:
+74:
+75: 39
+76:
+77: 36
+78:
+79:
+80:
+81:
+82:
+83:
+84: 44
+85:
+86:
+87:
+88:
+89:
+90:
+91:
+92:
+93:
+94:
+95: 32
+96:
+97:
+98: 18
+99:
+100:
+101:
+102:
+103:
+125:
+105:
+106:
+107:
+108:
+109:
+110:
+111:
+112:
+113:
+114:
+115:
+116: 50
+117: 49
+118:
+119:
+120:
+121:
+122:
+123: 37
+131:
\ No newline at end of file
diff --git a/jakku/toolsiuc_tools/pcdl/test-data/timeseries_cell_attribute_minmax.json b/jakku/toolsiuc_tools/pcdl/test-data/timeseries_cell_attribute_minmax.json
new file mode 100644
index 0000000..55e23d2
--- /dev/null
+++ b/jakku/toolsiuc_tools/pcdl/test-data/timeseries_cell_attribute_minmax.json
@@ -0,0 +1 @@
+{"apoptotic_phagocytosis_rate": [0.0, 0.0], "asymmetric_division_probabilities_000": [0.0, 0.0], "asymmetric_division_probabilities_001": [0.0, 0.0], "attachment_elastic_constant": [0.01, 0.01], "attachment_rate": [0.0, 0.05], "attack_damage_rate": [1.0, 1.0], "attack_duration": [0.1, 0.1], "attack_target": [-1.0, -1.0], "attack_total_damage_delivered": [0.0, 0.20000000000003126], "blood_cells_attack_rates": [0.0, 0.0025], "blood_cells_cell_adhesion_affinities": [1.0, 1.0], "blood_cells_fusion_rates": [0.0, 0.0], "blood_cells_immunogenicities": [1.0, 1.0], "blood_cells_live_phagocytosis_rates": [0.0, 0.001], "blood_cells_transformation_rates": [0.0, 0.0], "calcification_rate": [0.0, 0.0], "calcified_fraction": [0.0, 0.0], "cell_BM_adhesion_strength": [4.0, 4.0], "cell_BM_repulsion_strength": [100.0, 100.0], "cell_cell_adhesion_strength": [0.4, 0.4], "cell_cell_repulsion_strength": [10.0, 10.0], "cell_count_voxel": [1, 2], "cell_density_micron3": [0.00016666666666666666, 0.0003333333333333333], "cell_type": ["blood_cells", "default"], "chemotaxis_direction": [1.0, 1.0], "chemotaxis_index": ["oxygen", "water"], "contact_with_basement_membrane": [false], "current_cycle_phase_exit_rate": [0.0007199999999424, 0.003333], "current_death_model": ["0"], "current_phase": ["G0G1_phase", "S_phase", "apoptotic", "live"], "cycle_model": ["apoptosis_death_model", "flow_cytometry_separated_cycle_model", "live_cells_cycle_model"], "cytoplasmic_biomass_change_rate": [0.0045, 0.0166667], "cytoplasmic_volume": [983.5947499999987, 5862.0], "damage": [0.0, 0.20000000000003126], "damage_rate": [0.0, 0.0], "damage_repair_rate": [0.0, 0.0], "dead": [false, true], "death_rates_0": [5.31667e-05, 5.31667e-05], "death_rates_1": [0.0, 0.0], "default_attack_rates": [0.0, 0.006], "default_cell_adhesion_affinities": [1.0, 1.0], "default_fusion_rates": [0.0, 0.005], "default_immunogenicities": [1.0, 1.0], "default_live_phagocytosis_rates": [0.0, 0.0005], "default_transformation_rates": [0.0, 0.0], "detachment_rate": [0.0, 0.03], "elapsed_time_in_phase": [0.0, 59.999999999997826], "fluid_change_rate": [0.05, 0.05], "fluid_fraction": [0.6373991145328126, 0.7569238623013873], "is_motile": [false, true], "maximum_number_of_attachments": [12, 12], "migration_bias": [0.2, 0.5], "migration_bias_direction_vectorlength": [0.0, 1.0], "migration_bias_direction_x": [-1.0, 1.0], "migration_bias_direction_y": [-1.0, 1.0], "migration_bias_direction_z": [-1.0, 1.0], "migration_speed": [1.0, 2.5], "motility_vector_vectorlength": [0.0, 2.5000000000000004], "motility_vector_x": [-2.486793550458016, 2.455852993003917], "motility_vector_y": [-2.4966742471817582, 2.2730577339090874], "motility_vector_z": [-2.1068935111770823, 1.8946060981594308], "necrotic_phagocytosis_rate": [0.0, 0.0], "nuclear_biomass_change_rate": [0.0055, 0.00583333], "nuclear_radius": [4.020509832078209, 7.285770189015841], "nuclear_volume": [272.22749999999957, 1620.0], "number_of_nuclei": [1, 3], "orientation_vectorlength": [0.9999999999999999, 1.0], "orientation_x": [-0.9998198763652759, 0.9881209318256264], "orientation_y": [-0.9923765290928437, 0.9980932470125923], "orientation_z": [-0.9988291520969345, 0.9995130292635848], "other_dead_phagocytosis_rate": [0.0, 0.0], "oxygen": [680.3846029534271, 49664.8227525245], "oxygen_chemotactic_sensitivities": [0.0, 0.0], "oxygen_decay_rate": [1.0, 1.0], "oxygen_diffusion_coefficient": [1000.0, 1000.0], "oxygen_fraction_released_at_death": [0.0, 0.0], "oxygen_fraction_transferred_when_ingested": [1.0, 1.0], "oxygen_internalized_total_substrates": [-114595021520.99211, 29061231019.999565], "oxygen_net_export_rates": [0.0, 0.0], "oxygen_saturation_densities": [0.0, 50000.0], "oxygen_secretion_rates": [0.0, 1000.0], "oxygen_uptake_rates": [0.0, 10.0], "persistence_time": [1.0, 1.0], "polarity": [0.0, 0.0], "position_vectorlength": [15.702462882974425, 320.2332747956235], "pressure": [0.0, 3.477442475942624], "radius": [6.692882306092925, 12.133228172907586], "relative_maximum_adhesion_distance": [1.25, 1.25], "sample": [0.0, 1.0], "surface_area": [562.906469544556, 1849.9610886837118], "target_fluid_fraction": [0.0, 0.75], "target_solid_cytoplasmic": [0.0, 1465.5], "target_solid_nuclear": [0.0, 405.0], "total_attack_time": [0.0, 0.20000000000003126], "total_volume": [1255.8222499999983, 7482.0], "velocity_vectorlength": [0.0, 0.0], "velocity_x": [0.0, 0.0], "velocity_y": [0.0, 0.0], "velocity_z": [0.0, 0.0], "water": [937.8055019681188, 1000.0], "water_chemotactic_sensitivities": [0.0, 0.0], "water_decay_rate": [0.001, 0.001], "water_diffusion_coefficient": [1000000.0, 1000000.0], "water_fraction_released_at_death": [0.0, 0.0], "water_fraction_transferred_when_ingested": [1.0, 1.0], "water_internalized_total_substrates": [0.0, 2109883578.3197234], "water_net_export_rates": [0.0, 0.0], "water_saturation_densities": [1.0, 15.0], "water_secretion_rates": [0.0, 5.0], "water_uptake_rates": [0.0, 10.0]}
\ No newline at end of file
diff --git a/jakku/usegalaxyeutools/tools_iuc.yaml b/jakku/usegalaxyeutools/tools_iuc.yaml
new file mode 100644
index 0000000..9249c47
--- /dev/null
+++ b/jakku/usegalaxyeutools/tools_iuc.yaml
@@ -0,0 +1,8130 @@
+---
+install_repository_dependencies: false
+install_resolver_dependencies: false
+install_tool_dependencies: false
+
+tools:
+# ANNOTATION
+ - name: abricate
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: abritamr
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: amrfinderplus
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: angsd
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: annotatemyids
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: argnorm
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: autobigs
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bakta
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bam_readcount
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bicodon_counts_from_fasta
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_remove_tail
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_remove_spurious_events
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_merge_pcr_duplicates
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_extract_crosslinked_nucleotides
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_extract_barcodes
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_extract_alignment_ends
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: bctools_convert_to_binary_barcode
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: biotradis
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: busco
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: clipkit
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: codon_freq_from_bicodons
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_takeabreak
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_mapsembler2
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_kissplice
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_discosnp_rad
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_discosnp_pp
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: colibread_commet
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: dashing2_wsketch
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: dashing2_sketch
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: dashing2_dist
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_fetch_busco_options
+ owner: iuc
+
+ - name: data_manager_bwa_mem2_index_builder
+ owner: iuc
+
+ #- name: data_manager_bwa_mem_index_builder
+ # owner: iuc
+
+ - name: chewbbaca_allelecall
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_allelecallevaluator
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_createschema
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_downloadschema
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_extractcgmlst
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_joinprofiles
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_nsstats
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: chewbbaca_prepexternalschema
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: compleasm
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: coreprofiler_allele_calling
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_build_coreprofiler
+ owner: iuc
+
+ - name: drhip
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: detect_circular_sequences
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: endorspy
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: evidencemodeler
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: dgidb_annotator
+ owner: devteam
+ tool_panel_section_label: Annotation
+
+ - name: deeparg_predict
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: deeparg_short_reads
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_funannotate_options
+ owner: iuc
+
+ - name: data_manager_deeparg
+ owner: iuc
+
+ - name: data_manager_fetch_plasmidfinder
+ owner: iuc
+
+ - name: exonerate
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: fargene
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: fastani
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: fastoma
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: fgsea
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: filt3r
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: find_nested_alt_orfs
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: flavotyper
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: funannotate_annotate
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: funannotate_clean
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: funannotate_compare
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: funannotate_predict
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: funannotate_sort
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: getitd
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_acgt_content
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_build_icm
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_gbk_to_orf
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_extract
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_knowledge_based
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_long_orfs
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: glimmer_not_knowledge_based
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: goenrichment
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hicap
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hicstuff_pipeline
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mist_dists
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mist_call
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_easy_taxonomy
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_easy_search
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_easy_rbh
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_easy_linsearch
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_easy_cluster
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: oatk
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: psauron
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: neighbors
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: rmlst_cli
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: sexdeterrmine
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: preseq_lc_extrap
+ owner: iuc
+ tool_panel_section_label: "FASTQ Quality Control"
+
+ - name: preseq_c_curve
+ owner: iuc
+ tool_panel_section_label: "FASTQ Quality Control"
+
+ - name: mtnucratio
+ owner: iuc
+ tool_panel_section_label: "FASTQ Quality Control"
+
+ - name: sourmash_tax_summarize
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_tax_prepare
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_tax_metagenome
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_tax_grep
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_tax_genome
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_tax_annotate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_sketch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_signature
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_search
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_prefetch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_plot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_multigather
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_index
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: sourmash_compare
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: taffy_view
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_stats
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_sort
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_norm
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_coverage
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_annotate
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: taffy_add_gap_bases
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: tb_profiler_profile
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: telogator
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: telescope_assign
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: snap
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: shorah_amplicon
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: scikit_bio_diversity_beta_diversity
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: remove_terminal_stop_codons
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: plasclass
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mykrobe_predict
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: meningotype
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: longdust
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: liftoff
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tiberius
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tsebra
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: multigsea
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: goseq
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: goslimmer
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: gprofiler_convert
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: gprofiler_gost
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: gprofiler_orth
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: gprofiler_random
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: gprofiler_snpense
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: groot
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_groot_database_downloader
+ owner: iuc
+
+ - name: gubbins
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hamronize_summarize
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hamronize_tool
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer3
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_alimask
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmalign
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmbuild
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmconvert
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmemit
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmfetch
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmscan
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_hmmsearch
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_jackhmmer
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_nhmmer
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_nhmmscan
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: hmmer_phmmer
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: homer_annotatepeaks
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: homer_findmotifs
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: homer_findmotifsgenome
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: homer_gtf_to_annotations
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: homer_scanmotifgenomewide
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: icescreen
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: integron_finder
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: interproscan
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: isescan
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: jcvi_gff_stats
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: kobas
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: kofamscan
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: krocus
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: legsta
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: lorikeet_spoligotype
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: microsatbed
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mirmachine
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: miniprot
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: miniprot_index
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mitos
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mitos2
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mlst
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: mmseqs2_taxonomy_assignment
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: omark
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_dada2
+ owner: iuc
+
+ - name: data_manager_omamer
+ owner: iuc
+
+ - name: data_manager_humann2_database_downloader
+ owner: iuc
+
+ - name: data_manager_ncbi_fcs_gx_database_downloader
+ owner: iuc
+
+ - name: data_manager_picard_index_builder
+ owner: devteam
+
+ - name: data_manager_sam_fasta_index_builder
+ owner: devteam
+
+ - name: optitype
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: orthofinder_onlygroups
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: pirate
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: panaroo
+ owner: galaxy-australia
+ tool_panel_section_label: Annotation
+
+ - name: panta
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: plasmidfinder
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: prodigal
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: pharokka
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: prokka
+ owner: crs4
+ tool_panel_section_label: Annotation
+
+ - name: red
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: repeat_masker
+ owner: bgruening
+ tool_panel_section_label: Annotation
+
+ - name: repeatmodeler
+ owner: csbl
+ tool_panel_section_label: Annotation
+
+ - name: roary
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: seq2hla
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: socru
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: spaln
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: spotyping
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: staramr
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: data_manager_build_staramr
+ owner: iuc
+
+ - name: tb_variant_filter
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tbprofiler
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tbvcfreport
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tb_profiler_collate
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: te_finder
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: tetyper
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: transtermhp
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ucsc_maffilter
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vg_paths
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vg_giraffe
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vsnp_statistics
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vsnp_get_snps
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vsnp_determine_ref_from_data
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vsnp_build_tables
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: vsnp_add_zero_coverage
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: windowmasker
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: staramr
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ppanggolin_all
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ppanggolin_msa
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ppanggolin_projection
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ppanggolin_rarefaction
+ owner: iuc
+ tool_panel_section_label: Annotation
+
+ - name: ucsc_blat
+ owner: yating-l
+ tool_panel_section_label: Annotation
+
+# ASSEMBLY
+ - name: abyss
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: assembly_stats
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: bellerophon
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: bionano_scaffold
+ owner: bgruening
+ tool_panel_section_label: Assembly
+
+ - name: biscot
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: colibread_lordec
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: craq
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: disco
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: fastk_fastk
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: fastk_logex
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: fastk_histex
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: genomescope
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: getorganelle
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: hapcut2
+ owner: galaxy-australia
+ tool_panel_section_label: Assembly
+
+ - name: hapog
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: hifiasm
+ owner: bgruening
+ tool_panel_section_label: Assembly
+
+ - name: hifiasm_meta
+ owner: galaxy-australia
+ tool_panel_section_label: Assembly
+
+ - name: hypo
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: idba_hybrid
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: idba_tran
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: idba_ud
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: links
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: megahit
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merqury
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merquryfk_asmplot
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merquryfk_cnplot
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merquryfk_hapmaker
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merquryfk_happlot
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: merquryfk_merquryfk
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_count_kmers
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_filter_kmers
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_histogram_kmers
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_groups_kmers
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_trio_mode
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_print
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: meryl_arithmetic_kmers
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: metaspades
+ owner: nml
+ tool_panel_section_label: Assembly
+
+ - name: minia
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: miniasm
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: mitobim
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: necat
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: novoplasty
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pairtools_dedup
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pairtools_parse
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pairtools_split
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pairtools_sort
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pairtools_stats
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pilon
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pretext_graph
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: pretext_map
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: purge_dups
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: quast
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: quickmerge
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: ragtag
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: raven
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: rnaquast
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: rnaspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: salsa
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: shasta
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: shovill
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: smudgeplot
+ owner: galaxy-australia
+ tool_panel_section_label: Assembly
+
+ - name: spades
+ owner: nml
+ tool_panel_section_label: Assembly
+
+ - name: spades_biosyntheticspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: spades_coronaspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: spades_metaplasmidspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: spades_metaviralspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: spades_plasmidspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: spades_rnaviralspades
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: syri
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: teloscope
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: trycycler_cluster
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: trycycler_consensus
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: trycycler_partition
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: trycycler_reconcile_msa
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: trycycler_subsample
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: unicycler
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: verkko
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: vgp_split_agp
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: vgp_sak_generation
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: vgp_chromosome_assignment
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: yahs
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: halfdeep
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+# ASTRONOMY
+ - name: gwtc_analysis
+ owner: iuc
+ tool_panel_section_label: Astronomy
+
+# BED
+
+ - name: bedtools
+ owner: iuc
+ tool_panel_section_label: BED
+
+ - name: bedops_sortbed
+ owner: iuc
+ tool_panel_section_label: BED
+
+# CHEMICALTOOLBOX
+ - name: enzywizard_aaprops
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_batch
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_clean
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_conservation
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_disorder
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_dock
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_embedding
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_energy
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_flexibility
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_hydrocluster
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_integrate
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_interaction
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_mut_batch
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_mut_clean
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_mut_integrate
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_pocket
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+ - name: enzywizard_substrate
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+# COLLECTION OPERATIONS
+
+ - name: collection_element_identifiers
+ owner: iuc
+ tool_panel_section_label: Collection Operations
+
+ - name: pick_value
+ owner: iuc
+ tool_panel_section_label: Collection Operations
+
+# COMPUTATIONAL CHEMISTRY
+
+ - name: diffdock
+ owner: iuc
+ tool_panel_section_label: ChemicalToolBox
+
+# CONVERT FORMATS
+
+ - name: bbgbigwig
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: bam_to_scidx
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: bam2fastx
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: bax2bam
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: bioext_bam2msa
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_convert
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_add_metadata
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_normalize_table
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_subset_table
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_summarize_table
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: biom_from_uc
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: compress_file
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_bam
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_bed
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_bw
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_gff
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_region
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_vcf
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: crossmap_wig
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: genebed_maf_to_fasta
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: geopandas_table2geojson
+ owner: iuc
+ tool_panel_section_label: "Convert Formats"
+
+ - name: gfa_to_fa
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: gffread
+ owner: devteam
+ tool_panel_section_label: Convert Formats
+
+ - name: gtftobed12
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: intermine_galaxy_exchange
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: interval2maf
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: resize_coordinate_window
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: samtools_bam_to_cram
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: tooldistillator
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: tooldistillator_summarize
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_axtchain
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_axttomaf
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_maftoaxt
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_twobittofa
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_wigtobigwig
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_nettoaxt
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_netfilter
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_chainnet
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+ - name: ucsc_chainantirepeat
+ owner: iuc
+ tool_panel_section_label: Convert Formats
+
+# "DNA Metabarcoding"
+
+ - name: obi_complement
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_pcr
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_refidx
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_tag
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_taxonomy
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_pairing
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_multiplex
+ owner: iuc
+ tool_panel_section_label: "DNA Metabarcoding"
+
+ - name: obi_illumina_pairend
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_ngsfilter
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_annotate
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_grep
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_uniq
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_clean
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_convert
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_sort
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_tab
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+ - name: obi_stat
+ owner: iuc
+ tool_panel_section_label: 'DNA Metabarcoding'
+
+# EMBOSS
+
+ - name: emboss_5
+ owner: devteam
+ tool_panel_section_label: EMBOSS
+
+# EMBOSS 6 tool suite
+
+ - name: emboss_needleall
+ owner: iuc
+ tool_panel_section_label: EMBOSS
+
+ - name: emboss_needle
+ owner: iuc
+ tool_panel_section_label: EMBOSS
+
+
+# EPIGENETICS
+
+ - name: bwameth
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: meme_dreme
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: genetrack
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: cwpair2
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: moabs
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: repmatch_gff3
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: multigps
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: seacr
+ owner: iuc
+ tool_panel_section_label: Epigenetics
+
+ - name: vcf_filter
+ owner: devteam
+ tool_panel_section_label: Epigenetics
+
+
+# EVOLUTION
+
+ - name: codeml
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: iqtree
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: quicktree
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: map_damage
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: mutate_snp_codon
+ owner: devteam
+ tool_panel_section_label: Evolution
+
+ - name: rapidnj
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: structure
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: tn93
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: tn93_cluster
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: tn93_filter
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: tn93_readreduce
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: revoluzer_crex
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+ - name: revoluzer_distmat
+ owner: iuc
+ tool_panel_section_label: Evolution
+
+
+
+# EXPRESSION TOOLS
+
+ - name: calculate_numeric_param
+ owner: iuc
+ tool_panel_section_label: Expression Tools
+
+ - name: compose_text_param
+ owner: iuc
+ tool_panel_section_label: Expression Tools
+
+ - name: map_param_value
+ owner: iuc
+ tool_panel_section_label: Expression Tools
+
+
+# EXTRACT FEATURES
+
+ - name: b2btools_single_sequence
+ owner: iuc
+ tool_panel_section_label: Extract Features
+
+ - name: fraggenescan
+ owner: iuc
+ tool_panel_section_label: Extract Features
+
+ - name: length_and_gc_content
+ owner: iuc
+ tool_panel_section_label: Extract Features
+
+ - name: orfipy
+ owner: iuc
+ tool_panel_section_label: Extract Features
+
+ - name: parse_mito_blast
+ owner: iuc
+ tool_panel_section_label: Extract Features
+
+
+# FASTA/FASTQ
+
+ - name: adapter_removal
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: art
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: ampligone
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: barcode_splitter
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: bbtools_bbmerge
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: bbtools_tadpole
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: berokka
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: cutadapt
+ owner: lparsons
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: cialign
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_clipping_histogram
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_compute_length
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_concatenate_by_species
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_filter_by_length
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_formatter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_merge_files_and_filter_unique_sequences
+ owner: galaxyp
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_nucleotide_changer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_stats
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_to_tabular
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastp
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastplong
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_combiner
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_filter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_groomer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_groupmerge
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_manipulation
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_masker_by_quality
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_paired_end_deinterlacer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_paired_end_interlacer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_paired_end_interlacer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_paired_end_joiner
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_paired_end_splitter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_quality_boxplot
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_quality_converter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_quality_filter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_stats
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_to_fasta
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_to_tabular
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_trimmer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastq_trimmer_by_quality
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_yield_plot
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_winner
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_times
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_tabular
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_stats
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_squiggle
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_qualpos
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_qualdist
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_occupancy
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_nucdist
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_hist
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_extract
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: poretools_events
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: qfilt
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqprep
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: falco
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastqc
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastqe
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastqtofasta
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_artifacts_filter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_barcode_splitter
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_clipper
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_collapser
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_nucleotides_distribution
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_quality_statistics
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_renamer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_reverse_complement
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fastx_trimmer
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: filtlong
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: flash
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: ncbi_fcs_gx
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: pear
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: rcorrector
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: rrmscorer
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqcomplexity
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_fx2tab
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_grep
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_head
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_locate
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_translate
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_stats
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_sort
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqkit_split2
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: seqtk
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: short_reads_figure_score
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: short_reads_trim_seq
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: sickle
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: tabular_to_fasta
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: tabular_to_fastq
+ owner: devteam
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: trimmomatic
+ owner: pjbriggs
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: trimns
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: ucsc_fasplit
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: umi_tools_count
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: umi_tools_dedup
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: umi_tools_extract
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: umi_tools_group
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: umi_tools_whitelist
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: fasta_regex_finder
+ owner: mbernt
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: rasusa
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: bbtools_bbnorm
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: faffy_chunk
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: faffy_extract
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: faffy_merge
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+# FILTER AND SORT
+
+ - name: gffcompare
+ owner: iuc
+ tool_panel_section_label: Filter and Sort
+
+ - name: xpath
+ owner: iuc
+ tool_panel_section_label: Filter and Sort
+
+ - name: bigwig_outlier_bed
+ owner: iuc
+ tool_panel_section_label: Filter and Sort
+
+# GEMINI
+
+ - name: gemini_actionable_mutations
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_amend
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_annotate
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_burden
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_db_info
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_fusions
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_gene_wise
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_inheritance
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_interactions
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_load
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_lof_sieve
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_pathways
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_qc
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_query
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_roh
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_set_somatic
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_stats
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+ - name: gemini_windower
+ owner: iuc
+ tool_panel_section_label: Gemini
+
+
+# GENOME DIVERSITY
+
+ - name: fasttree
+ owner: iuc
+ tool_panel_section_label: Genome Diversity
+
+
+# GENOME EDITING
+
+ - name: amplican
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: crispr_studio
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: mageck_test
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: mageck_pathway
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: mageck_mle
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: mageck_gsea
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: mageck_count
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+ - name: sonneityping
+ owner: iuc
+ tool_panel_section_label: Genome editing
+
+
+# GET DATA
+
+ - name: ebi_metagenomics_run_downloader
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: ebi_search_rest_results
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: ega_download_client
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: fastq_dl
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: gdcwebapp
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: iedb_api
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: ncbi_acc_download
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: ncbi_datasets
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: pysradb_search
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: openalex_explorer
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: sra_tools
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: query_impc
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: enasearch_search_data
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: enasearch_retrieve_taxons
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: enasearch_retrieve_run_report
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: enasearch_retrieve_data
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+ - name: enasearch_retrieve_analysis_report
+ owner: iuc
+ tool_panel_section_label: Get Data
+
+# GRAPH/DISPLAY DATA
+
+ - name: calculate_contrast_threshold
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: geneiobio
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: bandage
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: charts
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: circos
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: fasta_nucleotide_color_plot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_boxplot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_barplot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_heatmap
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_heatmap2
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_histogram
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_pca
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_point
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggplot2_violin
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: gmaj
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: gwastools_manhattan_plot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: heatmap
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: histogram
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: intervene
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: jbrowse
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: jvarkit_wgscoverageplotter
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: maplot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: newick_utils
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: pathview
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: pe_histogram
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: pretext_snapshot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: pygenometracks
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: qq_manhattan
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: scatterplot
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: simpleweather
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: seaborn_pairgrid
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: seaborn
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: tsne
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ucsc_custom_track
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: upsetplot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: volcanoplot
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: xy_plot
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: graphlan
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+ - name: ggupset
+ owner: iuc
+ tool_panel_section_label: Graph/Display Data
+
+# HICEXPLORER
+
+ - name: hicexplorer_chicaggregatestatistic
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicdifferentialtest
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicexportdata
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicplotviewpoint
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicqualitycontrol
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicsignificantinteractions
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicviewpoint
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_chicviewpointbackgroundmodel
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicadjustmatrix
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicaggregatecontacts
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicaverageregions
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicbuildmatrix
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicbuildmatrixmicroc
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hiccomparematrices
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hiccompartmentspolarization
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicconvertformat
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hiccorrectmatrix
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hiccorrelate
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicdetectloops
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicdifferentialtad
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicfindrestrictionsites
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicfindtads
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hichyperoptdetectloops
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicinfo
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicinterintratad
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicmergedomains
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicmergeloops
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicmergematrixbins
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicnormalize
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicpca
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicplotaverageregions
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicplotdistvscounts
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicplotmatrix
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicplotsvl
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicplotviewpoint
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicquickqc
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicsummatrices
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hictadclassifier
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hictraintadclassifier
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hictransform
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: hicexplorer_hicvalidatelocations
+ owner: bgruening
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicadjustmatrix
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schiccluster
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicclustercompartments
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicclusterminhash
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicclustersvl
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicconsensusmatrices
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schiccorrectmatrices
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schiccreatebulkmatrix
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicdemultiplex
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicinfo
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicmergematrixbins
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicmergetoscool
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicnormalize
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicplotclusterprofiles
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicplotconsensusmatrices
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+ - name: schicexplorer_schicqualitycontrol
+ owner: iuc
+ tool_panel_section_label: HiCExplorer
+
+
+# IMAGING
+
+ - name: biapy
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+ - name: idr_download_by_ids
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+ - name: jdeskew
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+ - name: page_dewarp
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+ - name: spyboat
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+ - name: pdfimages
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+
+# JOIN, SUBTRACT AND GROUP
+
+ - name: collection_column_join
+ owner: iuc
+ tool_panel_section_label: Join, Subtract and Group
+
+ - name: subtract
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+
+# MACHINE LEARNING
+
+ - name: chopin2
+ owner: iuc
+ tool_panel_section_label: Machine Learning
+
+ - name: deepmicro
+ owner: iuc
+ tool_panel_section_label: Machine Learning
+
+ - name: mcl
+ owner: iuc
+ tool_panel_section_label: Machine Learning
+
+ - name: virhunter
+ owner: iuc
+ tool_panel_section_label: Machine Learning
+
+ - name: decontaminator
+ owner: iuc
+ tool_panel_section_label: Machine Learning
+
+
+# MAPPING
+
+ - name: bbtools_bbmap
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: bioext_bealign
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: bowtie2
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: bowtie_color_wrappers
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: bowtie_wrappers
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: bwa
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: bwa_mem2
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: chromap
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: fastga
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: fgbio_findswitchbackreads
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: hisat2
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: kma
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: lastz
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: lastz_paired_reads
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: lexicmap
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: megablast_wrapper
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: megablast_xml_parser
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: minimap2
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: pbmm2
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: rgrnastar
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: rna_starsolo
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: samtools_cram_to_bam
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: star_fusion
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: tophat2
+ owner: devteam
+ tool_panel_section_label: Mapping
+
+ - name: wfmash
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+ - name: winnowmap
+ owner: iuc
+ tool_panel_section_label: Mapping
+
+
+# METAGENOMIC ANALYSIS
+
+ - name: cami_amber
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cami_amber_add
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cami_amber_convert
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_mergesequencetables
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_index_union
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_index_intersect
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_index_dump
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_index_diff
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_index_build
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: deacon_filter
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: halla
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: graphlan_annotate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: gamma_s
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: gamma
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fastspar_reduce
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fastspar_pvalues
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: eukrep
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kaiju_addtaxonnames
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kaiju_kaiju2table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kaiju_kaiju2krona
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kaiju_mergeoutputs
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kaiju_kaiju
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kegg_pathways_completeness
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: data_manager_kaiju
+ owner: iuc
+
+ - name: mothur_taxonomy_to_krona
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mothur_rename_seqs
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mothur_merge_count
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mothur_chimera_vsearch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mothur_biom_info
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metamdbg_gfa
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metamdbg_asm
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: name2taxid
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: samestr
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: taxonomy_filter_refseq
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_predict_metagenomes
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_normalize_by_copy_number
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_metagenome_contributions
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_format_tree_and_trait_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_compare_biom
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: picrust_categorize
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: profile2cami
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: gtdb_to_taxdump
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: biobox_add_taxid
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_kreport2krona
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_kreport2mpa
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_beta_diversity
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_alpha_diversity
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_combine_kreports
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: krakentools_extract_kraken_reads
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_alpha_diversity
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_boxplot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_core
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_export_otu
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_export_fasta
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_frequency
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_heatmap
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_load
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_merge_ampvis2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_mergereplicates
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_octave
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_ordinate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_otu_network
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_rankabundance
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_rarecurve
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_setmetadata
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_subset_samples
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_subset_taxa
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_timeseries
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ampvis2_venn
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: ancombc
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: bigscape
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: binning_refiner
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metawrapmg_binning
+ owner: galaxy-australia
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: bio_hansel
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: bmtagger
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: bracken
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cat_add_names
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cat_bins
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cat_contigs
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cat_prepare
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: cat_summarise
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_analyze
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_lineage_set
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_lineage_wf
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_plot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_qa
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_taxon_set
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_taxonomy_wf
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_tetra
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_tree
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm_tree_qa
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: checkm2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: comebin
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: comebin_bam
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: concoct
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: concoct_coverage_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: concoct_cut_up_fasta
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: concoct_extract_fasta_bins
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: concoct_merge_cut_up_clustering
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: coverm_contig
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: coverm_genome
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: customize_metaphlan_database
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_assigntaxonomyaddspecies
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_dada
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_filterandtrim
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_learnerrors
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_makesequencetable
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_mergepairs
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_plotcomplexity
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_plotqualityprofile
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_removebimeradenovo
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_seqcounts
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_primercheck
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dada2_mergesequencetables
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: das_tool
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: data_manager_build_bracken_database
+ owner: iuc
+
+ - name: amrfinderplus_data_manager_build
+ owner: iuc
+
+ - name: data_manager_bakta
+ owner: iuc
+
+ - name: decontam
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: drep_compare
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: drep_dereplicate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dram_strainer
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dram_distill
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dram_annotate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dram_merge_annotations
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: dram_neighborhoods
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: extract_metaphlan_database
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fasta_to_contig2bin
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: find_diag_hits
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fur
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: gi2taxonomy
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: gtdbtk_classify_wf
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_associate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_barplot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_genefamilies_genus_level
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_join_tables
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_reduce_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_regroup_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_rename_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_renorm_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_rna_dna_norm
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_split_stratified_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_split_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_strain_profiler
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann2_unpack_pathways
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: combine_metaphlan2_humann2
+ owner: bebatut
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_associate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_barplot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_join_tables
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_reduce_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_regroup_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_rename_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_renorm_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_rna_dna_norm
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_split_stratified_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_split_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_strain_profiler
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: humann_unpack_pathways
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: instrain_compare
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: instrain_profile
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: jellyfish
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_abundance_distribution
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_abundance_distribution_single
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_count_median
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_extract_partitions
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_filter_abundance
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_filter_below_abundance_cutoff
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_normalize_by_median
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: khmer_partition
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kleborate
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kneaddata
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken2tax
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken_biom
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken_filter
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken_report
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken_taxonomy_report
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kraken_translate
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: last
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: lca_wrapper
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: maaslin2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: maaslin3
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mmuphin
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: malt_run
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mash
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mash_sketch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mash_paste
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mash_dist
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mapseq
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: maxbin2
+ owner: mbernt
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_blast2lca
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_blast2rma
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_daa2info
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_daa2rma
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_daa_meganizer
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_read_extractor
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: megan_sam2rma
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metabuli
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: merge_metaphlan_tables
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metabat2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metabat2_jgi_summarize_bam_contig_depths
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metaeuk_easy_predict
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metaphlan
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mg_toolkit_bulk_download
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mg_toolkit_original_metadata
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: micro_decon
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: nonpareil
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_add_rank_names
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_from_biom
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_from_dada2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_plot_bar
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_plot_ordination
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_plot_richness
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: phyloseq_tax_glom
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_are_there_primers
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_auto
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_choose_primer_cutoff
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_find_cutoffs
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_gen_bcv
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: pimento_std
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_classify_var_regions
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_make_asv_count_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_mapseq_to_asv_table
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_permute_primers
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_primer_val_classification
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_pipelines_toolkit_rev_comp_se_primers
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: plasflow
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: poisson2test
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: polypolish
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: recentrifuge
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: scoary
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin_bin
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin_concatenate_fasta
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin_generate_cannot_links
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin_generate_sequence_features
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: semibin_train
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: seqsero2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: srst2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: t2ps
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: t2t_report
+ owner: devteam
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: taxonomy_krona_chart
+ owner: crs4
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: valet
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vapor
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vcontact2
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vcontact2_gene2genome
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vegan_diversity
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vegan_fisher_alpha
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vegan_rarefaction
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: virannot_blast2tsv
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: virannot_otu
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: virannot_rps2tsv
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: vsearch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: qiime_extract_viz
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: taxpasta
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fairy_cov
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: fairy_sketch
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: binette
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kmer2stats
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metasbt_index
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: metasbt_profile
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mgnify_genome_search
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: kmindex
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_comp_conta
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_drep_cluster_annot
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_drep_cluster_func
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_pathway_module_heatmap
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_sample_heatmap
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+ - name: mags_visualization_taxa_sankey
+ owner: iuc
+ tool_panel_section_label: Metagenomic Analysis
+
+# MOTHUR
+
+ - name: mothur_align_check
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_align_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_amova
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_anosim
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_bin_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_bellerophon
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_ccode
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_check
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_perseus
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_pintail
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_slayer
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chimera_uchime
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_chop_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_classify_otu
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_classify_rf
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_classify_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_classify_tree
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_clearcut
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_cluster
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_cluster_classic
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_cluster_fragments
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_cluster_split
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_collect_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_collect_single
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_consensus_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_cooccurrence
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_corr_axes
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_count_groups
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_count_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_create_database
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_degap_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_deunique_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_deunique_tree
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_dist_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_dist_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_fastq_info
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_filter_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_filter_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_communitytype
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_coremicrobiome
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_dists
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_group
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_groups
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_label
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_lineage
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_mimarkspackage
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_otulabels
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_otulist
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_oturep
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_otus
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_rabund
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_relabund
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_sabund
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_get_sharedseqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_hcluster
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_heatmap_bin
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_heatmap_sim
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_homova
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_indicator
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_lefse
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_libshuff
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_list_otulabels
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_list_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_biom
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_contigs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_design
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_fastq
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_group
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_lefse
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_lookup
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_make_sra
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_mantel
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_merge_files
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_merge_groups
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_merge_sfffiles
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_merge_taxsummary
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_metastats
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_mimarks_attributes
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_nmds
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_normalize_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_otu_association
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_otu_hierarchy
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_pairwise_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_parse_list
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_parsimony
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_pca
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_pcoa
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_pcr_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_phylo_diversity
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_phylotype
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_pre_cluster
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_primer_design
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_rarefaction_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_rarefaction_single
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_dists
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_groups
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_lineage
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_otulabels
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_otus
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_rare
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_remove_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_reverse_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_screen_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_sens_spec
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_seq_error
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_sffinfo
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_shhh_flows
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_shhh_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_sort_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_split_abund
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_split_groups
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_sub_sample
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_summary_qual
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_summary_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_summary_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_summary_single
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_summary_tax
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_tree_shared
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_trim_flows
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_trim_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_unifrac_unweighted
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_unifrac_weighted
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_unique_seqs
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+ - name: mothur_venn
+ owner: iuc
+ tool_panel_section_label: Mothur
+
+
+# MOTIF TOOLS
+
+ - name: meme_chip
+ owner: iuc
+ tool_panel_section_label: Motif Tools
+
+ - name: meme_fimo
+ owner: iuc
+ tool_panel_section_label: Motif Tools
+
+ - name: meme_meme
+ owner: iuc
+ tool_panel_section_label: Motif Tools
+
+ - name: meme_psp_gen
+ owner: iuc
+ tool_panel_section_label: Motif Tools
+
+ - name: weblogo3
+ owner: devteam
+ tool_panel_section_label: Motif Tools
+
+ - name: meme_streme
+ owner: iuc
+ tool_panel_section_label: Motif Tools
+
+
+# MULTIPLE ALIGNMENTS
+
+ - name: amas_concat
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: amas_remove
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: amas_replicate
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: amas_split
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: amas_summary
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: cd_hit
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: chromeister
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: clustalw
+ owner: devteam
+ tool_panel_section_label: Multiple Alignments
+
+ - name: gecko
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2fasta
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2maf
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2paf
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2vg
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_haladdtobranch
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halalignedextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halalignmentdepth
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halbranchmutations
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halcoverage
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halindels
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halliftover
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hallodextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halmaskextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halpctid
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halremovegenome
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halremovesubtree
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halrenamegenomes
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halrenamesequences
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halreplacegenome
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsnps
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halstats
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsummarizemutations
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsynteny
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halupdatebranchlengths
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halvalidate
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halwiggleliftover
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_maf2hal
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: kc_align
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: maf_stats
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mashmap
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mmseqs2_easy_linclust_clustering
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: msaboot
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_delta_filter
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_dnadiff
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_mummer
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_mummerplot
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_nucmer
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: mummer_show_coords
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: pipelign
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: trimal
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: sina
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2fasta
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2maf
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2paf
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hal2vg
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_haladdtobranch
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halalignedextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halalignmentdepth
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halbranchmutations
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halcoverage
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halindels
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halliftover
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_hallodextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halmaskextract
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halpctid
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halremovegenome
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halremovesubtree
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halrenamegenomes
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halrenamesequences
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halreplacegenome
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsnps
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halstats
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsummarizemutations
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halsynteny
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halupdatebranchlengths
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halvalidate
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_halwiggleliftover
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: hal_maf2hal
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_add_mismatches
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_chain
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_dechunk
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_dedupe
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_filter
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_invert
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_shatter
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_tile
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_to_bed
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_trim
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_upconvert
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: paffy_view
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_chainprenet
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_chainsort
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_chainswap
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_mafaddirows
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_mafcoverage
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_maffetch
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_maffrag
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_maffrags
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_mafgene
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_netchainsubset
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: ucsc_netsyntenic
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: cawlign
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+ - name: pal2nal
+ owner: iuc
+ tool_panel_section_label: Multiple Alignments
+
+
+# Natural Language Processing
+
+ - name: tesseract
+ owner: iuc
+ tool_panel_section_label: Imaging
+
+
+# NCBI BLAST
+
+ - name: bbtools_bbduk
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: diamond
+ owner: bgruening
+ tool_panel_section_label: NCBI Blast
+
+ - name: magicblast
+ owner: iuc
+ tool_panel_section_label: NCBI Blast
+
+ - name: ncbi_blast_plus
+ owner: devteam
+ tool_panel_section_label: NCBI Blast
+
+
+# NANOPORE
+
+ - name: clair3
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: flair_collapse
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: flair_correct
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: m6anet
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: medaka_consensus
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: medaka_consensus_pipeline
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: medaka_variant
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: medaka_variant_pipeline
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanocompore_db
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanocompore_sampcomp
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanocomp
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: chopper
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanoplot
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanopolishcomp_eventaligncollapse
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: nanopolishcomp_freqmethcalculate
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: ngmlr
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: ont_fast5_api_compress_fast5
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: ont_fast5_api_fast5_subset
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: ont_fast5_api_multi_to_single_fast5
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: ont_fast5_api_single_to_multi_fast5
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: porechop
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+ - name: pycoqc
+ owner: iuc
+ tool_panel_section_label: Nanopore
+
+
+# ONTOLOGY
+ - name: onto_tk_get_ancestor_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_child_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_descendent_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_parent_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_parent_terms_by_relationship_type
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_relationship_id_vs_relationship_def
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_relationship_id_vs_relationship_name
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_relationship_id_vs_relationship_namespace
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_relationship_types
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_root_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_subontology_from
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_term_synonyms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_terms
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_get_terms_by_relationship_type
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_obo2owl
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_obo2rdf
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_term_id_vs_term_def
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_term_id_vs_term_def
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+ - name: onto_tk_term_id_vs_term_name
+ owner: iuc
+ tool_panel_section_label: OBO Ontology manipulation
+
+# OPERATE ON GENOMIC INTERVALS
+
+ - name: basecoverage
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+ - name: cluster
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+ - name: complement
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+ - name: concat
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+# OTHER TOOLS
+ - name: packaged_annotation_loader
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: optdoe
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_esummary
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_esearch
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_epost
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_elink
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_einfo
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_efetch
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_eutils_ecitmatch
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_entrez_direct_esearch
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_entrez_direct_einfo
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: ncbi_entrez_direct_efetch
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: lcrgenie
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: duplex_family_size_distribution
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: dnabot
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: data_source_iris_tcga
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_anndata
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_cell_attribute
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_cell_attribute_list
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_cell_df
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_celltype_list
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_conc_attribute
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_conc_df
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_substrate_list
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_unit_dict
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_get_version
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_make_cell_vtk
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_make_conc_vtk
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_make_gif
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_make_graph_gml
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_make_movie
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_plot_contour
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_plot_scatter
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: pcdl_plot_timeseries
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+
+ - name: straindesign_simulate_deletion
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: straindesign_reduce_model
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: straindesign_analyzing_model
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: selenzy_wrapper
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: sbml2sbol
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: rrparser
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: rpfba
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: rpbasicdesign
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: rp2paths
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+ - name: rp2biosensor
+ owner: iuc
+ tool_panel_section_label: Other Tools
+
+# PEAK CALLING
+
+ - name: ccat
+ owner: devteam
+ tool_panel_section_label: Peak Calling
+
+ - name: genrich
+ owner: iuc
+ tool_panel_section_label: Peak Calling
+
+ - name: macs
+ owner: devteam
+ tool_panel_section_label: Peak Calling
+
+ - name: macs2
+ owner: iuc
+ tool_panel_section_label: Peak Calling
+
+ - name: peakzilla
+ owner: iuc
+ tool_panel_section_label: Peak Calling
+
+ - name: sicer
+ owner: devteam
+ tool_panel_section_label: Peak Calling
+
+ - name: zerone
+ owner: iuc
+ tool_panel_section_label: Peak Calling
+
+ - name: diffbind
+ owner: bgruening
+ tool_panel_section_label: Peak Calling
+
+
+# PHENOTYPE ASSOCIATION
+
+ - name: ctd_batch
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: divide_pg_snp
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: hgv_fundo
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: hgv_hilbertvis
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: snpfreq
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: vcf2pgsnp
+ owner: devteam
+ tool_panel_section_label: Phenotype Association
+
+ - name: gemma
+ owner: iuc
+ tool_panel_section_label: Phenotype Association
+
+# PHYLOGENETICS
+
+ - name: astral
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: beast2_treeannotator
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: beast2_logcombiner
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: beast2_beast
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: fastreer_dist2tree
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: fastreer_fasta2dist
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: fastreer_vcf2dist
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: fastreer_vcf2tree
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: foldtree
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hybpiper
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_absrel
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_annotate
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_b_still
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_bgm
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_busted
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_cfel
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_cln
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_conv
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_fade
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_fel
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_fubar
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_gard
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_infer_stasis_clusters
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_meme
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_prime
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_relax
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_slac
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_sm19
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_strike_ambigs
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: hyphy_summary
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: nextalign
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: nextclade
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: pangolin
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: phyml
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_add_descriptions
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_hsp
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_metagenome_pipeline
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_pathway_pipeline
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_pipeline
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_place_seqs
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: picrust2_shuffle_predictions
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: raxml
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: raxmlng
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: read2tree
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: sarscov2formatter
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: sarscov2summary
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: snp_dists
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: snp_sites
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: usher
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: usher_matutils
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: pacu_map
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: pacu_snp
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: squirrel_phylo
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: squirrel_qc
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: ete_treeviewer
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+ - name: usher_ripples
+ owner: iuc
+ tool_panel_section_label: Phylogenetics
+
+# PICARD
+
+ - name: picard
+ owner: devteam
+ tool_panel_section_label: Picard
+
+
+# PROTEOMICS
+
+ - name: 3dbeacons_api
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: colabfold_msa
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: colabfold_alphafold
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: constava
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: prot_scriber
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: proteinortho
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: proteinortho_clustering
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: proteinortho_grab_proteins
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: proteinortho_summary
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: scop3p
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: swissmodel_modelling_api
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+ - name: syndiva
+ owner: iuc
+ tool_panel_section_label: Proteomics
+
+# QUALITY CONTROL
+
+ - name: multiqc
+ owner: iuc
+ tool_panel_section_label: Quality Control
+
+ - name: sequali
+ owner: iuc
+ tool_panel_section_label: Quality Control
+
+ - name: fileidentification
+ owner: iuc
+ tool_panel_section_label: Quality Control
+
+ - name: qualifilter
+ owner: iuc
+ tool_panel_section_label: Quality Control
+
+# RAD-SEQ
+
+ - name: bayescan
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_assembleperead
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_cstacks
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_denovomap
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_genotypes
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_populations
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_procrad
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_pstacks
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_refmap
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_rxstacks
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_sstacks
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+ - name: stacks_ustacks
+ owner: iuc
+ tool_panel_section_label: RAD-seq
+
+
+# RNA ANALYSIS
+
+ - name: arriba
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: arriba_draw_fusions
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: arriba_get_filters
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: barrnap
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: brew3r_r
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: cemitool
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: cherri_eval
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: cherri_train
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: chira_collapse
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: chira_extract
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: chira_map
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: chira_merge
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: chira_quantify
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: circexplorer2
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: crosscontamination_barcode_filter
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: cuffcompare
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cuffdiff
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cufflinks
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cuffmerge
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cuffnorm
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cuffquant
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cummerbund
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: cummerbund_to_tabular
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: deg_annotate
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: describe_samples
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: deseq2
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: dexseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: eastr
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: edger
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: egsea
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: express
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: featurecounts
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: feelnc
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: filter_transcripts_via_tracking
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: genomic_super_signature
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: heinz
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: htseq_count
+ owner: lparsons
+ tool_panel_section_label: RNA Analysis
+
+ - name: idr
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: isoformswitchanalyzer
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: kallisto_pseudo
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: kallisto_quant
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: limma_voom
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: masigpro
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: migmap
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: mirnature
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: psiclass
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: qualimap_counts
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: qualimap_rnaseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: recount3
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: ribowaltz_plot
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: ribowaltz_process
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: rnaquast
+ owner: iuc
+ tool_panel_section_label: Assembly
+
+ - name: rseqc
+ owner: nilesh
+ tool_panel_section_label: RNA Analysis
+
+ - name: ruvseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: sailfish
+ owner: bgruening
+ tool_panel_section_label: RNA Analysis
+
+ - name: salmon
+ owner: bgruening
+ tool_panel_section_label: RNA Analysis
+
+ - name: salmonquantmerge
+ owner: bgruening
+ tool_panel_section_label: RNA Analysis
+
+ - name: scpipe
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_preprocessing
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_integrate
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_reduce_dimension
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_create
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_plot
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_data
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: seurat_clustering
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: sleuth
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: slamdunk
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: sleuth
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: stringtie
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: tetoolkit_tetranscripts
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: tophat_fusion_post
+ owner: devteam
+ tool_panel_section_label: RNA Analysis
+
+ - name: tsenat
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: transdecoder
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_abundance_estimates_to_matrix
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_align_and_estimate_abundance
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_analyze_diff_expr
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_contig_exn50_statistic
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_define_clusters_by_cutting_tree
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_filter_low_expr_transcripts
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_gene_to_trans_map
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_run_de_analysis
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_samples_qccheck
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_super_transcripts
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinity_stats
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: trinotate
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: tximport
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: sfold
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: aldex2
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: prestor_abseq3
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_partition
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_parselog
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_parseheaders
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_pairseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_maskprimers
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_filterseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_collapseseq
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_buildconsensus
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_assemblepairs
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: presto_alignsets
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: pureclip
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: ngsderive_strandedness
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: wgcna_softpower
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+ - name: wgcna_network
+ owner: iuc
+ tool_panel_section_label: RNA Analysis
+
+# REGIONAL VARIATION
+
+ - name: categorize_elements_satisfying_criteria
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+ - name: compute_motif_frequencies_for_all_motifs
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+ - name: compute_motifs_frequency
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+ - name: delete_overlapping_indels
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+ - name: draw_stacked_barplots
+ owner: devteam
+ tool_panel_section_label: Graph/Display Data
+
+ - name: featurecounter
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+ - name: indels_3way
+ owner: devteam
+ tool_panel_section_label: Regional Variation
+
+
+# SAM/BAM
+
+ - name: samtools_faidx
+ owner: iuc
+ tool_panel_section_label: 'SAM/BAM'
+
+ - name: bamutil_clip_overlap
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_filter
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_split
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_split_mapped
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_split_paired
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_split_ref
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamtools_split_tag
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: bamutil_diff
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: ngsutils_bam_filter
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: pileup_interval
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: pileup_parser
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: qualimap_bamqc
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: qualimap_multi_bamqc
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: sam2interval
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: sam_merge
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: sam_pileup
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtool_filter2
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_ampliconclip
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_bedcov
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_calmd
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_coverage
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_consensus
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_collate
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_depth
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_fastx
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_fixmate
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_flagstat
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_idxstats
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_markdup
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_merge
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_mpileup
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_phase
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_reheader
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_rmdup
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_slice_bam
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_sort
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_split
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_stats
+ owner: devteam
+ tool_panel_section_label: SAM/BAM
+
+ - name: samtools_view
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: tag_pileup_frequency
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: mosdepth
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: tasmanian_mismatch
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: coverage_report
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: cramino
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: nugen_nudup
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+ - name: samblaster
+ owner: iuc
+ tool_panel_section_label: SAM/BAM
+
+# SANGER SEQUENCING
+
+ - name: tracy_align
+ owner: iuc
+ tool_panel_section_label: Sanger Sequencing
+
+ - name: tracy_assemble
+ owner: iuc
+ tool_panel_section_label: Sanger Sequencing
+
+ - name: tracy_basecall
+ owner: iuc
+ tool_panel_section_label: Sanger Sequencing
+
+ - name: tracy_decompose
+ owner: iuc
+ tool_panel_section_label: Sanger Sequencing
+
+# SEND DATA
+
+ - name: ena_upload
+ owner: iuc
+ tool_panel_section_label: Send Data
+
+ - name: ena_webin_cli
+ owner: iuc
+ tool_panel_section_label: Send Data
+
+# SPATIAL OMICS
+
+ - name: spatialdata_io
+ owner: iuc
+ tool_panel_section_label: Spatial Omics
+
+ - name: spatialdata_operation
+ owner: iuc
+ tool_panel_section_label: Spatial Omics
+
+ - name: spatialdata_plot
+ owner: iuc
+ tool_panel_section_label: Spatial Omics
+
+ - name: squidpy_graph
+ owner: iuc
+ tool_panel_section_label: Spatial Omics
+
+ - name: squidpy_plot
+ owner: iuc
+ tool_panel_section_label: Spatial Omics
+
+# SINGLE-CELL
+
+ - name: cosg
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sceasy_convert
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_network
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_metrics
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sopa_segmentation
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sopa_resolve
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sopa_report
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sopa_patchify
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sopa_aggregate
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: velocyto_cli
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: cite_seq_count
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: alevin
+ owner: bgruening
+ tool_panel_section_label: Single-cell
+
+ - name: anndata_export
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: anndata_import
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: anndata_inspect
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: anndata_manipulate
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: dropletutils
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: drug2cell
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: modify_loom
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: raceid_clustering
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: raceid_filtnormconf
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: raceid_inspectclusters
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: raceid_inspecttrajectory
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: raceid_trajectory
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_cluster_reduce_dimension
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_filter
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_inspect
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_normalize
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_plot
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scanpy_remove_confounders
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_create_qcmetric_ready_sce
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_filter
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_normalize
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_plot_dist_scatter
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_plot_exprs_freq
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_plot_pca
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: scater_plot_tsne
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sinto_barcode
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: sinto_fragments
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: spapros_selection
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: spapros_evaluation
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: episcanpy_build_matrix
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: episcanpy_preprocess
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: episcanpy_cluster_embed
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: baredsc_1d
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: baredsc_2d
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: baredsc_combine_1d
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: baredsc_combine_2d
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_preprocessing
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_clustering
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_plotting
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: snapatac2_peaks_and_motif
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: infercnv
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: spacexr_cside
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: spacexr_rctd
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: mudata_import_export
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: preprocess_muon
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: cluster_analyze_embed_muon
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: plot_muon
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: anndata2ri
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: bellavista_prepare
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: celltypist
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_methods
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_misty
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_multi
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_plot
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_resource
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+ - name: liana_utils
+ owner: iuc
+ tool_panel_section_label: Single-cell
+
+# STATISTICS
+
+ - name: best_regression_subsets
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: canonical_correlation_analysis
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: clustering_from_distmat
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: correlation
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: count_gff_features
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: dwt_var_perfeature
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: fastspar
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: general_matrix_tool
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: generate_pc_lda_matrix
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: graphembed
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ ## IWtomic - Interval-Wise Testing for Omics Data
+
+ - name: ipfp_normalisation
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: iwtomics_loadandplot
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: iwtomics_plotwithscale
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: iwtomics_testandplot
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: kernel_canonical_correlation_analysis
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: kernel_principal_component_analysis
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: lda_analysis
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: mine
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: plot_from_lda
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: principal_component_analysis
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+ - name: rgcca
+ owner: iuc
+ tool_panel_section_label: Statistics
+
+ - name: t_test_two_samples
+ owner: devteam
+ tool_panel_section_label: Statistics
+
+
+# TEXT MANIPULATION
+
+ - name: add_value
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: column_maker
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: add_input_name_as_column
+ owner: mvdbeek
+ tool_panel_section_label: Text Manipulation
+
+ - name: column_order_header_sort
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: column_remove_by_header
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: dos2unix
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: coverage
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: dna_filtering
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: filter_tabular
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: flanking_features
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: get_flanks
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: gff3_rebase
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: intersect
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: join
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: join_files_by_id
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: jq
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: merge
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: merge_cols
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: metagenomeseq_normalization
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: nlp_cooccurrence_analysis
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: nlp_geocode_entities
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: prinseq
+ owner: iuc
+ tool_panel_section_label: FASTA/FASTQ
+
+ - name: query_tabular
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: regex_switch
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: reshape2_cast
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: reshape2_melt
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: sqlite_to_tabular
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: subtract
+ owner: devteam
+ tool_panel_section_label: Operate on Genomic Intervals
+
+ - name: subtract_query
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+ - name: table_compute
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+ - name: tables_arithmetic_operations
+ owner: devteam
+ tool_panel_section_label: Text Manipulation
+
+
+ - name: vader_sentiment
+ owner: iuc
+ tool_panel_section_label: Text Manipulation
+
+# VARIANT CALLING
+
+ - name: allegro
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: alphagenome_variant_scorer
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: alphagenome_variant_effect
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: alphagenome_sequence_predictor
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: alphagenome_ism_scanner
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: alphagenome_interval_predictor
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: artic_guppyplex
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: artic_minion
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bamleftalign
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: basil
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bbtools_callvariants
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_annotate
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_call
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_cnv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_concat
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_consensus
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_convert_from_vcf
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_convert_to_vcf
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_csq
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_filter
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_gtcheck
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_isec
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_merge
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_mpileup
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_norm
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_color_chrs
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_fixploidy
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_fill_tags
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_fill_an_ac
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_counts
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_frameshifts
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_missing2ref
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_impute_info
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_setgt
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_split_vep
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_query
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_query_list_samples
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_reheader
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_roh
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_stats
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_view
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_mendelian
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_dosage
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: bcftools_plugin_tag2tag
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_csv2xlsx
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_pxf2bff
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_vcf2bff
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_analyses
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_biosamples
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_bracket
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_cnv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_cohorts
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_datasets
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_gene
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_import
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_individuals
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_range
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_runs
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beacon2_sequence
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: beagle
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: breseq
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnv_phenopacket
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnv_vcf2json
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_access
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_antitarget
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_autobin
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_batch
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_breaks
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_call
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_coverage
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_diagram
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_bed
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_cdt
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_jtv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_nexus_basic
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_nexus_ogt
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_seg
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_theta
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_export_vcf
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_fix
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_genemetrics
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_heatmap
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_reference
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_scatter
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_segment
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_segmetrics
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_sex
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cnvkit_target
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: control_freec
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: cutesv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: countess
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: deepvariant
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_call
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_classify
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_cnv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_filter
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_lr
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: delly_merge
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: ensembl_vep
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: fermikit_variants
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: fermi2
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: freebayes
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: gatk4_mutect2
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: gatk4_split_n_cigar_reads
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: gatk4_base_recalibrator
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: gatk4_applybqsr
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: gatk4_haplotype_caller
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: genehunter_modscore
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: get_hrun
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: gvcftools_extract_variants
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: happy
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: irissv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: jasminesv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: king
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lofreq_alnqual
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lofreq_call
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lofreq_filter
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lofreq_indelqual
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lofreq_viterbi
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lumpy_prep
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: lumpy_sv
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: merlin
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: mixcr_analyze
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: ococo
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: odgi_build
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: odgi_viz
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: pbgcpp
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: plink
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: sansa_annotate
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: seqwish
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: smgu_frameshift_deletions_checks
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: sniffles
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snippy
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpeff
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpeff_sars_cov_2
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpsift
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpsift_dbnsfp
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpsift_dbnsfp_generic
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: snpsift_genesets
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: ssiamb
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: strelka_germline
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: strelka_somatic
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: swiftlink
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: structureharvester
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: transvar
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: ucsc_fatovcf
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vardict_java
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: variant_analyzer
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: varscan_copynumber
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: varscan_mpileup
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: varscan_somatic
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vcf2maf
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vcf2tsv
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfaddinfo
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfallelicprimitives
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfanno
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfannotate
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfannotategenotypes
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfbedintersect
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfbreakcreatemulti
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfcheck
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfcombine
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfcommonsamples
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfdistance
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfdistance
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vcffilter
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcffixup
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfflatten
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfgeno2haplo
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfgenotypes
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfhethom
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfleftalign
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfprimers
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfrandomsample
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfselectsamples
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfsort
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_annotate
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_compare
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_isec
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_merge
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_slice
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcftools_subset
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vcfvcfintersect
+ owner: devteam
+ tool_panel_section_label: Variant Calling
+
+ - name: vg_convert
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vg_deconstruct
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vg_view
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: vt_variant_tools
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+ - name: hgvsparser
+ owner: iuc
+ tool_panel_section_label: Variant Calling
+
+
+# VIROLOGY
+
+ - name: cooc_mutbamscan
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: cooc_pubmut
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: cooc_tabmut
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: freyja_aggregate_plot
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: freyja_boot
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: freyja_demix
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: freyja_variants
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: lineagespot
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_consensus
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_filtervariants
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_getmasked
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_removereads
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_trim
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: ivar_variants
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: read_it_and_keep
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: snipit
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: snpfreqplot
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: varvamp
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: virheat
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: irma
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: hivclustering
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: viralverify
+ owner: iuc
+ tool_panel_section_label: Virology
+
+ - name: virulign
+ owner: iuc
+ tool_panel_section_label: Virology
+
+# DATA MANAGERS
+
+ - name: data_manager_build_kma_index
+ owner: iuc
+
+ - name: data_manager_bowtie_index_builder
+ owner: iuc
+
+ - name: data_manager_bowtie2_index_builder
+ owner: devteam
+
+ - name: checkm2_build_database
+ owner: iuc
+
+ - name: bmtagger_index_builder_data_manager
+ owner: iuc
+
+ - name: data_manager_build_kraken2_database
+ owner: iuc
+
+ - name: data_manager_cat
+ owner: iuc
+
+ - name: data_manager_bwameth_index_builder
+ owner: iuc
+
+ - name: data_manager_bwa_mem_index_builder
+ owner: devteam
+
+ - name: data_manager_build_kraken_database
+ owner: devteam
+
+ - name: data_manager_celltypist_models
+ owner: iuc
+
+ - name: data_manager_clair3_models
+ owner: iuc
+
+ - name: data_manager_diamond_database_builder
+ owner: iuc
+
+ - name: data_manager_fetch_refseq
+ owner: iuc
+
+ - name: data_manager_fetch_ncbi_taxonomy
+ owner: devteam
+
+ - name: data_manager_fetch_index_maf
+ owner: iuc
+
+ - name: data_manager_fetch_genome_dbkeys_all_fasta
+ owner: devteam
+
+ - name: data_manager_fetch_gene_annotation
+ owner: scottx611x
+
+ - name: data_manager_fetch_busco
+ owner: iuc
+
+ - name: data_manager_dram_database_downloader
+ owner: iuc
+
+ - name: data_manager_diamond_database_builder
+ owner: bgruening
+
+ - name: data_manager_funannotate
+ owner: iuc
+
+ - name: data_manager_gemini_database_downloader
+ owner: iuc
+
+ - name: data_manager_gatk_picard_index_builder
+ owner: devteam
+
+ - name: data_manager_genomic_super_signature_ravmodels
+ owner: iuc
+
+ - name: data_manager_homer_preparse
+ owner: iuc
+
+ - name: data_manager_hisat2_index_builder
+ owner: iuc
+
+ - name: data_manager_humann_database_downloader
+ owner: iuc
+
+ - name: data_manager_interproscan
+ owner: iuc
+
+ - name: data_manager_kallisto_index_builder
+ owner: iuc
+
+ - name: data_manager_liana_resources
+ owner: iuc
+
+ - name: data_manager_malt_index_builder
+ owner: iuc
+
+ - name: data_manager_mash_sketch_builder
+ owner: iuc
+
+ - name: data_manager_manual
+ owner: iuc
+
+ - name: data_manager_metaphlan_database_downloader
+ owner: iuc
+
+ - name: data_manager_ncbi_taxonomy_sqlite
+ owner: iuc
+
+ - name: data_manager_mothur_toolsuite
+ owner: iuc
+
+ - name: data_manager_mitos
+ owner: iuc
+
+ - name: data_manager_nextclade
+ owner: iuc
+
+ - name: data_manager_pangolearn
+ owner: iuc
+
+ - name: data_manager_packaged_annotation_data
+ owner: iuc
+
+ - name: data_manager_pangolin_data
+ owner: iuc
+
+ - name: data_manager_plant_tribes_scaffolds_downloader
+ owner: iuc
+
+ - name: data_manager_primer_scheme_bedfiles
+ owner: iuc
+
+ - name: data_manager_samestr
+ owner: iuc
+
+ - name: data_manager_selection_background
+ owner: iuc
+
+ - name: data_manager_salmon_index_builder
+ owner: iuc
+
+ - name: data_manager_rsync_g2
+ owner: devteam
+
+ - name: data_manager_semibin
+ owner: iuc
+
+ - name: data_manager_transvar_annotations
+ owner: iuc
+
+ - name: data_manager_twobit_builder
+ owner: devteam
+
+ - name: data_manager_star_index_builder
+ owner: iuc
+
+ - name: data_manager_snpsift_dbnsfp
+ owner: iuc
+
+ - name: data_manager_snpeff
+ owner: iuc
+
+ - name: data_manager_vep_cache_downloader
+ owner: iuc
+
+ - name: data_manager_pharokka
+ owner: iuc
+
+ - name: data_manager_mapseq
+ owner: iuc
+
+ - name: data_manager_gtdbtk_database_installer
+ owner: iuc
+
+ - name: data_manager_build_staramr
+ owner: iuc
+
+ - name: data_manager_mmseqs2_database
+ owner: iuc
+
+
+ - name: data_manager_vsnp_genbank
+ owner: iuc
+
+ - name: data_manager_vsnp_excel
+ owner: iuc
+
+ - name: data_manager_vsnp_dnaprints
+ owner: iuc
+
+ - name: deacon_build_database
+ owner: iuc
+
+# DEEPTOOLS
+
+ - name: deeptools_alignmentsieve
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_bam_compare
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_bam_coverage
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_bam_pe_fragmentsize
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_bigwig_compare
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_compute_gc_bias
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_compute_matrix
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_compute_matrix_operations
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_correct_gc_bias
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_estimatereadfiltering
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_multi_bam_summary
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_multi_bigwig_summary
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_correlation
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_coverage
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_enrichment
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_fingerprint
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_heatmap
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_pca
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_plot_profile
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+ - name: deeptools_bigwig_average
+ owner: bgruening
+ tool_panel_section_label: deepTools
+
+
+# EXTRACT_GENOMIC_DNA
+
+ - name: extract_genomic_dna
+ owner: iuc
+ tool_panel_section_id: fetch_sequences___alignments
+
+
+# METABOLOMICS
+ - name: gem_phenotype_phase_plane
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_knockout
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_flux_variability_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: mzmine_batch
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+# METABOLOMICS DIMET
+
+ - name: dimet_abundance_plot
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_differential_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_differential_multigroup_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_enrichment_plot
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_isotopologues_plot
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_metabologram
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_pca_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_pca_plot
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_timecourse_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: dimet_bivariate_analysis
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+# METABOLOMICS TRACEGROOMER
+
+ - name: tracegroomer
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_extract_exchange
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_flux_distribution
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_escher_visualization
+ owner: iuc
+ tool_panel_section_label: Metabolomics
+
+ - name: gem_check_memote
+ owner: iuc
+ tool_panel_section_label: Metabolomics
diff --git a/man/TUTORIAL_galaxy.md b/man/TUTORIAL_galaxy.md
new file mode 100644
index 0000000..e69de29
diff --git a/man/docstring/mcds.__init__.md b/man/docstring/mcds.__init__.md
index 944d9ff..36ba331 100644
--- a/man/docstring/mcds.__init__.md
+++ b/man/docstring/mcds.__init__.md
@@ -3,59 +3,59 @@
## input:
```
- xmlfile: string
- name of the xml file with or without path.
- in the with path case, output_path has to be set to the default!
+ xmlfile: string
+ name of the xml file with or without path.
+ in the with path case, output_path has to be set to the default!
- output_path: string; default '.'
- relative or absolute path to the directory where
- the PhysiCell output files are stored.
+ output_path: string; default '.'
+ relative or absolute path to the directory where
+ the PhysiCell output files are stored.
- custom_data_type: dictionary; default is {}
- variable to specify custom_data variable types other than
- floats (namely: int, bool, str) like this: {var: dtype, ...}.
- downstream float and int will be handled as numeric,
- bool as Boolean, and str as categorical data.
+ custom_data_type: dictionary; default is {}
+ variable to specify custom_data variable types other than
+ floats (namely: int, bool, str) like this: {var: dtype, ...}.
+ downstream float and int will be handled as numeric,
+ bool as Boolean, and str as categorical data.
- microenv: boole; default True
- should the microenvironment data be loaded?
- setting microenv to False will use less memory and speed up processing.
+ microenv: boole; default True
+ should the microenvironment data be loaded?
+ setting microenv to False will use less memory and speed up processing.
- graph: boole; default True
- should the graphs, like cell_neighbor_graph.txt, be loaded?
- setting graph to False will use less memory and speed up processing.
+ graph: boole; default True
+ should the graphs, like cell_neighbor_graph.txt, be loaded?
+ setting graph to False will use less memory and speed up processing.
- physiboss: boole; default True
- should physiboss state data be loaded, if found?
- setting physiboss to False will use less memory and speed up processing.
+ physiboss: boole; default True
+ should physiboss state data be loaded, if found?
+ setting physiboss to False will use less memory and speed up processing.
- settingxml: string; default False
- the settings.xml that is loaded, from which the cell type ID
- label mapping, is extracted, if this information is not found
- in the output xml file.
- set to None or False if the xml file is missing!
+ settingxml: string; default False
+ the settings.xml that is loaded, from which the cell type ID
+ label mapping, is extracted, if this information is not found
+ in the output xml file.
+ set to None or False if the xml file is missing!
- verbose: boole; default True
- setting verbose to False for less text output, while processing.
+ verbose: boole; default True
+ setting verbose to False for less text output, while processing.
```
## output:
```
- mcds: TimeStep class instance
- all fetched content is stored at mcds.data.
+ mcds: TimeStep class instance
+ all fetched content is stored at mcds.data.
```
## description:
```
- TimeStep.__init__ will generate a class instance with a
- dictionary of dictionaries data structure that contains all
- output from a single PhysiCell model time step. furthermore,
- this class, and as such it's instances, offers functions
- to access the stored data.
- the code assumes that all related output files are stored in
- the same directory. data is loaded by reading the xml file
- for a particular time step and the therein referenced files.
-
+ TimeStep.__init__ will generate a class instance with a
+ dictionary of dictionaries data structure that contains all
+ output from a single PhysiCell model time step. furthermore,
+ this class, and as such it's instances, offers functions
+ to access the stored data.
+ the code assumes that all related output files are stored in
+ the same directory. data is loaded by reading the xml file
+ for a particular time step and the therein referenced files.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.custom_data_astype.md b/man/docstring/mcds.custom_data_astype.md
index 1ba1399..cf3bb8d 100644
--- a/man/docstring/mcds.custom_data_astype.md
+++ b/man/docstring/mcds.custom_data_astype.md
@@ -3,24 +3,24 @@
## input:
```
- custom_data_type: dictionary; default is {}
- variable to specify custom_data variable types other than
- floats (namely: int, bool, str) like this: {var: dtype, ...}.
- downstream float and int will be handled as numeric,
- bool as Boolean, and str as categorical data.
+ custom_data_type: dictionary; default is {}
+ variable to specify custom_data variable types other than
+ floats (namely: int, bool, str) like this: {var: dtype, ...}.
+ downstream float and int will be handled as numeric,
+ bool as Boolean, and str as categorical data.
```
## output:
```
- self.data['cell']['df_cell']:
- the dtype of columns as specified in the custom_data_type dictionary.
+ self.data['cell']['df_cell']:
+ the dtype of columns as specified in the custom_data_type dictionary.
```
## description:
```
- function to set the dtype of custom_data variables,
- even after the data is loaded.
-
+ function to set the dtype of custom_data variables,
+ even after the data is loaded.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_anndata.md b/man/docstring/mcds.get_anndata.md
index 02b03b3..502b5e9 100644
--- a/man/docstring/mcds.get_anndata.md
+++ b/man/docstring/mcds.get_anndata.md
@@ -3,41 +3,41 @@
## input:
```
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
-
- scale: string; default 'maxabs'
- specify how the data should be scaled.
- possible values are None, maxabs, minmax, std.
- for more input, check out: help(pcdl.scaler)
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
+
+ scale: string; default 'maxabs'
+ specify how the data should be scaled.
+ possible values are None, maxabs, minmax, std.
+ for more input, check out: help(pcdl.scaler)
```
## output:
```
- annmcds: anndata object
- for this one time step.
+ annmcds: anndata object
+ for this one time step.
```
## description:
```
- function to transform a mcds time step into an anndata object
- for downstream analysis.
-
+ function to transform a mcds time step into an anndata object
+ for downstream analysis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_attached_graph_dict.md b/man/docstring/mcds.get_attached_graph_dict.md
index 6c44cd1..4320940 100644
--- a/man/docstring/mcds.get_attached_graph_dict.md
+++ b/man/docstring/mcds.get_attached_graph_dict.md
@@ -8,13 +8,13 @@
## output:
```
- dei_graph: dictionary of sets of integers
- maps each cell ID to the attached connected cell IDs.
+ dei_graph: dictionary of sets of integers
+ maps each cell ID to the attached connected cell IDs.
```
## description:
```
- function returns the attached cell graph as a dictionary object.
-
+ function returns the attached cell graph as a dictionary object.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_cell_attribute_list.md b/man/docstring/mcds.get_cell_attribute_list.md
index cf4cdc1..4af1ebd 100644
--- a/man/docstring/mcds.get_cell_attribute_list.md
+++ b/man/docstring/mcds.get_cell_attribute_list.md
@@ -8,14 +8,14 @@
## output:
```
- ls_cellattr: list of strings
- alphabetically ordered list of all tracked cell attributes.
+ ls_cellattr: list of strings
+ alphabetically ordered list of all tracked cell attributes.
```
## description:
```
- function returns a list with all cell attribute labels,
- alphabetically ordered.
-
+ function returns a list with all cell attribute labels,
+ alphabetically ordered.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_cell_df.md b/man/docstring/mcds.get_cell_df.md
index 4f218bf..7ff6686 100644
--- a/man/docstring/mcds.get_cell_df.md
+++ b/man/docstring/mcds.get_cell_df.md
@@ -3,40 +3,40 @@
## input:
```
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates,
- time and runtime (wall time) will always be kept.
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates,
+ time and runtime (wall time) will always be kept.
```
## output:
```
- df_cell: pandas dataframe
- dataframe lists, one cell per row, all tracked variables
- values related to this cell. the variables are cell_position,
- mesh_center, and voxel coordinates, all cell_variables,
- all substrate rates and concentrations, and additional
- the surrounding cell density.
+ df_cell: pandas dataframe
+ dataframe lists, one cell per row, all tracked variables
+ values related to this cell. the variables are cell_position,
+ mesh_center, and voxel coordinates, all cell_variables,
+ all substrate rates and concentrations, and additional
+ the surrounding cell density.
```
## description:
```
- function returns a dataframe with a cell centric view
- of the simulation.
-
+ function returns a dataframe with a cell centric view
+ of the simulation.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_celltype_dict.md b/man/docstring/mcds.get_celltype_dict.md
index cf05f6e..4488027 100644
--- a/man/docstring/mcds.get_celltype_dict.md
+++ b/man/docstring/mcds.get_celltype_dict.md
@@ -8,14 +8,14 @@
## output:
```
- ds_celltype: dictionary of stings
- dictionary that maps cell_type IDs to labels.
+ ds_celltype: dictionary of stings
+ dictionary that maps cell_type IDs to labels.
```
## description:
```
- function returns a dictionary that maps ID and name from all
- cell_definitions, specified in the PhysiCell_settings.xml file.
-
+ function returns a dictionary that maps ID and name from all
+ cell_definitions, specified in the PhysiCell_settings.xml file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_celltype_list.md b/man/docstring/mcds.get_celltype_list.md
index 39e2ca8..8065bc8 100644
--- a/man/docstring/mcds.get_celltype_list.md
+++ b/man/docstring/mcds.get_celltype_list.md
@@ -8,14 +8,14 @@
## output:
```
- ls_celltype: list of strings
- by ID ordered list of all tracked celltype labels.
+ ls_celltype: list of strings
+ by ID ordered list of all tracked celltype labels.
```
## description:
```
- function returns a list with all celltype labels,
- ordered by cell_type ID.
-
+ function returns a list with all celltype labels,
+ ordered by cell_type ID.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_conc_df.md b/man/docstring/mcds.get_conc_df.md
index 2f64e25..11f6959 100644
--- a/man/docstring/mcds.get_conc_df.md
+++ b/man/docstring/mcds.get_conc_df.md
@@ -3,49 +3,49 @@
## input:
```
- z_slice: floating point number; default is None
- z-axis position to slice a 2D xy-plain out of the
- 3D substrate concentration mesh. if None the
- whole 3D mesh will be returned.
-
- halt: boolean; default is False
- should program execution break or just spit out a warning,
- if z_slice position is not an exact mesh center coordinate?
- if False, z_slice will be adjusted to the nearest
- mesh center value, the smaller one, if the coordinate
- lies on a saddle point.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
+ z_slice: floating point number; default is None
+ z-axis position to slice a 2D xy-plain out of the
+ 3D substrate concentration mesh. if None the
+ whole 3D mesh will be returned.
+
+ halt: boolean; default is False
+ should program execution break or just spit out a warning,
+ if z_slice position is not an exact mesh center coordinate?
+ if False, z_slice will be adjusted to the nearest
+ mesh center value, the smaller one, if the coordinate
+ lies on a saddle point.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
```
## output:
```
- df_conc : pandas dataframe
- dataframe stores all substrate concentrations in each voxel.
+ df_conc : pandas dataframe
+ dataframe stores all substrate concentrations in each voxel.
```
## description:
```
- function returns a dataframe with concentration values
- for all chemical species in all voxels. additionally, this
- dataframe lists voxel and mesh center coordinates.
-
+ function returns a dataframe with concentration values
+ for all chemical species in all voxels. additionally, this
+ dataframe lists voxel and mesh center coordinates.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh.md b/man/docstring/mcds.get_mesh.md
index 3f3e702..10e4416 100644
--- a/man/docstring/mcds.get_mesh.md
+++ b/man/docstring/mcds.get_mesh.md
@@ -3,26 +3,26 @@
## input:
```
- flat : bool; default False
- if flat is True, only the m-axis mesh center
- and n-axis mesh center meshgrids will be returned.
- else the m, n, and p mesh center meshgrids will be returned.
+ flat : bool; default False
+ if flat is True, only the m-axis mesh center
+ and n-axis mesh center meshgrids will be returned.
+ else the m, n, and p mesh center meshgrids will be returned.
```
## output:
```
- aar_meshgrid : 4-way (3D) or 3-way (2D) numpy arrays tensor of floating point numbers
- meshgrid shaped object, with the mesh center
- coordinate values from the m, n, p-axis or m, n-axis.
+ aar_meshgrid : 4-way (3D) or 3-way (2D) numpy arrays tensor of floating point numbers
+ meshgrid shaped object, with the mesh center
+ coordinate values from the m, n, p-axis or m, n-axis.
```
## description:
```
- function returns a numpy array of meshgrids each of which stores
- the mesh center coordinate values from one particular axis.
- the function can either return meshgrids for the full
- m, n, p 3D cube, or only the 2D planes along the p-axis.
-
+ function returns a numpy array of meshgrids each of which stores
+ the mesh center coordinate values from one particular axis.
+ the function can either return meshgrids for the full
+ m, n, p 3D cube, or only the 2D planes along the p-axis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_2D.md b/man/docstring/mcds.get_mesh_2D.md
index 4a8e3c0..76d57ed 100644
--- a/man/docstring/mcds.get_mesh_2D.md
+++ b/man/docstring/mcds.get_mesh_2D.md
@@ -8,15 +8,15 @@
## output:
```
- aar_meshgrid : 3-way numpy arrays tensor of floating point numbers
- meshgrid shaped objects, with the mesh center
- coordinate values from the m and n-axis.
+ aar_meshgrid : 3-way numpy arrays tensor of floating point numbers
+ meshgrid shaped objects, with the mesh center
+ coordinate values from the m and n-axis.
```
## description:
```
- function is identical to the self.get_mesh(self, flat=True)
- function call.
-
+ function is identical to the self.get_mesh(self, flat=True)
+ function call.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_coordinate.md b/man/docstring/mcds.get_mesh_coordinate.md
index 7cef386..502eb7c 100644
--- a/man/docstring/mcds.get_mesh_coordinate.md
+++ b/man/docstring/mcds.get_mesh_coordinate.md
@@ -8,14 +8,14 @@
## output:
```
- aar_meshaxis : numpy array of 3 one dimensional numpy floating point number arrays
- n, m, and p-axis mesh center coordinate vectors.
+ aar_meshaxis : numpy array of 3 one dimensional numpy floating point number arrays
+ n, m, and p-axis mesh center coordinate vectors.
```
## description:
```
- function returns three vectors with mesh center coordinate values,
- one for each axis.
-
+ function returns three vectors with mesh center coordinate values,
+ one for each axis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_mnp.md b/man/docstring/mcds.get_mesh_mnp.md
index 580a9e1..64fd5b7 100644
--- a/man/docstring/mcds.get_mesh_mnp.md
+++ b/man/docstring/mcds.get_mesh_mnp.md
@@ -3,32 +3,32 @@
## input:
```
- x: floating point number
- position x-coordinate.
+ x: floating point number
+ position x-coordinate.
- y: floating point number
- position y-coordinate.
+ y: floating point number
+ position y-coordinate.
- z: floating point number
- position z-coordinate.
+ z: floating point number
+ position z-coordinate.
- is_in_mesh: boolean; default is True
- should function check, if the given coordinate is in the mesh,
- and only calculate ijk values if is so?
+ is_in_mesh: boolean; default is True
+ should function check, if the given coordinate is in the mesh,
+ and only calculate ijk values if is so?
```
## output:
```
- lr_mnp : list of 3 floats
- m, n, p indices for the mesh center,
- for the mesh cell containing the x, y, z position.
+ lr_mnp : list of 3 floats
+ m, n, p indices for the mesh center,
+ for the mesh cell containing the x, y, z position.
```
## description:
```
- function returns the meshgrid indices m, n, p
- for the given position x, y, z.
-
+ function returns the meshgrid indices m, n, p
+ for the given position x, y, z.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_mnp_axis.md b/man/docstring/mcds.get_mesh_mnp_axis.md
index 3612169..25445e4 100644
--- a/man/docstring/mcds.get_mesh_mnp_axis.md
+++ b/man/docstring/mcds.get_mesh_mnp_axis.md
@@ -8,14 +8,14 @@
## output:
```
- lar_mnp : list of 3 numpy arrays of floating point numbers
- m-axis, n-axis, and p-axis mesh center axis coordinates.
+ lar_mnp : list of 3 numpy arrays of floating point numbers
+ m-axis, n-axis, and p-axis mesh center axis coordinates.
```
## description:
```
- function returns a list of mesh center vectors,
- one for the m-axis, n-axis, and p-axis.
-
+ function returns a list of mesh center vectors,
+ one for the m-axis, n-axis, and p-axis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_mnp_range.md b/man/docstring/mcds.get_mesh_mnp_range.md
index 19755d0..edd45bc 100644
--- a/man/docstring/mcds.get_mesh_mnp_range.md
+++ b/man/docstring/mcds.get_mesh_mnp_range.md
@@ -8,14 +8,14 @@
## output:
```
- ltr_mnp : list of tuple of 2 floating point numbers
- m-axis, n-axis, and p-axis mesh center range.
+ ltr_mnp : list of tuple of 2 floating point numbers
+ m-axis, n-axis, and p-axis mesh center range.
```
## description:
```
- function returns in a list of tuples the lowest and highest
- m-axis, n-axis, and p-axis mesh center value.
-
+ function returns in a list of tuples the lowest and highest
+ m-axis, n-axis, and p-axis mesh center value.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_mesh_spacing.md b/man/docstring/mcds.get_mesh_spacing.md
index 54cfb3c..f35828b 100644
--- a/man/docstring/mcds.get_mesh_spacing.md
+++ b/man/docstring/mcds.get_mesh_spacing.md
@@ -8,14 +8,14 @@
## output:
```
- lr_mnp_spacing: list of 3 floating point numbers
- mesh spacing in m, n, and p direction.
+ lr_mnp_spacing: list of 3 floating point numbers
+ mesh spacing in m, n, and p direction.
```
## description:
```
- function returns the distance in between mesh centers,
- in the spacial unit defined in the PhysiCell_settings.xml file.
-
+ function returns the distance in between mesh centers,
+ in the spacial unit defined in the PhysiCell_settings.xml file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_multicellds_version.md b/man/docstring/mcds.get_multicellds_version.md
index f03bcc0..f17173f 100644
--- a/man/docstring/mcds.get_multicellds_version.md
+++ b/man/docstring/mcds.get_multicellds_version.md
@@ -8,14 +8,14 @@
## output:
```
- s_version : sting
- MultiCellDS xml version that stored the data.
+ s_version : sting
+ MultiCellDS xml version that stored the data.
```
## description:
```
- function returns as a string the MultiCellDS xml version
- that was used to store this data.
-
+ function returns as a string the MultiCellDS xml version
+ that was used to store this data.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_muspan.md b/man/docstring/mcds.get_muspan.md
index 4470097..39cb28a 100644
--- a/man/docstring/mcds.get_muspan.md
+++ b/man/docstring/mcds.get_muspan.md
@@ -3,42 +3,42 @@
## input:
```
- z_slice: floating point number; default is None
- z-axis position to slice a 2D xy-plain out of the
- 3D mesh. if None the whole 3D mesh will be returned.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
+ z_slice: floating point number; default is None
+ z-axis position to slice a 2D xy-plain out of the
+ 3D mesh. if None the whole 3D mesh will be returned.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
```
## output:
```
- do_domain: dictionary of muspa domains, one for each z-layer.
+ do_domain: dictionary of muspa domains, one for each z-layer.
```
## description:
```
- function returns a dictionary of muspa domains, containg a
- cell and subs collection with disrcete and continuous labels
- and all the graph as networks.
- + https://www.muspan.co.uk
- + https://docs.muspan.co.uk/latest/Documentation.html
-
+ function returns a dictionary of muspa domains, containg a
+ cell and subs collection with disrcete and continuous labels
+ and all the graph as networks.
+ + https://www.muspan.co.uk
+ + https://docs.muspan.co.uk/latest/Documentation.html
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_neighbor_graph_dict.md b/man/docstring/mcds.get_neighbor_graph_dict.md
index 6fb68c4..76e1bf8 100644
--- a/man/docstring/mcds.get_neighbor_graph_dict.md
+++ b/man/docstring/mcds.get_neighbor_graph_dict.md
@@ -8,13 +8,13 @@
## output:
```
- dei_graph: dictionary of sets of integers
- maps each cell ID to the connected neighbor cell IDs.
+ dei_graph: dictionary of sets of integers
+ maps each cell ID to the connected neighbor cell IDs.
```
## description:
```
- function returns the cell neighbor graph as a dictionary object.
-
+ function returns the cell neighbor graph as a dictionary object.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_pcdl_version.md b/man/docstring/mcds.get_pcdl_version.md
index d0e9977..274901e 100644
--- a/man/docstring/mcds.get_pcdl_version.md
+++ b/man/docstring/mcds.get_pcdl_version.md
@@ -8,15 +8,15 @@
## output:
```
- s_version : sting
- physicell data loader version that was used
- to loaded the data.
+ s_version : sting
+ physicell data loader version that was used
+ to loaded the data.
```
## description:
```
- function returns as a string the physicell data loader version
- that was used to load the mcds time step.
-
+ function returns as a string the physicell data loader version
+ that was used to load the mcds time step.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_physicell_version.md b/man/docstring/mcds.get_physicell_version.md
index c8f4f8d..3850a01 100644
--- a/man/docstring/mcds.get_physicell_version.md
+++ b/man/docstring/mcds.get_physicell_version.md
@@ -8,14 +8,14 @@
## output:
```
- s_version : sting
- PhysiCell version that generated the data.
+ s_version : sting
+ PhysiCell version that generated the data.
```
## description:
```
- function returns as a string the PhysiCell version
- that was used to generate this data.
-
+ function returns as a string the PhysiCell version
+ that was used to generate this data.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_runtime.md b/man/docstring/mcds.get_runtime.md
index d5b2738..a2b655d 100644
--- a/man/docstring/mcds.get_runtime.md
+++ b/man/docstring/mcds.get_runtime.md
@@ -8,14 +8,14 @@
## output:
```
- r_time : floating point number
- wall time in [sec].
+ r_time : floating point number
+ wall time in [sec].
```
## description:
```
- function returns as a real number, the wall time in seconds
- the simulation took to run up to this time step.
-
+ function returns as a real number, the wall time in seconds
+ the simulation took to run up to this time step.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_spatialdata.md b/man/docstring/mcds.get_spatialdata.md
index bb817e1..6da58cf 100644
--- a/man/docstring/mcds.get_spatialdata.md
+++ b/man/docstring/mcds.get_spatialdata.md
@@ -3,59 +3,59 @@
## input:
```
- images: set of string; default {'subs'}
- specify if from the subs or cell dataset
- a multichannel image should be generate.
- so far, only the subs image element is implemented.
-
- labels: set of strings; default is an empty set
- specify if from the subs or cell dataset
- a label element should be generated.
- so far, neither subs nor cell label elements are implemented.
-
- points: set of string; default {'subs'}
- specify if from the subs or cell dataset
- a points element should be generated.
- both, subs and cell point elements, are implemented.
-
- shapes: set of string; default {'cell'}
- specify if from the subs or cell dataset
- a shape element should be generated.
- so far, only the cell shape element is implemented.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
-
- scale: string; default 'maxabs'
- specify how the data should be scaled.
- possible values are None, maxabs, minmax, std.
- for more input, check out: help(pcdl.scaler)
+ images: set of string; default {'subs'}
+ specify if from the subs or cell dataset
+ a multichannel image should be generate.
+ so far, only the subs image element is implemented.
+
+ labels: set of strings; default is an empty set
+ specify if from the subs or cell dataset
+ a label element should be generated.
+ so far, neither subs nor cell label elements are implemented.
+
+ points: set of string; default {'subs'}
+ specify if from the subs or cell dataset
+ a points element should be generated.
+ both, subs and cell point elements, are implemented.
+
+ shapes: set of string; default {'cell'}
+ specify if from the subs or cell dataset
+ a shape element should be generated.
+ so far, only the cell shape element is implemented.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
+
+ scale: string; default 'maxabs'
+ specify how the data should be scaled.
+ possible values are None, maxabs, minmax, std.
+ for more input, check out: help(pcdl.scaler)
```
## output:
```
- self.l_sdmcds: list of spatialdata objects.
+ self.l_sdmcds: list of spatialdata objects.
```
## description:
```
- function to transform a mcds time step into
- a spatialdata object for downstream analysis.
-
+ function to transform a mcds time step into
+ a spatialdata object for downstream analysis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_spring_graph_dict.md b/man/docstring/mcds.get_spring_graph_dict.md
index 1227ae6..c83ffaa 100644
--- a/man/docstring/mcds.get_spring_graph_dict.md
+++ b/man/docstring/mcds.get_spring_graph_dict.md
@@ -8,13 +8,13 @@
## output:
```
- dei_graph: dictionary of sets of integers
- maps each cell ID to the attached connected cell IDs.
+ dei_graph: dictionary of sets of integers
+ maps each cell ID to the attached connected cell IDs.
```
## description:
```
- function returns the attached spring cell graph as a dictionary object.
-
+ function returns the attached spring cell graph as a dictionary object.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_substrate_df.md b/man/docstring/mcds.get_substrate_df.md
index a2f66cc..99ada78 100644
--- a/man/docstring/mcds.get_substrate_df.md
+++ b/man/docstring/mcds.get_substrate_df.md
@@ -8,15 +8,15 @@
## output:
```
- df_substrae: pandas dataframe
- one substrate per row and decay_rate and difusion_coefficient
- factors as columns.
+ df_substrae: pandas dataframe
+ one substrate per row and decay_rate and difusion_coefficient
+ factors as columns.
```
## description:
```
- function returns a dataframe with each substrate's
- decay_rate and difusion_coefficient.
-
+ function returns a dataframe with each substrate's
+ decay_rate and difusion_coefficient.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_substrate_dict.md b/man/docstring/mcds.get_substrate_dict.md
index 261c3ff..22a316d 100644
--- a/man/docstring/mcds.get_substrate_dict.md
+++ b/man/docstring/mcds.get_substrate_dict.md
@@ -8,15 +8,15 @@
## output:
```
- ds_substrate: dictionary of stings
- dictionary that maps substrate IDs to labels.
+ ds_substrate: dictionary of stings
+ dictionary that maps substrate IDs to labels.
```
## description:
```
- function returns a dictionary that maps ID and name from all
- microenvironment_setup variables,
- specified in the PhysiCell_settings.xml file.
-
+ function returns a dictionary that maps ID and name from all
+ microenvironment_setup variables,
+ specified in the PhysiCell_settings.xml file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_substrate_list.md b/man/docstring/mcds.get_substrate_list.md
index 9939757..d5f0b19 100644
--- a/man/docstring/mcds.get_substrate_list.md
+++ b/man/docstring/mcds.get_substrate_list.md
@@ -8,14 +8,14 @@
## output:
```
- ls_substrate: list of stings
- by ID ordered list of all tracked substrates.
+ ls_substrate: list of stings
+ by ID ordered list of all tracked substrates.
```
## description:
```
- function returns all chemical species names, modeled
- in the microenvironment, ordered by chemical species ID.
-
+ function returns all chemical species names, modeled
+ in the microenvironment, ordered by chemical species ID.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_time.md b/man/docstring/mcds.get_time.md
index 4aad8c4..6c08eac 100644
--- a/man/docstring/mcds.get_time.md
+++ b/man/docstring/mcds.get_time.md
@@ -8,14 +8,14 @@
## output:
```
- r_time : floating point number
- simulation time in [min].
+ r_time : floating point number
+ simulation time in [min].
```
## description:
```
- function returns as a real number
- the simulation time in minutes.
-
+ function returns as a real number
+ the simulation time in minutes.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_timestamp.md b/man/docstring/mcds.get_timestamp.md
index 849ced9..4b162da 100644
--- a/man/docstring/mcds.get_timestamp.md
+++ b/man/docstring/mcds.get_timestamp.md
@@ -8,14 +8,14 @@
## output:
```
- s_timestap : sting
- timestamp from when this data was generated.
+ s_timestap : sting
+ timestamp from when this data was generated.
```
## description:
```
- function returns as a string the timestamp from when
- this data was generated.
-
+ function returns as a string the timestamp from when
+ this data was generated.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_unit_dict.md b/man/docstring/mcds.get_unit_dict.md
index 046505b..4d8574d 100644
--- a/man/docstring/mcds.get_unit_dict.md
+++ b/man/docstring/mcds.get_unit_dict.md
@@ -8,15 +8,15 @@
## output:
```
- ds_unit: dictionary
- dictionary, which tracks units from cell and microenvironment
- variables.
+ ds_unit: dictionary
+ dictionary, which tracks units from cell and microenvironment
+ variables.
```
## description:
```
- function returns a dictionary that stores all tracked variables
- and their units.
-
+ function returns a dictionary that stores all tracked variables
+ and their units.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_voxel_ijk.md b/man/docstring/mcds.get_voxel_ijk.md
index c0365ac..3cb4e21 100644
--- a/man/docstring/mcds.get_voxel_ijk.md
+++ b/man/docstring/mcds.get_voxel_ijk.md
@@ -3,32 +3,32 @@
## input:
```
- x: floating point number
- position x-coordinate.
+ x: floating point number
+ position x-coordinate.
- y: floating point number
- position y-coordinate.
+ y: floating point number
+ position y-coordinate.
- z: floating point number
- position z-coordinate.
+ z: floating point number
+ position z-coordinate.
- is_in_mesh: boolean; default is True
- should function check, if the given coordinate is in the mesh,
- and only calculate ijk values if is so?
+ is_in_mesh: boolean; default is True
+ should function check, if the given coordinate is in the mesh,
+ and only calculate ijk values if is so?
```
## output:
```
- li_ijk : list of 3 integers
- i, j, k indices for the voxel
- containing the x, y, z position.
+ li_ijk : list of 3 integers
+ i, j, k indices for the voxel
+ containing the x, y, z position.
```
## description:
```
- function returns the meshgrid indices i, j, k
- for the given position x, y, z.
-
+ function returns the meshgrid indices i, j, k
+ for the given position x, y, z.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_voxel_ijk_axis.md b/man/docstring/mcds.get_voxel_ijk_axis.md
index f9a5588..0946b0a 100644
--- a/man/docstring/mcds.get_voxel_ijk_axis.md
+++ b/man/docstring/mcds.get_voxel_ijk_axis.md
@@ -8,14 +8,14 @@
## output:
```
- lai_ijk : list of 3 numpy arrays of integer numbers
- i-axis, j-axis, and k-axis voxel coordinates axis.
+ lai_ijk : list of 3 numpy arrays of integer numbers
+ i-axis, j-axis, and k-axis voxel coordinates axis.
```
## description:
```
- function returns a list of voxel coordinate vectors,
- one for the i-axis, j-axis, and k-axis.
-
+ function returns a list of voxel coordinate vectors,
+ one for the i-axis, j-axis, and k-axis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_voxel_ijk_range.md b/man/docstring/mcds.get_voxel_ijk_range.md
index db5c311..4bfa46a 100644
--- a/man/docstring/mcds.get_voxel_ijk_range.md
+++ b/man/docstring/mcds.get_voxel_ijk_range.md
@@ -8,14 +8,14 @@
## output:
```
- lti_i : list of tuple of 2 integer numbers
- i-axis, j-aixs, and k-axis voxel range.
+ lti_i : list of tuple of 2 integer numbers
+ i-axis, j-aixs, and k-axis voxel range.
```
## description:
```
- function returns in a list of tuples the lowest and highest
- i-axis, j-axis, and k-axis voxel value.
-
+ function returns in a list of tuples the lowest and highest
+ i-axis, j-axis, and k-axis voxel value.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_voxel_spacing.md b/man/docstring/mcds.get_voxel_spacing.md
index b90195c..662703f 100644
--- a/man/docstring/mcds.get_voxel_spacing.md
+++ b/man/docstring/mcds.get_voxel_spacing.md
@@ -8,14 +8,14 @@
## output:
```
- lr_ijk_spacing: list of 3 floating point numbers
- voxel spacing in i, j, and k directions.
+ lr_ijk_spacing: list of 3 floating point numbers
+ voxel spacing in i, j, and k directions.
```
## description:
```
- function returns the voxel width, height, depth measurement,
- in the spacial unit defined in the PhysiCell_settings.xml file.
-
+ function returns the voxel width, height, depth measurement,
+ in the spacial unit defined in the PhysiCell_settings.xml file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_voxel_volume.md b/man/docstring/mcds.get_voxel_volume.md
index a08aa3b..2ce2b6a 100644
--- a/man/docstring/mcds.get_voxel_volume.md
+++ b/man/docstring/mcds.get_voxel_volume.md
@@ -8,15 +8,15 @@
## output:
```
- r_volume: floating point number
- voxel volume value related to the spacial unit
- defined in the PhysiCell_settings.xml file.
+ r_volume: floating point number
+ voxel volume value related to the spacial unit
+ defined in the PhysiCell_settings.xml file.
```
## description:
```
- function returns the volume value for a single voxel, related
- to the spacial unit defined in the PhysiCell_settings.xml file.
-
+ function returns the volume value for a single voxel, related
+ to the spacial unit defined in the PhysiCell_settings.xml file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.get_xyz_range.md b/man/docstring/mcds.get_xyz_range.md
index 063c254..79825ae 100644
--- a/man/docstring/mcds.get_xyz_range.md
+++ b/man/docstring/mcds.get_xyz_range.md
@@ -8,14 +8,14 @@
## output:
```
- ltr_xyz : list of tuple of 2 floating point numbers
- x-axis, y-axis, and z-axis position range.
+ ltr_xyz : list of tuple of 2 floating point numbers
+ x-axis, y-axis, and z-axis position range.
```
## description:
```
- function returns in a list of tuples the lowest and highest
- x-axis, y-axis, and z-axis position value.
-
+ function returns in a list of tuples the lowest and highest
+ x-axis, y-axis, and z-axis position value.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.is_in_mesh.md b/man/docstring/mcds.is_in_mesh.md
index a0ed0c2..ab7fc06 100644
--- a/man/docstring/mcds.is_in_mesh.md
+++ b/man/docstring/mcds.is_in_mesh.md
@@ -3,33 +3,33 @@
## input:
```
- x: floating point number
- position x-coordinate.
+ x: floating point number
+ position x-coordinate.
- y: floating point number
- position y-coordinate.
+ y: floating point number
+ position y-coordinate.
- z: floating point number
- position z-coordinate.
+ z: floating point number
+ position z-coordinate.
- halt: boolean; default is False
- should program execution break or just spit out a warning,
- if position is not in mesh?
+ halt: boolean; default is False
+ should program execution break or just spit out a warning,
+ if position is not in mesh?
```
## output:
```
- b_isinmesh: boolean
- declares if the given coordinate is inside the mesh.
+ b_isinmesh: boolean
+ declares if the given coordinate is inside the mesh.
```
## description:
```
- function evaluates if the given position coordinate
- is inside the boundaries. if the coordinate is outside the
- mesh, a warning will be printed. if additionally
- halt is set to True, program execution will halt.
-
+ function evaluates if the given position coordinate
+ is inside the boundaries. if the coordinate is outside the
+ mesh, a warning will be printed. if additionally
+ halt is set to True, program execution will halt.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.make_cell_vtk.md b/man/docstring/mcds.make_cell_vtk.md
index 25e08ef..1940864 100644
--- a/man/docstring/mcds.make_cell_vtk.md
+++ b/man/docstring/mcds.make_cell_vtk.md
@@ -3,27 +3,27 @@
## input:
```
- attribute: list of strings; default is ['cell_type']
- column name within cell dataframe.
+ attribute: list of strings; default is ['cell_type']
+ column name within cell dataframe.
- ext: string; default '_cell.vtp'.
- file extension.
+ ext: string; default '_cell.vtp'.
+ file extension.
```
## output:
```
- s_vtkpathfile: vtk 3D glyph polynomial data file that contains cells.
+ s_vtkpathfile: vtk 3D glyph polynomial data file that contains cells.
```
## description:
```
- function that generates vtk 3D glyph polynomial data file for cells.
- cells can have specified attributes like cell_type,
- pressure, dead, etc.
- you can post-process this file in other software like paraview.
+ function that generates vtk 3D glyph polynomial data file for cells.
+ cells can have specified attributes like cell_type,
+ pressure, dead, etc.
+ you can post-process this file in other software like paraview.
+
+ https://www.paraview.org/
- https://www.paraview.org/
-
```
\ No newline at end of file
diff --git a/man/docstring/mcds.make_conc_vtk.md b/man/docstring/mcds.make_conc_vtk.md
index 5b01303..3e170d3 100644
--- a/man/docstring/mcds.make_conc_vtk.md
+++ b/man/docstring/mcds.make_conc_vtk.md
@@ -3,24 +3,24 @@
## input:
```
- ext: string; default '_conc.vtr'.
- file extension.
+ ext: string; default '_conc.vtr'.
+ file extension.
```
## output:
```
- s_vtkpathfile: vtk rectilinear grid file that contains
- 3D distributions of all substrates over the microenvironment.
+ s_vtkpathfile: vtk rectilinear grid file that contains
+ 3D distributions of all substrates over the microenvironment.
```
## description:
```
- function generates a vtk rectilinear grid file that contains
- distribution of all substrates over microenvironment.
- you can post-process this file in other software like paraview.
+ function generates a vtk rectilinear grid file that contains
+ distribution of all substrates over microenvironment.
+ you can post-process this file in other software like paraview.
+
+ https://www.paraview.org/
- https://www.paraview.org/
-
```
\ No newline at end of file
diff --git a/man/docstring/mcds.make_graph_gml.md b/man/docstring/mcds.make_graph_gml.md
index d3dd4f1..eb53573 100644
--- a/man/docstring/mcds.make_graph_gml.md
+++ b/man/docstring/mcds.make_graph_gml.md
@@ -3,42 +3,42 @@
## input:
```
- graph_type: string
- to specify which physicell output data should be processed.
- neighbor, touch: processes mcds.get_neighbor_graph_dict dictionary.
- attached: processes mcds.get_attached_graph_dict dictionary.
- spring: processes mcds.get_spring_graph_dict dictionary.
+ graph_type: string
+ to specify which physicell output data should be processed.
+ neighbor, touch: processes mcds.get_neighbor_graph_dict dictionary.
+ attached: processes mcds.get_attached_graph_dict dictionary.
+ spring: processes mcds.get_spring_graph_dict dictionary.
- edge_attribute: boolean; default True
- specifies if the spatial Euclidean distance is used for
- edge attribute, to generate a weighted graph.
+ edge_attribute: boolean; default True
+ specifies if the spatial Euclidean distance is used for
+ edge attribute, to generate a weighted graph.
- node_attribute: list of strings; default is empty list
- list of mcds.get_cell_df dataframe columns, used for
- node attributes.
+ node_attribute: list of strings; default is empty list
+ list of mcds.get_cell_df dataframe columns, used for
+ node attributes.
```
## output:
```
- gml file, generated under the returned path.
+ gml file, generated under the returned path.
```
## description:
```
- function to generate graph files in the gml graph modelling language
- standard format.
-
- gml was the outcome of an initiative that started at
- the international symposium on graph drawing 1995 in Passau
- and ended at Graph Drawing 1996 in Berkeley. the networkx python
- and igraph C and python libraries for graph analysis are
- gml compatible and can as such read and write this file format.
-
- https://en.wikipedia.org/wiki/Graph_Modelling_Language
- https://github.com/elmbeech/physicelldataloader/blob/master/man/publication/himsolt1996gml_a_portable_graph_file_format.pdf
- https://networkx.org/
- https://igraph.org/
-
+ function to generate graph files in the gml graph modelling language
+ standard format.
+
+ gml was the outcome of an initiative that started at
+ the international symposium on graph drawing 1995 in Passau
+ and ended at Graph Drawing 1996 in Berkeley. the networkx python
+ and igraph C and python libraries for graph analysis are
+ gml compatible and can as such read and write this file format.
+
+ https://en.wikipedia.org/wiki/Graph_Modelling_Language
+ https://github.com/elmbeech/physicelldataloader/blob/master/man/publication/himsolt1996gml_a_portable_graph_file_format.pdf
+ https://networkx.org/
+ https://igraph.org/
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.make_ome_tiff.md b/man/docstring/mcds.make_ome_tiff.md
index 9d78c3a..6b0974c 100644
--- a/man/docstring/mcds.make_ome_tiff.md
+++ b/man/docstring/mcds.make_ome_tiff.md
@@ -3,48 +3,48 @@
## input:
```
- cell_attribute: strings; default is 'ID', which will result in a
- cell segmentation mask.
- column name within the cell dataframe.
- the column data type has to be numeric (bool, int, float)
- and cannot be string.
- the result will be stored as 32 bit float.
-
- conc_cutoff: dictionary string to real; default is an empty dictionary.
- if a contour from a substrate not should be cut by greater
- than zero (shifted to integer 1), another cutoff value can be
- specified here.
-
- focus: set of strings; default is a None
- set of substrate and cell_type names to specify what will be
- translated into ome tiff format.
- if None, all substrates and cell types will be processed.
-
- file: boolean; default True
- if True, an ome tiff file is the output.
- if False, a numpy array with shape czyx is the output.
+ cell_attribute: strings; default is 'ID', which will result in a
+ cell segmentation mask.
+ column name within the cell dataframe.
+ the column data type has to be numeric (bool, int, float)
+ and cannot be string.
+ the result will be stored as 32 bit float.
+
+ conc_cutoff: dictionary string to real; default is an empty dictionary.
+ if a contour from a substrate not should be cut by greater
+ than zero (shifted to integer 1), another cutoff value can be
+ specified here.
+
+ focus: set of strings; default is a None
+ set of substrate and cell_type names to specify what will be
+ translated into ome tiff format.
+ if None, all substrates and cell types will be processed.
+
+ file: boolean; default True
+ if True, an ome tiff file is the output.
+ if False, a numpy array with shape czyx is the output.
```
## output:
```
- a_tczyx_img: numpy array or ome tiff file.
+ a_tczyx_img: numpy array or ome tiff file.
```
## description:
```
- function to transform chosen mcds output into an 1[um] spaced
- czyx (channel, z-axis, y-axis, x-axis) ome tiff file or numpy array,
- one substrate or cell_type per channel.
- an ome tiff file is more or less:
- a numpy array, containing the image information
- and a xml, containing the microscopy metadata information,
- like the channel labels.
- the ome tiff file format can for example be read by the napari
- or fiji (imagej) software.
-
- https://napari.org/stable/
- https://fiji.sc/
-
+ function to transform chosen mcds output into an 1[um] spaced
+ czyx (channel, z-axis, y-axis, x-axis) ome tiff file or numpy array,
+ one substrate or cell_type per channel.
+ an ome tiff file is more or less:
+ a numpy array, containing the image information
+ and a xml, containing the microscopy metadata information,
+ like the channel labels.
+ the ome tiff file format can for example be read by the napari
+ or fiji (imagej) software.
+
+ https://napari.org/stable/
+ https://fiji.sc/
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.plot_contour.md b/man/docstring/mcds.plot_contour.md
index 8b2dd3a..b03867c 100644
--- a/man/docstring/mcds.plot_contour.md
+++ b/man/docstring/mcds.plot_contour.md
@@ -3,91 +3,96 @@
## input:
```
- focus: string
- column name within conc dataframe, for example substrate name.
-
- z_slice: floating point number; default is 0.0
- z-axis position to slice a 2D xy-plain out of the
- 3D substrate concentration mesh. if z_slice position
- is 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.
-
- vmin: floating point number; default is None
- color scale min value.
- None will take the min value found in the data.
-
- vmax: floating point number; default is None
- color scale max value.
- None will take the max value found in the data.
-
- alpha: floating point number; default is 1
- alpha channel transparency value
- between 1 (not transparent at all) and 0 (totally transparent).
-
- fill: boolean; default is True
- True generates a matplotlib contourf plot.
- False generates a matplotlib contour plot.
-
- cmap: string; default is viridis
- matplotlib color map color label.
- https://matplotlib.org/stable/tutorials/colors/colormaps.html
-
- title: string; default None
- possible plot title string.
-
- grid: boolean; default True
- should be plotted on a grid or on a blank page?
- True will plot on a grid.
-
- xlim: tuple of two floating point numbers; default is None
- to specify min and max x axis value.
- None will extract agreeable values from the data.
-
- ylim: tuple of two floating point numbers; default is None
- to specify min and max y axis value.
- None will extract agreeable values from the data.
-
- xyequal: boolean; default True
- to specify equal axis spacing for x and y axis.
-
- ax: matplotlib axis object; default setting is None
- the ax object, which will be used as a canvas for plotting.
- None will generate a figure and ax object from scratch.
-
- figsizepx: list of two integers; default is None
- size of the figure in pixels, (x, y).
- the given x and y will be rounded to the nearest even number,
- to be able to generate movies from the images.
- None tries to take the values from the initial.svg file.
- fall back setting is [640, 480].
-
- ext: string; default is None
- output image format. possible formats are jpeg, png, and tiff.
- None will return the matplotlib fig object.
-
- figbgcolor: string; default is None which is transparent (png)
- or white (jpeg, tiff).
- figure background color.
-
- **kwargs: possible additional keyword arguments input,
- handled by the matplotlib contour and contourf function.
- + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
- + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
+ focus: string
+ column name within conc dataframe, for example substrate name.
+
+ z_slice: floating point number; default is 0.0
+ z-axis position to slice a 2D xy-plain out of the
+ 3D substrate concentration mesh. if z_slice position
+ is 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.
+
+ vmin: floating point number; default is None
+ color scale min value.
+ None will take the min value found in the data.
+
+ vmax: floating point number; default is None
+ color scale max value.
+ None will take the max value found in the data.
+
+ alpha: floating point number; default is 1
+ alpha channel transparency value
+ between 1 (not transparent at all) and 0 (totally transparent).
+
+ fill: boolean; default is True
+ True generates a matplotlib contourf plot.
+ False generates a matplotlib contour plot.
+
+ cmap: string; default is viridis
+ matplotlib color map color label.
+ https://matplotlib.org/stable/tutorials/colors/colormaps.html
+
+ title: string; default None
+ possible plot title string.
+
+ grid: boolean; default True
+ should be plotted on a grid or on a blank page?
+ True will plot on a grid.
+
+ xlim: tuple of two floating point numbers; default is None
+ to specify min and max x axis value.
+ None will extract agreeable values from the data.
+
+ ylim: tuple of two floating point numbers; default is None
+ to specify min and max y axis value.
+ None will extract agreeable values from the data.
+
+ xyequal: boolean; default True
+ to specify equal axis spacing for x and y axis.
+
+ ax: matplotlib axis object; default setting is None
+ the ax object, which will be used as a canvas for plotting.
+ None will generate a figure and ax object from scratch.
+
+ figsizepx: list of two integers; default is None
+ size of the figure in pixels, (x, y).
+ the given x and y will be rounded to the nearest even number,
+ to be able to generate movies from the images.
+ None tries to take the values from the initial.svg file.
+ fall back setting is [640, 480].
+
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
+ ext: string; default is None
+ output image format. possible formats are jpeg, png, and tiff.
+ None will return the matplotlib fig object.
+
+ figbgcolor: string; default is None which is transparent (png)
+ or white (jpeg, tiff).
+ figure background color.
+
+ **kwargs: possible additional keyword arguments input,
+ handled by the matplotlib contour and contourf function.
+ + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
+ + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
```
## output:
```
- fig: matplotlib figure, depending on ext, either as object or as file.
- the figure containing the contour plot and color bar.
+ fig: matplotlib figure, depending on ext, either as object or as file.
+ the figure containing the contour plot and color bar.
```
## description:
```
- function returns a matplotlib contour (or contourf) plot,
- inclusive color bar, for the focus specified, either
- as matplotlib fig object or as jpeg, png, or tiff file.
-
+ function returns a matplotlib contour (or contourf) plot,
+ inclusive color bar, for the focus specified, either
+ as matplotlib fig object or as jpeg, png, or tiff file.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.plot_scatter.md b/man/docstring/mcds.plot_scatter.md
index 04daa67..1804789 100644
--- a/man/docstring/mcds.plot_scatter.md
+++ b/man/docstring/mcds.plot_scatter.md
@@ -3,113 +3,117 @@
## input:
```
- focus: string; default is 'cell_type'
- column name within cell dataframe.
-
- cat_drop: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be dropped for the dataframe.
- Attention: when the cat_keep parameter is given, then
- the cat_drop parameter has to be an empty set!
-
- cat_keep: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be kept in the dataframe.
-
- z_slice: floating point number; default is 0.0
- z-axis position to slice a 2D xy-plain out of the
- 3D substrate concentration mesh. if z_slice position
- is 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.
-
- z_axis: for a categorical focus: set of labels;
- for a numeric focus: tuple of two floats; default is None
- depending on the focus column variable dtype, default extracts
- labels or min and max values from data.
-
- alpha: floating point number; default is 1.0
- alpha channel transparency value
- between 1 (not transparent at all) and 0 (totally transparent).
-
- cmap: string or dictionary of strings or list of list of floats; default viridis.
- matplotlib colormap string. e.g viridis
- dictionary that maps labels to color or #hex strings. e.g. {'default': 'maroon'}
- dictionary that maps labels to list of rgb floats. e.g. {'default': [0.5,0.0,0.0]}
- https://matplotlib.org/stable/tutorials/colors/colormaps.html
-
- title: string; default None
- possible plot title string.
-
- grid: boolean default True.
- plot axis grid lines.
-
- legend_loc: string; default is 'lower left'.
- the location of the categorical legend, if applicable.
- possible strings are: best,
- upper right, upper center, upper left, center left,
- lower left, lower center, lower right, center right,
- center, None, and False.
-
- xlim: tuple of two floats; default is None
- x axis min and max value.
- default takes min and max from mesh x axis range.
-
- ylim: tuple of two floats; default is None
- y axis min and max value.
- default takes min and max from mesh y axis range.
-
- xyequal: boolean; default True
- to specify equal axis spacing for x and y axis.
-
- s: floating point number; default is 1.0
- scatter plot dot size scale factor.
- adjust if necessary.
-
- ax: matplotlib axis object; default setting is None
- the ax object, which will be used as a canvas for plotting.
- None will generate a figure and ax object from scratch.
-
- figsizepx: list of two integers; default is None
- size of the figure in pixels, (x, y).
- the given x and y will be rounded to the nearest even number,
- to be able to generate movies from the images.
- None tries to take the values from the initial.svg file.
- fall back setting is [640, 480].
-
- ext: string; default is None
- output image format. possible formats are jpeg, png, and tiff.
- None will return the matplotlib fig object.
-
- figbgcolor: string; default is None which is transparent (png)
- or white (jpeg, tiff).
- figure background color.
-
- **kwargs: possible additional keyword arguments input,
- handled by the pandas dataframe plot function.
- + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.plot.html
+ focus: string; default is 'cell_type'
+ column name within cell dataframe.
+
+ cat_drop: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be dropped for the dataframe.
+ Attention: when the cat_keep parameter is given, then
+ the cat_drop parameter has to be an empty set!
+
+ cat_keep: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be kept in the dataframe.
+
+ z_slice: floating point number; default is 0.0
+ z-axis position to slice a 2D xy-plain out of the
+ 3D substrate concentration mesh. if z_slice position
+ is 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.
+
+ z_axis: for a categorical focus: set of labels;
+ for a numeric focus: tuple of two floats; default is None
+ depending on the focus column variable dtype, default extracts
+ labels or min and max values from data.
+
+ alpha: floating point number; default is 1.0
+ alpha channel transparency value
+ between 1 (not transparent at all) and 0 (totally transparent).
+
+ cmap: string or dictionary of strings or list of list of floats; default viridis.
+ matplotlib colormap string. e.g viridis
+ dictionary that maps labels to color or #hex strings. e.g. {'default': 'maroon'}
+ dictionary that maps labels to list of rgb floats. e.g. {'default': [0.5,0.0,0.0]}
+ https://matplotlib.org/stable/tutorials/colors/colormaps.html
+
+ title: string; default None
+ possible plot title string.
+
+ grid: boolean default True.
+ plot axis grid lines.
+
+ legend_loc: string; default is 'lower left'.
+ the location of the categorical legend, if applicable.
+ possible strings are: best,
+ upper right, upper center, upper left, center left,
+ lower left, lower center, lower right, center right,
+ center, None, and False.
+
+ xlim: tuple of two floats; default is None
+ x axis min and max value.
+ default takes min and max from mesh x axis range.
+
+ ylim: tuple of two floats; default is None
+ y axis min and max value.
+ default takes min and max from mesh y axis range.
+
+ xyequal: boolean; default True
+ to specify equal axis spacing for x and y axis.
+
+ s: floating point number; default is 1.0
+ scatter plot dot size scale factor.
+ adjust if necessary.
+
+ ax: matplotlib axis object; default setting is None
+ the ax object, which will be used as a canvas for plotting.
+ None will generate a figure and ax object from scratch.
+
+ figsizepx: list of two integers; default is None
+ size of the figure in pixels, (x, y).
+ the given x and y will be rounded to the nearest even number,
+ to be able to generate movies from the images.
+ None tries to take the values from the initial.svg file.
+ fall back setting is [640, 480].
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
+ ext: string; default is None
+ output image format. possible formats are jpeg, png, and tiff.
+ None will return the matplotlib fig object.
+
+ figbgcolor: string; default is None which is transparent (png)
+ or white (jpeg, tiff).
+ figure background color.
+
+ **kwargs: possible additional keyword arguments input,
+ handled by the pandas dataframe plot function.
+ + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.plot.html
```
## output:
```
- fig: matplotlib figure, depending on ext, either as object or as file.
- the figure contains the scatter plot and color bar (numerical data)
- or color legend (categorical data).
+ fig: matplotlib figure, depending on ext, either as object or as file.
+ the figure contains the scatter plot and color bar (numerical data)
+ or color legend (categorical data).
```
## description:
```
- function returns a (pandas) matplotlib scatter plot,
- inclusive color bar or color legend, for the focus specified,
- either as matplotlib fig object or as jpeg, png, or tiff file.
-
- jpeg is by definition a lossy compressed image format.
- png is by definition a lossless compressed image format.
- tiff can by definition be a lossy or lossless compressed format.
- https://en.wikipedia.org/wiki/JPEG
- https://en.wikipedia.org/wiki/Portable_Network_Graphics
- https://en.wikipedia.org/wiki/TIFF
-
+ function returns a (pandas) matplotlib scatter plot,
+ inclusive color bar or color legend, for the focus specified,
+ either as matplotlib fig object or as jpeg, png, or tiff file.
+
+ jpeg is by definition a lossy compressed image format.
+ png is by definition a lossless compressed image format.
+ tiff can by definition be a lossy or lossless compressed format.
+ https://en.wikipedia.org/wiki/JPEG
+ https://en.wikipedia.org/wiki/Portable_Network_Graphics
+ https://en.wikipedia.org/wiki/TIFF
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.set_verbose_false.md b/man/docstring/mcds.set_verbose_false.md
index c4f6dd1..414712c 100644
--- a/man/docstring/mcds.set_verbose_false.md
+++ b/man/docstring/mcds.set_verbose_false.md
@@ -8,12 +8,12 @@
## output:
```
- set verbose false.
+ set verbose false.
```
## description:
```
- function to set verbosity.
-
+ function to set verbosity.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcds.set_verbose_true.md b/man/docstring/mcds.set_verbose_true.md
index d7a029f..a17920b 100644
--- a/man/docstring/mcds.set_verbose_true.md
+++ b/man/docstring/mcds.set_verbose_true.md
@@ -8,12 +8,12 @@
## output:
```
- set verbose true.
+ set verbose true.
```
## description:
```
- function to set verbosity.
-
+ function to set verbosity.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.__init__.md b/man/docstring/mcdsts.__init__.md
index 7e1308d..c8f7059 100644
--- a/man/docstring/mcdsts.__init__.md
+++ b/man/docstring/mcdsts.__init__.md
@@ -3,55 +3,55 @@
## input:
```
- output_path: string or list of mcds objects, default '.'
- relative or absolute path to the directory where
- the PhysiCell output files are stored or
- a list of mcds timestep objects.
-
- custom_data_type: dictionary; default is {}
- variable to specify custom_data variable types
- other than float (int, bool, str) like this: {var: dtype, ...}.
- downstream float and int will be handled as numeric,
- bool as Boolean, and str as categorical data.
-
- load: boole; default True
- should the whole time series data, all time steps, straight at
- object initialization be read and stored to mcdsts.l_mcds?
-
- microenv: boole; default True
- should the microenvironment data be loaded?
- setting microenv to False will use less memory and speed up processing.
-
- graph: boole; default True
- should the graphs, like cell_neighbor_graph.txt, be loaded?
- setting graph to False will use less memory and speed up processing.
-
- physiboss: boole; default True
- should physiboss state data be loaded, if found?
- setting physiboss to False will use less memory and speed up processing.
-
- settingxml: string; default False
- the settings.xml that is loaded, from which the cell type ID
- label mapping, is extracted, if this information is not found
- in the output xml file.
- set to None or False if the xml file is missing!
-
- verbose: boole; default True
- setting verbose to False for less text output, while processing.
+ output_path: string or list of mcds objects, default '.'
+ relative or absolute path to the directory where
+ the PhysiCell output files are stored or
+ a list of mcds timestep objects.
+
+ custom_data_type: dictionary; default is {}
+ variable to specify custom_data variable types
+ other than float (int, bool, str) like this: {var: dtype, ...}.
+ downstream float and int will be handled as numeric,
+ bool as Boolean, and str as categorical data.
+
+ load: boole; default True
+ should the whole time series data, all time steps, straight at
+ object initialization be read and stored to mcdsts.l_mcds?
+
+ microenv: boole; default True
+ should the microenvironment data be loaded?
+ setting microenv to False will use less memory and speed up processing.
+
+ graph: boole; default True
+ should the graphs, like cell_neighbor_graph.txt, be loaded?
+ setting graph to False will use less memory and speed up processing.
+
+ physiboss: boole; default True
+ should physiboss state data be loaded, if found?
+ setting physiboss to False will use less memory and speed up processing.
+
+ settingxml: string; default False
+ the settings.xml that is loaded, from which the cell type ID
+ label mapping, is extracted, if this information is not found
+ in the output xml file.
+ set to None or False if the xml file is missing!
+
+ verbose: boole; default True
+ setting verbose to False for less text output, while processing.
```
## output:
```
- mcdsts: TimeSeries class instance
- this instance offers functions to process all stored time steps
- from a simulation.
+ mcdsts: TimeSeries class instance
+ this instance offers functions to process all stored time steps
+ from a simulation.
```
## description:
```
- TimeSeries.__init__ generates a class instance the instance offers
- functions to process all time steps in the output_path directory.
-
+ TimeSeries.__init__ generates a class instance the instance offers
+ functions to process all time steps in the output_path directory.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.custom_data_astype.md b/man/docstring/mcdsts.custom_data_astype.md
index 9189810..8694b03 100644
--- a/man/docstring/mcdsts.custom_data_astype.md
+++ b/man/docstring/mcdsts.custom_data_astype.md
@@ -3,24 +3,24 @@
## input:
```
- custom_data_type: dictionary; default is {}
- variable to specify custom_data variable types other than
- floats (namely: int, bool, str) like this: {var: dtype, ...}.
- downstream float and int will be handled as numeric,
- bool as Boolean, and str as categorical data.
+ custom_data_type: dictionary; default is {}
+ variable to specify custom_data variable types other than
+ floats (namely: int, bool, str) like this: {var: dtype, ...}.
+ downstream float and int will be handled as numeric,
+ bool as Boolean, and str as categorical data.
```
## output:
```
- self.data['cell']['df_cell']:
- the dtype of columns as specified in the custom_data_type dictionary.
+ self.data['cell']['df_cell']:
+ the dtype of columns as specified in the custom_data_type dictionary.
```
## description:
```
- function to set the dtype of custom_data variables,
- even after the data is loaded.
-
+ function to set the dtype of custom_data variables,
+ even after the data is loaded.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_anndata.md b/man/docstring/mcdsts.get_anndata.md
index a0e1c13..650c18b 100644
--- a/man/docstring/mcdsts.get_anndata.md
+++ b/man/docstring/mcdsts.get_anndata.md
@@ -3,49 +3,49 @@
## input:
```
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
-
- scale: string; default 'maxabs'
- specify how the data should be scaled.
- possible values are None, maxabs, minmax, std.
- for more input, check out: help(pcdl.scaler)
-
- collapse: boole; default True
- should all mcds time steps from the time series be collapsed
- into one single anndata object, or a list of anndata objects
- for each time step?
-
- keep_mcds: boole; default True
- should the loaded original mcds be kept in memory
- after transformation?
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
+
+ scale: string; default 'maxabs'
+ specify how the data should be scaled.
+ possible values are None, maxabs, minmax, std.
+ for more input, check out: help(pcdl.scaler)
+
+ collapse: boole; default True
+ should all mcds time steps from the time series be collapsed
+ into one single anndata object, or a list of anndata objects
+ for each time step?
+
+ keep_mcds: boole; default True
+ should the loaded original mcds be kept in memory
+ after transformation?
```
## output:
```
- annmcds or self.l_annmcds: anndata object or list of anndata objects.
- what is returned depends on the collapse setting.
+ annmcds or self.l_annmcds: anndata object or list of anndata objects.
+ what is returned depends on the collapse setting.
```
## description:
```
- function to transform mcds time steps into one or many
- anndata objects for downstream analysis.
-
+ function to transform mcds time steps into one or many
+ anndata objects for downstream analysis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_annmcds_list.md b/man/docstring/mcdsts.get_annmcds_list.md
index 2b52295..27f8253 100644
--- a/man/docstring/mcdsts.get_annmcds_list.md
+++ b/man/docstring/mcdsts.get_annmcds_list.md
@@ -3,20 +3,20 @@
## input:
```
- self: TimeSeries class instance.
+ self: TimeSeries class instance.
```
## output:
```
- self.l_annmcds: list of chronologically ordered anndata mcds objects.
- watch out, this is a pointer to the
- self.l_annmcds list of anndata mcds objects, not a copy of self.l_annmcds!
+ self.l_annmcds: list of chronologically ordered anndata mcds objects.
+ watch out, this is a pointer to the
+ self.l_annmcds list of anndata mcds objects, not a copy of self.l_annmcds!
```
## description:
```
- function returns a binding to the self.l_annmcds list of anndata mcds objects.
-
+ function returns a binding to the self.l_annmcds list of anndata mcds objects.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_cell_attribute.md b/man/docstring/mcdsts.get_cell_attribute.md
index fb7ce0d..1a87f39 100644
--- a/man/docstring/mcdsts.get_cell_attribute.md
+++ b/man/docstring/mcdsts.get_cell_attribute.md
@@ -3,50 +3,50 @@
## input:
```
- self: TimeSeries class instance.
-
- values: integer; default is 1
- 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.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
-
- allvalues: boolean; default is False
- for numeric data, should only the min and max values or
- all values be returned?
+ self: TimeSeries class instance.
+
+ values: integer; default is 1
+ 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.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
+
+ allvalues: boolean; default is False
+ for numeric data, should only the min and max values or
+ all values be returned?
```
## output:
```
- dl_variable: dictionary of list
- dictionary with an entry of all non-coordinate column names
- that at least in one of the time steps or in between
- time steps, reach the given minimal value count.
- key is the column name, mapped is a list of all values
- (bool, str, and, if allvalues is True, int and float) or
- a list with minimum and maximum values (int, float).
+ dl_variable: dictionary of list
+ dictionary with an entry of all non-coordinate column names
+ that at least in one of the time steps or in between
+ time steps, reach the given minimal value count.
+ key is the column name, mapped is a list of all values
+ (bool, str, and, if allvalues is True, int and float) or
+ a list with minimum and maximum values (int, float).
```
## description:
```
- function to detect informative variables in a time series.
- this function detects even variables which have less than the
- minimal state count in each time step, but different values
- from time step to time step.
-
+ function to detect informative variables in a time series.
+ this function detects even variables which have less than the
+ minimal state count in each time step, but different values
+ from time step to time step.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_cell_df.md b/man/docstring/mcdsts.get_cell_df.md
index b9313ec..2652f35 100644
--- a/man/docstring/mcdsts.get_cell_df.md
+++ b/man/docstring/mcdsts.get_cell_df.md
@@ -3,47 +3,47 @@
## input:
```
- self: TimeSeries class instance.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates,
- time and runtime (wall time) will always be kept.
-
- collapse: boole; default True
- should all mcds time steps from the time series be collapsed
- into one pandas dataframe object, or a list of dataframe objects
- for each time step?
+ self: TimeSeries class instance.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates,
+ time and runtime (wall time) will always be kept.
+
+ collapse: boole; default True
+ should all mcds time steps from the time series be collapsed
+ into one pandas dataframe object, or a list of dataframe objects
+ for each time step?
```
## output:
```
- df_cell or ldf_cell: pandas dataframe or list of dataframe
- dataframe stores one cell per row, all tracked variables
- values related to this cell. the variables are cell_position,
- mesh_center, and voxel coordinates, all cell_variables,
- all substrate rates and concentrations, and additional
- the surrounding cell density.
+ df_cell or ldf_cell: pandas dataframe or list of dataframe
+ dataframe stores one cell per row, all tracked variables
+ values related to this cell. the variables are cell_position,
+ mesh_center, and voxel coordinates, all cell_variables,
+ all substrate rates and concentrations, and additional
+ the surrounding cell density.
```
## description:
```
- function returns for the whole time series one or many dataframes
- with a cell centric view of the simulation.
-
+ function returns for the whole time series one or many dataframes
+ with a cell centric view of the simulation.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_conc_attribute.md b/man/docstring/mcdsts.get_conc_attribute.md
index fabb81e..0e90247 100644
--- a/man/docstring/mcdsts.get_conc_attribute.md
+++ b/man/docstring/mcdsts.get_conc_attribute.md
@@ -3,49 +3,49 @@
## input:
```
- self: TimeSeries class instance.
-
- values: integer; default is 1
- 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.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
-
- allvalues: boolean; default is False
- should only the min and max values or all values be returned?
+ self: TimeSeries class instance.
+
+ values: integer; default is 1
+ 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.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
+
+ allvalues: boolean; default is False
+ should only the min and max values or all values be returned?
```
## output:
```
- dl_variable: dictionary of list
- dictionary with an entry of all non-coordinate column names
- that at least in one of the time steps or in between time
- steps, reach the given minimal state count.
- key is the column name, mapped is a list of all values
- (bool, str, and, if allvalues is True, int and float)
- or a list with minimum and maximum values (int, float).
+ dl_variable: dictionary of list
+ dictionary with an entry of all non-coordinate column names
+ that at least in one of the time steps or in between time
+ steps, reach the given minimal state count.
+ key is the column name, mapped is a list of all values
+ (bool, str, and, if allvalues is True, int and float)
+ or a list with minimum and maximum values (int, float).
```
## description:
```
- function to detect informative substrate concentration variables
- in a time series. this function detects even variables which have
- less than the minimal state count in each time step, but
- different values from time step to time step.
-
+ function to detect informative substrate concentration variables
+ in a time series. this function detects even variables which have
+ less than the minimal state count in each time step, but
+ different values from time step to time step.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_conc_df.md b/man/docstring/mcdsts.get_conc_df.md
index fcc0013..5070107 100644
--- a/man/docstring/mcdsts.get_conc_df.md
+++ b/man/docstring/mcdsts.get_conc_df.md
@@ -3,44 +3,44 @@
## input:
```
- self: TimeSeries class instance.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates,
- time and runtime (wall time) will always be kept.
-
- collapse: boole; default True
- should all mcds time steps from the time series be collapsed
- into one pandas dataframe object, or a list of dataframe objects
- for each time step?
+ self: TimeSeries class instance.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates,
+ time and runtime (wall time) will always be kept.
+
+ collapse: boole; default True
+ should all mcds time steps from the time series be collapsed
+ into one pandas dataframe object, or a list of dataframe objects
+ for each time step?
```
## output:
```
- df_conc or ldf_conc: pandas dataframe or list of dataframe
- dataframe stores all substrate concentrations in each voxel.
+ df_conc or ldf_conc: pandas dataframe or list of dataframe
+ dataframe stores all substrate concentrations in each voxel.
```
## description:
```
- function returns for the whole time series in one or many dataframes
- with concentration values for all chemical species in all voxels.
- additionally, this dataframe lists voxel and mesh center coordinates.
-
+ function returns for the whole time series in one or many dataframes
+ with concentration values for all chemical species in all voxels.
+ additionally, this dataframe lists voxel and mesh center coordinates.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_mcds_list.md b/man/docstring/mcdsts.get_mcds_list.md
index 10db3d9..fc446ea 100644
--- a/man/docstring/mcdsts.get_mcds_list.md
+++ b/man/docstring/mcdsts.get_mcds_list.md
@@ -3,20 +3,20 @@
## input:
```
- self: TimeSeries class instance.
+ self: TimeSeries class instance.
```
## output:
```
- self.l_mcds: list of chronologically ordered mcds objects.
- watch out, this is a pointer to the
- self.l_mcds list of mcds objects, not a copy of self.l_mcds!
+ self.l_mcds: list of chronologically ordered mcds objects.
+ watch out, this is a pointer to the
+ self.l_mcds list of mcds objects, not a copy of self.l_mcds!
```
## description:
```
- function returns a pointer to the self.l_mcds list of mcds objects.
-
+ function returns a pointer to the self.l_mcds list of mcds objects.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_muspan.md b/man/docstring/mcdsts.get_muspan.md
index 4f0d5a7..3c1910a 100644
--- a/man/docstring/mcdsts.get_muspan.md
+++ b/man/docstring/mcdsts.get_muspan.md
@@ -3,42 +3,42 @@
## input:
```
- z_slice: floating point number; default is None
- z-axis position to slice a 2D xy-plain out of the
- 3D mesh. if None the whole 3D mesh will be returned.
-
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
-
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
-
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- set values=1 to be sure that all variables are kept.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
+ z_slice: floating point number; default is None
+ z-axis position to slice a 2D xy-plain out of the
+ 3D mesh. if None the whole 3D mesh will be returned.
+
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
+
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
+
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ set values=1 to be sure that all variables are kept.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
```
## output:
```
- do_domain: dictionary of muspa domains, one for each time step z-layer.
+ do_domain: dictionary of muspa domains, one for each time step z-layer.
```
## description:
```
- function returns a dictionary of muspa domains, containg a
- cell and subs collection with disrcete and continuous labels
- and all the graph as networks.
- + https://www.muspan.co.uk
- + https://docs.muspan.co.uk/latest/Documentation.html
-
+ function returns a dictionary of muspa domains, containg a
+ cell and subs collection with disrcete and continuous labels
+ and all the graph as networks.
+ + https://www.muspan.co.uk
+ + https://docs.muspan.co.uk/latest/Documentation.html
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_spatialdata.md b/man/docstring/mcdsts.get_spatialdata.md
index bfc6cf1..fa2928a 100644
--- a/man/docstring/mcdsts.get_spatialdata.md
+++ b/man/docstring/mcdsts.get_spatialdata.md
@@ -3,63 +3,63 @@
## input:
```
- images: set of string; default {'subs'}
- specify if from the subs or cell dataset
- a multichannel image should be generate.
- so far, only the subs image element is implemented.
+ images: set of string; default {'subs'}
+ specify if from the subs or cell dataset
+ a multichannel image should be generate.
+ so far, only the subs image element is implemented.
- labels: set of strings; default is an empty set
- specify if from the subs or cell dataset
- a label element should be generated.
- so far, neither subs nor cell label elements are implemented.
+ labels: set of strings; default is an empty set
+ specify if from the subs or cell dataset
+ a label element should be generated.
+ so far, neither subs nor cell label elements are implemented.
- points: set of string; default {'subs'}
- specify if from the subs or cell dataset
- a points element should be generated.
- both, subs and cell point elements, are implemented.
+ points: set of string; default {'subs'}
+ specify if from the subs or cell dataset
+ a points element should be generated.
+ both, subs and cell point elements, are implemented.
- shapes: set of string; default {'cell'}
- specify if from the subs or cell dataset
- a shape element should be generated.
- so far, only the cell shape element is implemented.
+ shapes: set of string; default {'cell'}
+ specify if from the subs or cell dataset
+ a shape element should be generated.
+ so far, only the cell shape element is implemented.
- values: integer; default is 1
- minimal number of values a variable has to have to be outputted.
- variables that have only 1 state carry no information.
- None is a state too.
+ values: integer; default is 1
+ minimal number of values a variable has to have to be outputted.
+ variables that have only 1 state carry no information.
+ None is a state too.
- drop: set of strings; default is an empty set
- set of column labels to be dropped for the dataframe.
- 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 set!
+ drop: set of strings; default is an empty set
+ set of column labels to be dropped for the dataframe.
+ 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 set!
- keep: set of strings; default is an empty set
- set of column labels to be kept in the dataframe.
- don't worry: essential columns like ID, coordinates
- and time will always be kept.
+ keep: set of strings; default is an empty set
+ set of column labels to be kept in the dataframe.
+ don't worry: essential columns like ID, coordinates
+ and time will always be kept.
- scale: string; default 'maxabs'
- specify how the data should be scaled.
- possible values are None, maxabs, minmax, std.
- for more input, check out: help(pcdl.scaler)
+ scale: string; default 'maxabs'
+ specify how the data should be scaled.
+ possible values are None, maxabs, minmax, std.
+ for more input, check out: help(pcdl.scaler)
- keep_mcds: boole; default True
- should the loaded original mcds be kept in memory
- after transformation?
+ keep_mcds: boole; default True
+ should the loaded original mcds be kept in memory
+ after transformation?
```
## output:
```
- self.l_sdmcds: list of spatialdata objects.
+ self.l_sdmcds: list of spatialdata objects.
```
## description:
```
- function to transform mcds time steps into
- spatialdata objects for downstream analysis.
-
+ function to transform mcds time steps into
+ spatialdata objects for downstream analysis.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.get_xmlfile_list.md b/man/docstring/mcdsts.get_xmlfile_list.md
index 50ea8c8..28cc6e1 100644
--- a/man/docstring/mcdsts.get_xmlfile_list.md
+++ b/man/docstring/mcdsts.get_xmlfile_list.md
@@ -3,22 +3,22 @@
## input:
```
- self: TimeSeries class instance.
+ self: TimeSeries class instance.
```
## output:
```
- xmlfile_list: list of strings
- alphanumerical sorted list of output*.xml strings.
+ xmlfile_list: list of strings
+ alphanumerical sorted list of output*.xml strings.
```
## description:
```
- function returns an alphanumerical (and as such chronological)
- ordered list of physicell xml path and output file names. the
- list can be manipulated and used as input for the
- mcdsts.read_mcds function.
-
+ function returns an alphanumerical (and as such chronological)
+ ordered list of physicell xml path and output file names. the
+ list can be manipulated and used as input for the
+ mcdsts.read_mcds function.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.make_cell_vtk.md b/man/docstring/mcdsts.make_cell_vtk.md
index 6142a99..4d55cc4 100644
--- a/man/docstring/mcdsts.make_cell_vtk.md
+++ b/man/docstring/mcdsts.make_cell_vtk.md
@@ -3,28 +3,28 @@
## input:
```
- attribute: list of strings; default is ['cell_type']
- column name within cell dataframe.
+ attribute: list of strings; default is ['cell_type']
+ column name within cell dataframe.
- ext: string; default '_cell.vtp'.
- file extension.
+ ext: string; default '_cell.vtp'.
+ file extension.
```
## output:
```
- ls_vtkpathfile: one 3D glyph vtk file per mcds time step
- that contains cells.
+ ls_vtkpathfile: one 3D glyph vtk file per mcds time step
+ that contains cells.
```
## description:
```
- function that generates 3D glyph vtk files for cells.
- one file per mcds time step. cells can have specified attributes
- like cell_type, pressure, dead, etc.
- you can post-process this file in other software like paraview.
+ function that generates 3D glyph vtk files for cells.
+ one file per mcds time step. cells can have specified attributes
+ like cell_type, pressure, dead, etc.
+ you can post-process this file in other software like paraview.
+
+ https://www.paraview.org/
- https://www.paraview.org/
-
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.make_conc_vtk.md b/man/docstring/mcdsts.make_conc_vtk.md
index 9251931..2903fee 100644
--- a/man/docstring/mcdsts.make_conc_vtk.md
+++ b/man/docstring/mcdsts.make_conc_vtk.md
@@ -3,26 +3,26 @@
## input:
```
- ext: string; default '_conc.vtr'.
- file extension.
+ ext: string; default '_conc.vtr'.
+ file extension.
```
## output:
```
- ls_vtkpathfile: one vtk file per mcds time step that contains
- 3D distributions of all substrates over the microenvironment
- with corresponding time stamp.
+ ls_vtkpathfile: one vtk file per mcds time step that contains
+ 3D distributions of all substrates over the microenvironment
+ with corresponding time stamp.
```
## description:
```
- function generates rectilinear grid vtk files, one file
- per mcds time step that contains distribution of substrates
- over microenvironment.
- you can post-process this file in other software like paraview.
+ function generates rectilinear grid vtk files, one file
+ per mcds time step that contains distribution of substrates
+ over microenvironment.
+ you can post-process this file in other software like paraview.
+
+ https://www.paraview.org/
- https://www.paraview.org/
-
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.make_graph_gml.md b/man/docstring/mcdsts.make_graph_gml.md
index c4e4bb3..d7a2b12 100644
--- a/man/docstring/mcdsts.make_graph_gml.md
+++ b/man/docstring/mcdsts.make_graph_gml.md
@@ -3,45 +3,45 @@
## input:
```
- self: TimeSeries class instance.
+ self: TimeSeries class instance.
- graph_type: string
- to specify which physicell output data should be processed.
- attached, touch: processes mcds.get_attached_graph_dict dictionary.
- neighbor: processes mcds.get_neighbor_graph_dict dictionary.
- spring: processes mcds.get_spring_graph_dict dictionary.
+ graph_type: string
+ to specify which physicell output data should be processed.
+ attached, touch: processes mcds.get_attached_graph_dict dictionary.
+ neighbor: processes mcds.get_neighbor_graph_dict dictionary.
+ spring: processes mcds.get_spring_graph_dict dictionary.
- edge_attribute: boolean; default True
- specifies if the spatial Euclidean distance is used for
- edge attribute, to generate a weighted graph.
+ edge_attribute: boolean; default True
+ specifies if the spatial Euclidean distance is used for
+ edge attribute, to generate a weighted graph.
- node_attribute: list of strings; default is empty list
- list of mcds.get_cell_df dataframe columns, used for
- node attributes.
+ node_attribute: list of strings; default is empty list
+ list of mcds.get_cell_df dataframe columns, used for
+ node attributes.
```
## output:
```
- gml file for each time step.
- path and filenames are printed to the standard output.
+ gml file for each time step.
+ path and filenames are printed to the standard output.
```
## description:
```
- function to generate graph files in the gml graph modelling language
- standard format.
-
- gml was the outcome of an initiative that started at
- the international symposium on graph drawing 1995 in Passau
- and ended at Graph Drawing 1996 in Berkeley. the networkx python
- and igraph C and python libraries for graph analysis are
- gml compatible and can as such read and write this file format.
-
- https://en.wikipedia.org/wiki/Graph_Modelling_Language
- https://github.com/elmbeech/physicelldataloader/blob/master/man/publication/himsolt1996gml_a_portable_graph_file_format.pdf
- https://networkx.org/
- https://igraph.org/
-
+ function to generate graph files in the gml graph modelling language
+ standard format.
+
+ gml was the outcome of an initiative that started at
+ the international symposium on graph drawing 1995 in Passau
+ and ended at Graph Drawing 1996 in Berkeley. the networkx python
+ and igraph C and python libraries for graph analysis are
+ gml compatible and can as such read and write this file format.
+
+ https://en.wikipedia.org/wiki/Graph_Modelling_Language
+ https://github.com/elmbeech/physicelldataloader/blob/master/man/publication/himsolt1996gml_a_portable_graph_file_format.pdf
+ https://networkx.org/
+ https://igraph.org/
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.make_ome_tiff.md b/man/docstring/mcdsts.make_ome_tiff.md
index f9b9ca9..b072b13 100644
--- a/man/docstring/mcdsts.make_ome_tiff.md
+++ b/man/docstring/mcdsts.make_ome_tiff.md
@@ -3,53 +3,53 @@
## input:
```
- cell_attribute: strings; default is 'ID', which will result in a
- cell segmentation mask.
- column name within the cell dataframe.
- the column data type has to be numeric (bool, int, float)
- and cannot be string.
- the result will be stored as 32 bit float.
-
- conc_cutoff: dictionary string to real; default is an empty dictionary.
- if a contour from a substrate not should be cut by greater
- than zero (shifted to integer 1), another cutoff value can be specified here.
-
- focus: set of strings; default is a None
- set of substrate and cell_type names to specify what will be
- translated into ome tiff format.
- if None, all substrates and cell types will be processed.
-
- file: boolean; default True
- if True, an ome tiff file is the output.
- if False, a numpy array with shape tczyx is the output.
-
- collapse: boole; default True
- should all mcds time steps from the time series be collapsed
- into one ome tiff file (numpy array),
- or an ome tiff file (numpy array) for each time step?
+ cell_attribute: strings; default is 'ID', which will result in a
+ cell segmentation mask.
+ column name within the cell dataframe.
+ the column data type has to be numeric (bool, int, float)
+ and cannot be string.
+ the result will be stored as 32 bit float.
+
+ conc_cutoff: dictionary string to real; default is an empty dictionary.
+ if a contour from a substrate not should be cut by greater
+ than zero (shifted to integer 1), another cutoff value can be specified here.
+
+ focus: set of strings; default is a None
+ set of substrate and cell_type names to specify what will be
+ translated into ome tiff format.
+ if None, all substrates and cell types will be processed.
+
+ file: boolean; default True
+ if True, an ome tiff file is the output.
+ if False, a numpy array with shape tczyx is the output.
+
+ collapse: boole; default True
+ should all mcds time steps from the time series be collapsed
+ into one ome tiff file (numpy array),
+ or an ome tiff file (numpy array) for each time step?
```
## output:
```
- a_tczyx_img: numpy array or ome tiff file.
+ a_tczyx_img: numpy array or ome tiff file.
```
## description:
```
- function to transform chosen mcdsts output into an 1[um] spaced
- tczyx (time, channel, z-axis, y-axis, x-axis) ome tiff file or numpy array,
- one substrate or cell_type per channel.
- a ome tiff file is more or less:
- a numpy array, containing the image information
- and a xml, containing the microscopy metadata information,
- like the channel labels.
- the ome tiff file format can for example be read by the napari
- or fiji (imagej) software.
-
- https://napari.org/stable/
- https://fiji.sc/
-
+ function to transform chosen mcdsts output into an 1[um] spaced
+ tczyx (time, channel, z-axis, y-axis, x-axis) ome tiff file or numpy array,
+ one substrate or cell_type per channel.
+ a ome tiff file is more or less:
+ a numpy array, containing the image information
+ and a xml, containing the microscopy metadata information,
+ like the channel labels.
+ the ome tiff file format can for example be read by the napari
+ or fiji (imagej) software.
+
+ https://napari.org/stable/
+ https://fiji.sc/
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.plot_contour.md b/man/docstring/mcdsts.plot_contour.md
index aaeb7d0..3cb39ad 100644
--- a/man/docstring/mcdsts.plot_contour.md
+++ b/man/docstring/mcdsts.plot_contour.md
@@ -3,96 +3,101 @@
## input:
```
- self: TimeSeries class instance
-
- focus: string
- column name within conc dataframe, for example.
-
- z_slice: floating point number; default is 0.0
- z-axis position to slice a 2D xy-plain out of the
- 3D substrate concentration mesh. if z_slice position
- is 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.
-
- vmin: floating point number; default is None
- color scale min value.
- None will take the min value from the whole time series
- found in the data.
-
- vmax: floating point number; default is None
- color scale max value.
- None will take the min value from the whole time series
- found in the data.
-
- alpha: floating point number; default is 1
- alpha channel transparency value
- between 1 (not transparent at all) and 0 (totally transparent).
-
- fill: boolean; default True
- True generates a matplotlib contourf plot.
- False generates a matplotlib contour plot.
-
- title: string; default is ''
- title prefix.
-
- cmap: string; default viridis.
- matplotlib colormap.
- https://matplotlib.org/stable/tutorials/colors/colormaps.html
-
- grid: boolean; default True.
- plot axis grid lines.
-
- xlim: tuple of two floats; default is None
- x axis min and max value.
- default takes min and max from mesh x axis range.
-
- ylim: tuple of two floats; default is None
- y axis min and max value.
- default takes min and max from mesh y axis range.
-
- xyequal: boolean; default True
- to specify equal axis spacing for x and y axis.
-
- figsizepx: list of two integers; default is None
- size of the figure in pixels, (x, y).
- the given x and y will be rounded to the nearest even number,
- to be able to generate movies from the images.
- None tries to take the values from the initial.svg file.
- fall back setting is [640, 480].
-
- ext: string; default is jpeg
- output image format. possible formats are jpeg, png, and tiff.
- None will return the matplotlib fig object.
-
- figbgcolor: string; default is None which is transparent (png)
- or white (jpeg, tiff).
- figure background color.
-
- **kwargs: possible additional keyword arguments input,
- handled by the matplotlib contour and contourf function.
- + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
- + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
+ self: TimeSeries class instance
+
+ focus: string
+ column name within conc dataframe, for example.
+
+ z_slice: floating point number; default is 0.0
+ z-axis position to slice a 2D xy-plain out of the
+ 3D substrate concentration mesh. if z_slice position
+ is 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.
+
+ vmin: floating point number; default is None
+ color scale min value.
+ None will take the min value from the whole time series
+ found in the data.
+
+ vmax: floating point number; default is None
+ color scale max value.
+ None will take the min value from the whole time series
+ found in the data.
+
+ alpha: floating point number; default is 1
+ alpha channel transparency value
+ between 1 (not transparent at all) and 0 (totally transparent).
+
+ fill: boolean; default True
+ True generates a matplotlib contourf plot.
+ False generates a matplotlib contour plot.
+
+ title: string; default is ''
+ title prefix.
+
+ cmap: string; default viridis.
+ matplotlib colormap.
+ https://matplotlib.org/stable/tutorials/colors/colormaps.html
+
+ grid: boolean; default True.
+ plot axis grid lines.
+
+ xlim: tuple of two floats; default is None
+ x axis min and max value.
+ default takes min and max from mesh x axis range.
+
+ ylim: tuple of two floats; default is None
+ y axis min and max value.
+ default takes min and max from mesh y axis range.
+
+ xyequal: boolean; default True
+ to specify equal axis spacing for x and y axis.
+
+ figsizepx: list of two integers; default is None
+ size of the figure in pixels, (x, y).
+ the given x and y will be rounded to the nearest even number,
+ to be able to generate movies from the images.
+ None tries to take the values from the initial.svg file.
+ fall back setting is [640, 480].
+
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
+ ext: string; default is jpeg
+ output image format. possible formats are jpeg, png, and tiff.
+ None will return the matplotlib fig object.
+
+ figbgcolor: string; default is None which is transparent (png)
+ or white (jpeg, tiff).
+ figure background color.
+
+ **kwargs: possible additional keyword arguments input,
+ handled by the matplotlib contour and contourf function.
+ + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contour.html
+ + https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.contourf.html
```
## output:
```
- fig: matplotlib figures, depending on ext, either as files or as
- objects. the figures contains the contour plot and color bar.
+ fig: matplotlib figures, depending on ext, either as files or as
+ objects. the figures contains the contour plot and color bar.
```
## description:
```
- this function generates a matplotlib contour (or contourf) plot
- time series.
-
- jpeg is by definition a lossy compressed image format.
- png is by definition a lossless compressed image format.
- tiff can by definition be a lossy or lossless compressed format.
- https://en.wikipedia.org/wiki/JPEG
- https://en.wikipedia.org/wiki/Portable_Network_Graphics
- https://en.wikipedia.org/wiki/TIFF
-
+ this function generates a matplotlib contour (or contourf) plot
+ time series.
+
+ jpeg is by definition a lossy compressed image format.
+ png is by definition a lossless compressed image format.
+ tiff can by definition be a lossy or lossless compressed format.
+ https://en.wikipedia.org/wiki/JPEG
+ https://en.wikipedia.org/wiki/Portable_Network_Graphics
+ https://en.wikipedia.org/wiki/TIFF
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.plot_scatter.md b/man/docstring/mcdsts.plot_scatter.md
index 43731cd..fcc932b 100644
--- a/man/docstring/mcdsts.plot_scatter.md
+++ b/man/docstring/mcdsts.plot_scatter.md
@@ -3,111 +3,116 @@
## input:
```
- self: TimeSeries class instance
-
- focus: string; default is 'cell_type'
- column name within cell dataframe.
-
- cat_drop: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be dropped for the dataframe.
- Attention: when the cat_keep parameter is given, then
- the cat_drop parameter has to be an empty set!
-
- cat_keep: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be kept in the dataframe.
-
- z_slice: floating point number; default is 0.0
- z-axis position to slice a 2D xy-plain out of the 3D mesh.
- if z_slice position is 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.
-
- z_axis: for a categorical focus: set of labels;
- for a numeric focus: tuple of two floats; default is None
- depending on the focus column variable dtype, default extracts
- labels or min and max values from data.
-
- alpha: floating point number; default is 1
- alpha channel transparency value
- between 1 (not transparent at all) and 0 (totally transparent).
-
- cmap: dictionary of strings or string; default viridis.
- dictionary that maps labels to colors strings.
- matplotlib colormap string.
- https://matplotlib.org/stable/tutorials/colors/colormaps.html
-
- title: string; default is ''
- title prefix.
-
- grid: boolean; default is True.
- plot axis grid lines.
-
- legend_loc: string; default is 'lower left'.
- the location of the categorical legend, if applicable.
- possible strings are: best,
- upper right, upper center, upper left, center left,
- lower left, lower center, lower right, center right,
- center.
-
- xlim: tuple of two floats; default is None
- x axis min and max value.
- default takes min and max from mesh x axis range.
-
- ylim: tuple of two floats; default is None
- y axis min and max value.
- default takes min and max from mesh y axis range.
-
- xyequal: boolean; default True
- to specify equal axis spacing for x and y axis.
-
- s: floating point number; default is 1.0
- scatter plot dot size scale factor.
- with figsizepx extracted from initial.svg, scale factor 1.0
- should be ok. adjust if necessary.
-
- figsizepx: list of two integers; default is None
- size of the figure in pixels, (x, y).
- the given x and y will be rounded to the nearest even number,
- to be able to generate movies from the images.
- None tries to take the values from the initial.svg file.
- fall back setting is [640, 480].
-
- ext: string; default is jpeg
- output image format. possible formats are jpeg, png, and tiff.
- None will return the matplotlib fig object.
-
- figbgcolor: string; default is None which is transparent (png)
- or white (jpeg, tiff).
- figure background color.
-
- **kwargs: possible additional keyword arguments input,
- handled by the pandas dataframe plot function.
- + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame
+ self: TimeSeries class instance
+
+ focus: string; default is 'cell_type'
+ column name within cell dataframe.
+
+ cat_drop: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be dropped for the dataframe.
+ Attention: when the cat_keep parameter is given, then
+ the cat_drop parameter has to be an empty set!
+
+ cat_keep: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be kept in the dataframe.
+
+ z_slice: floating point number; default is 0.0
+ z-axis position to slice a 2D xy-plain out of the 3D mesh.
+ if z_slice position is 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.
+
+ z_axis: for a categorical focus: set of labels;
+ for a numeric focus: tuple of two floats; default is None
+ depending on the focus column variable dtype, default extracts
+ labels or min and max values from data.
+
+ alpha: floating point number; default is 1
+ alpha channel transparency value
+ between 1 (not transparent at all) and 0 (totally transparent).
+
+ cmap: dictionary of strings or string; default viridis.
+ dictionary that maps labels to colors strings.
+ matplotlib colormap string.
+ https://matplotlib.org/stable/tutorials/colors/colormaps.html
+
+ title: string; default is ''
+ title prefix.
+
+ grid: boolean; default is True.
+ plot axis grid lines.
+
+ legend_loc: string; default is 'lower left'.
+ the location of the categorical legend, if applicable.
+ possible strings are: best,
+ upper right, upper center, upper left, center left,
+ lower left, lower center, lower right, center right,
+ center.
+
+ xlim: tuple of two floats; default is None
+ x axis min and max value.
+ default takes min and max from mesh x axis range.
+
+ ylim: tuple of two floats; default is None
+ y axis min and max value.
+ default takes min and max from mesh y axis range.
+
+ xyequal: boolean; default True
+ to specify equal axis spacing for x and y axis.
+
+ s: floating point number; default is 1.0
+ scatter plot dot size scale factor.
+ with figsizepx extracted from initial.svg, scale factor 1.0
+ should be ok. adjust if necessary.
+
+ figsizepx: list of two integers; default is None
+ size of the figure in pixels, (x, y).
+ the given x and y will be rounded to the nearest even number,
+ to be able to generate movies from the images.
+ None tries to take the values from the initial.svg file.
+ fall back setting is [640, 480].
+
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
+ ext: string; default is jpeg
+ output image format. possible formats are jpeg, png, and tiff.
+ None will return the matplotlib fig object.
+
+ figbgcolor: string; default is None which is transparent (png)
+ or white (jpeg, tiff).
+ figure background color.
+
+ **kwargs: possible additional keyword arguments input,
+ handled by the pandas dataframe plot function.
+ + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame
```
## output:
```
- fig: matplotlib figures, depending on ext, either as files or
- as objects. the figures contains the scatter plot and
- color bar (numerical data) or color legend (categorical data).
+ fig: matplotlib figures, depending on ext, either as files or
+ as objects. the figures contains the scatter plot and
+ color bar (numerical data) or color legend (categorical data).
```
## description:
```
- function returns a (pandas) matplotlib scatter plotts,
- inclusive color bar or color legend, for the whole time series,
- for the focus specified, either as matplotlib fig object
- or as jpeg, png, or tiff file.
-
- jpeg is by definition a lossy compressed image format.
- png is by definition a lossless compressed image format.
- tiff can by definition be a lossy or lossless compressed format.
- https://en.wikipedia.org/wiki/JPEG
- https://en.wikipedia.org/wiki/Portable_Network_Graphics
- https://en.wikipedia.org/wiki/TIFF
-
+ function returns a (pandas) matplotlib scatter plotts,
+ inclusive color bar or color legend, for the whole time series,
+ for the focus specified, either as matplotlib fig object
+ or as jpeg, png, or tiff file.
+
+ jpeg is by definition a lossy compressed image format.
+ png is by definition a lossless compressed image format.
+ tiff can by definition be a lossy or lossless compressed format.
+ https://en.wikipedia.org/wiki/JPEG
+ https://en.wikipedia.org/wiki/Portable_Network_Graphics
+ https://en.wikipedia.org/wiki/TIFF
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.plot_timeseries.md b/man/docstring/mcdsts.plot_timeseries.md
index d226baa..77949de 100644
--- a/man/docstring/mcdsts.plot_timeseries.md
+++ b/man/docstring/mcdsts.plot_timeseries.md
@@ -3,139 +3,139 @@
## input:
```
- self: TimeSeries class instance
-
- focus_cat: string; default is None
- categorical or boolean data column within dataframe specified under frame.
- default is None, which is total, which is all agents or voxels, no categories.
-
- focus_num: string; default is None
- numerical data column within dataframe specified under frame.
- default is None, which is count, agent or voxel count.
-
- aggregate_num: function; default np.nanmean
- aggregation function for focus_num data.
-
- frame: string; default is cell_df
- to specifies the data dataframe.
- cell: dataframe will be retrieved through the mcds.get_cell_df function.
- conc: dataframe will be retrieved through the mcds.get_conc_df function.
-
- cat_drop: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be dropped for the dataframe.
- Attention: when the cat_keep parameter is given, then
- the cat_drop parameter has to be an empty set!
-
- cat_keep: set of strings; default is an empty set
- if focus is a categorical attribute,
- set of category labels to be kept in the dataframe.
-
- z_slice: floating point number; default is None
- z-axis 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.
- if set to None, the whole domain is taken.
-
- logy: bool; default False
- if True, then y axis is natural log scaled.
-
- ylim: tuple of two floats; default is None
- y axis min and max value.
- default is None, which automatically detects min and max value.
-
- secondary_y: bool or list of strings; default False
- whether to plot on the secondary y-axis.
- if a list, which columns to plot on the secondary y-axis.
-
- subplots: bool or sequence of iterable, default False
- whether to group columns into subplots.
- a sequence of iterable of column labels
- will create a subplot for each group of columns.
-
- sharex: bool, default False
- in case subplots is True, share x-axis by
- setting some x-axis labels to invisible.
-
- sharey: bool, default False
- in case subplots is True, share y-axis range and possibly
- setting some y-axis labels to invisible.
-
- linestyle: string or list of strings, default '-'
- matplotlib line style {'-', '--', '-.', ':', ''},
- over all or per column.
-
- linewidth: float or list of float, default None
- line width in points.
-
- cmap: string; default None
- matplotlib colormap string.
- https://matplotlib.org/stable/tutorials/colors/colormaps.html
- achtung: if cmap is given, color will be disregarded.
-
- color: string or list of string or dictionary; default None
- color string referred to by name, RGB or RGBA code.
- achtung: if cmap is given, color will be disregarded.
-
- grid: boolean; default True
- plot axis grid lines.
-
- legend: bool or 'reverse'; default True
- if True or reverse, place legend on axis subplots.
-
- yunit: string; default None
- string to specify y-axis unit.
- None will not print a unit on the y-axis.
-
- title: string or list; default None
- title to use for the plot or subplots.
- None will print no title.
-
- ax: matplotlib axis object; default setting is None
- the ax object, which will be used as a canvas for plotting.
- None will generate a figure and ax object from scratch.
-
- figsizepx: list of two integers, default is [640, 480]
- size of the figure in pixels, (x, y).
- the given x and y will be rounded to the nearest even number,
- to be able to generate movies from the images.
-
- ext: string; default is None
- output format.
- possible image formats are jpeg, jpg, png, tif, and tiff.
- for retrieving a datafarme file use csv.
- any other string or a number returns a pandas dataframe object.
- None returnes a matplotlib figure object.
-
- figbgcolor: string; default is None which is transparent (png)
- or white (jpeg, tiff).
- figure background color.
- only relevant if ext specifies an image file.
-
- **kwargs: possible additional keyword arguments input,
- handled by the pandas series plot function.
- + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.plot.html
+ self: TimeSeries class instance
+
+ focus_cat: string; default is None
+ categorical or boolean data column within dataframe specified under frame.
+ default is None, which is total, which is all agents or voxels, no categories.
+
+ focus_num: string; default is None
+ numerical data column within dataframe specified under frame.
+ default is None, which is count, agent or voxel count.
+
+ aggregate_num: function; default np.nanmean
+ aggregation function for focus_num data.
+
+ frame: string; default is cell_df
+ to specifies the data dataframe.
+ cell: dataframe will be retrieved through the mcds.get_cell_df function.
+ conc: dataframe will be retrieved through the mcds.get_conc_df function.
+
+ cat_drop: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be dropped for the dataframe.
+ Attention: when the cat_keep parameter is given, then
+ the cat_drop parameter has to be an empty set!
+
+ cat_keep: set of strings; default is an empty set
+ if focus is a categorical attribute,
+ set of category labels to be kept in the dataframe.
+
+ z_slice: floating point number; default is None
+ z-axis 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.
+ if set to None, the whole domain is taken.
+
+ logy: bool; default False
+ if True, then y axis is natural log scaled.
+
+ ylim: tuple of two floats; default is None
+ y axis min and max value.
+ default is None, which automatically detects min and max value.
+
+ secondary_y: bool or list of strings; default False
+ whether to plot on the secondary y-axis.
+ if a list, which columns to plot on the secondary y-axis.
+
+ subplots: bool or sequence of iterable, default False
+ whether to group columns into subplots.
+ a sequence of iterable of column labels
+ will create a subplot for each group of columns.
+
+ sharex: bool, default False
+ in case subplots is True, share x-axis by
+ setting some x-axis labels to invisible.
+
+ sharey: bool, default False
+ in case subplots is True, share y-axis range and possibly
+ setting some y-axis labels to invisible.
+
+ linestyle: string or list of strings, default '-'
+ matplotlib line style {'-', '--', '-.', ':', ''},
+ over all or per column.
+
+ linewidth: float or list of float, default None
+ line width in points.
+
+ cmap: string; default None
+ matplotlib colormap string.
+ https://matplotlib.org/stable/tutorials/colors/colormaps.html
+ achtung: if cmap is given, color will be disregarded.
+
+ color: string or list of string or dictionary; default None
+ color string referred to by name, RGB or RGBA code.
+ achtung: if cmap is given, color will be disregarded.
+
+ grid: boolean; default True
+ plot axis grid lines.
+
+ legend: bool or 'reverse'; default True
+ if True or reverse, place legend on axis subplots.
+
+ yunit: string; default None
+ string to specify y-axis unit.
+ None will not print a unit on the y-axis.
+
+ title: string or list; default None
+ title to use for the plot or subplots.
+ None will print no title.
+
+ ax: matplotlib axis object; default setting is None
+ the ax object, which will be used as a canvas for plotting.
+ None will generate a figure and ax object from scratch.
+
+ figsizepx: list of two integers, default is [640, 480]
+ size of the figure in pixels, (x, y).
+ the given x and y will be rounded to the nearest even number,
+ to be able to generate movies from the images.
+
+ ext: string; default is None
+ output format.
+ possible image formats are jpeg, jpg, png, tif, and tiff.
+ for retrieving a datafarme file use csv.
+ any other string or a number returns a pandas dataframe object.
+ None returnes a matplotlib figure object.
+
+ figbgcolor: string; default is None which is transparent (png)
+ or white (jpeg, tiff).
+ figure background color.
+ only relevant if ext specifies an image file.
+
+ **kwargs: possible additional keyword arguments input,
+ handled by the pandas series plot function.
+ + https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.plot.html
```
## output:
```
- if ext is None: a fig matplotlib figure, containing the ax axis object, is returned.
- else: an image file is generated under the returned path.
+ if ext is None: a fig matplotlib figure, containing the ax axis object, is returned.
+ else: an image file is generated under the returned path.
```
## description:
```
- this function to generate a timeseries plot and either returns a
- matplotlib figure or an image file (jpeg, png, tiff).
-
- jpeg is by definition a lossy compressed image format.
- png is by definition a lossless compressed image format.
- tiff can by definition be a lossy or lossless compressed format.
- https://en.wikipedia.org/wiki/JPEG
- https://en.wikipedia.org/wiki/Portable_Network_Graphics
- https://en.wikipedia.org/wiki/TIFF
-
+ this function to generate a timeseries plot and either returns a
+ matplotlib figure or an image file (jpeg, png, tiff).
+
+ jpeg is by definition a lossy compressed image format.
+ png is by definition a lossless compressed image format.
+ tiff can by definition be a lossy or lossless compressed format.
+ https://en.wikipedia.org/wiki/JPEG
+ https://en.wikipedia.org/wiki/Portable_Network_Graphics
+ https://en.wikipedia.org/wiki/TIFF
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.read_mcds.md b/man/docstring/mcdsts.read_mcds.md
index 8167f20..23f21e0 100644
--- a/man/docstring/mcdsts.read_mcds.md
+++ b/man/docstring/mcdsts.read_mcds.md
@@ -3,22 +3,22 @@
## input:
```
- self: TimeSeries class instance.
+ self: TimeSeries class instance.
- xmlfile_list: list of strings; default None
- list of physicell output*.xml strings.
+ xmlfile_list: list of strings; default None
+ list of physicell output*.xml strings.
```
## output:
```
- self.l_mcds: list of mcds objects
+ self.l_mcds: list of mcds objects
```
## description:
```
- the function returns a list of mcds objects loaded by
- TimeStep calls.
-
+ the function returns a list of mcds objects loaded by
+ TimeStep calls.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.set_verbose_false.md b/man/docstring/mcdsts.set_verbose_false.md
index 76062b4..27931cb 100644
--- a/man/docstring/mcdsts.set_verbose_false.md
+++ b/man/docstring/mcdsts.set_verbose_false.md
@@ -8,12 +8,12 @@
## output:
```
- set verbose false.
+ set verbose false.
```
## description:
```
- function to set verbosity.
-
+ function to set verbosity.
+
```
\ No newline at end of file
diff --git a/man/docstring/mcdsts.set_verbose_true.md b/man/docstring/mcdsts.set_verbose_true.md
index 22dfece..2c8d4fa 100644
--- a/man/docstring/mcdsts.set_verbose_true.md
+++ b/man/docstring/mcdsts.set_verbose_true.md
@@ -8,12 +8,12 @@
## output:
```
- set verbose true.
+ set verbose true.
```
## description:
```
- function to set verbosity.
-
+ function to set verbosity.
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.graphfile_parser.md b/man/docstring/pcdl.graphfile_parser.md
index 44a5df5..583eece 100644
--- a/man/docstring/pcdl.graphfile_parser.md
+++ b/man/docstring/pcdl.graphfile_parser.md
@@ -3,21 +3,21 @@
## input:
```
- s_pathfile: string
- path to and file name from graph.txt file.
+ s_pathfile: string
+ path to and file name from graph.txt file.
```
## output:
```
- dei_graph: dictionary of sets of integers.
- object maps each cell ID to connected cell IDs.
+ dei_graph: dictionary of sets of integers.
+ object maps each cell ID to connected cell IDs.
```
## description:
```
- code parses PhysiCell's own graphs format and
- returns the content in a dictionary object.
-
+ code parses PhysiCell's own graphs format and
+ returns the content in a dictionary object.
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.install_data.md b/man/docstring/pcdl.install_data.md
index 8a8372a..22b4743 100644
--- a/man/docstring/pcdl.install_data.md
+++ b/man/docstring/pcdl.install_data.md
@@ -8,12 +8,12 @@
## output:
```
- PhysiCell output folder (2D and 3D time series).
+ PhysiCell output folder (2D and 3D time series).
```
## description:
```
- function to install a 2D and 3D PhysiCell output test dataset.
-
+ function to install a 2D and 3D PhysiCell output test dataset.
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.make_gif.md b/man/docstring/pcdl.make_gif.md
index 4ffe4a8..c8d26c5 100644
--- a/man/docstring/pcdl.make_gif.md
+++ b/man/docstring/pcdl.make_gif.md
@@ -3,29 +3,29 @@
## input:
```
- path: string
- relative or absolute path to where the images are
- from which the gif will be generated.
+ path: string
+ relative or absolute path to where the images are
+ from which the gif will be generated.
- interface: string; default jpeg
- this images, from which the gif will be generated
- have to exist under the given path.
- they can be generated with the plot_scatter or plot_contour
- function.
+ interface: string; default jpeg
+ this images, from which the gif will be generated
+ have to exist under the given path.
+ they can be generated with the plot_scatter or plot_contour
+ function.
```
## output:
```
- gif file in the path directory.
- additionally, the function will return the gif's path and filename.
+ gif file in the path directory.
+ additionally, the function will return the gif's path and filename.
```
## description:
```
- this function generates a gif image from all interface image files
- found in the path directory.
- https://en.wikipedia.org/wiki/GIF
-
+ this function generates a gif image from all interface image files
+ found in the path directory.
+ https://en.wikipedia.org/wiki/GIF
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.render_neuroglancer.md b/man/docstring/pcdl.render_neuroglancer.md
index 5bf8132..ee93d99 100644
--- a/man/docstring/pcdl.render_neuroglancer.md
+++ b/man/docstring/pcdl.render_neuroglancer.md
@@ -3,31 +3,31 @@
## input:
```
- tiffpathfile: string.
- path to ome tiff file.
+ tiffpathfile: string.
+ path to ome tiff file.
- timestep: integer, default is 0.
- variable to specify the specific time step to render.
- useful for time series ome.tiff files.
- the default is compatible with single time step ome.tiff files.
+ timestep: integer, default is 0.
+ variable to specify the specific time step to render.
+ useful for time series ome.tiff files.
+ the default is compatible with single time step ome.tiff files.
- intensity_cmap: string; default is 'gray'.
- matlab color map label, used to display expression intensity values.
- if None, no intensity layers will be generated.
- + https://matplotlib.org/stable/users/explain/colors/colormaps.html
+ intensity_cmap: string; default is 'gray'.
+ matlab color map label, used to display expression intensity values.
+ if None, no intensity layers will be generated.
+ + https://matplotlib.org/stable/users/explain/colors/colormaps.html
```
## output:
```
- viewer: local url where the loaded, neuroglancer rendered ome tiff file
- can be viewed.
+ viewer: local url where the loaded, neuroglancer rendered ome tiff file
+ can be viewed.
```
## description:
```
- function to load a time step from an ome tiff files, generated
- with make_ome_tiff, into neuroglancer.
-
+ function to load a time step from an ome tiff files, generated
+ with make_ome_tiff, into neuroglancer.
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.scaler.md b/man/docstring/pcdl.scaler.md
index f99580e..f2d1794 100644
--- a/man/docstring/pcdl.scaler.md
+++ b/man/docstring/pcdl.scaler.md
@@ -3,61 +3,61 @@
## input:
```
- df_x: pandas dataframe
- one attribute per column, one sample per row.
-
- scale: string; default 'maxabs'
- None: no scaling. set scale to None if you would like to have
- raw data or scale, transform, and normalize the data later.
-
- maxabs: maximum absolute value distance scaler will linearly map
- all values into a [-1, 1] interval. if the original data
- has no negative values, the result will be the same as with
- the minmax scaler (except with attributes with only one value).
- if the attribute has only zeros, the value will be set to 0.
-
- minmax: minimum maximum distance scaler will map all values
- linearly into a [0, 1] interval.
- if the attribute has only one value, the value will be set to 0.
-
- std: standard deviation scaler will result in sigmas.
- each attribute will be mean centered around 0.
- ddof delta degree of freedom is set to 1 because it is assumed
- that the values are samples out of the population
- and not the entire population. it is incomprehensible to me
- that the equivalent sklearn method has ddof set to 0.
- if the attribute has only one value, the value will be set to 0.
+ df_x: pandas dataframe
+ one attribute per column, one sample per row.
+
+ scale: string; default 'maxabs'
+ None: no scaling. set scale to None if you would like to have
+ raw data or scale, transform, and normalize the data later.
+
+ maxabs: maximum absolute value distance scaler will linearly map
+ all values into a [-1, 1] interval. if the original data
+ has no negative values, the result will be the same as with
+ the minmax scaler (except with attributes with only one value).
+ if the attribute has only zeros, the value will be set to 0.
+
+ minmax: minimum maximum distance scaler will map all values
+ linearly into a [0, 1] interval.
+ if the attribute has only one value, the value will be set to 0.
+
+ std: standard deviation scaler will result in sigmas.
+ each attribute will be mean centered around 0.
+ ddof delta degree of freedom is set to 1 because it is assumed
+ that the values are samples out of the population
+ and not the entire population. it is incomprehensible to me
+ that the equivalent sklearn method has ddof set to 0.
+ if the attribute has only one value, the value will be set to 0.
```
## output:
```
- df_x: pandas dataframe
- scaled df_x dataframe.
+ df_x: pandas dataframe
+ scaled df_x dataframe.
```
## description:
```
- inspired by scikit-learn's preprocessing scaling method, this function
- offers a re-implementation of the linear re-scaling methods maxabs,
- minmax, and scale.
-
- the robust scaler methods (quantile based) found in scikit-learn are
- missing. since we deal with simulated data, we don't expect heavy
- outliers, and if they exist, then they are of interest.
- the power and quantile based transformation methods and unit circle
- based normalizer methods found there are missing too.
- if you need to apply any such methods, you can do so to an anndata object
- like this:
-
- from sklearn import preprocessing
- adata.obsm["X_scaled"] = preprocessing.scale(adata.X)
-
- + https://scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
- + https://scikit-learn.org/stable/modules/classes.html#module-sklearn.preprocessing
- + https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
- + https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
- + https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
-
+ inspired by scikit-learn's preprocessing scaling method, this function
+ offers a re-implementation of the linear re-scaling methods maxabs,
+ minmax, and scale.
+
+ the robust scaler methods (quantile based) found in scikit-learn are
+ missing. since we deal with simulated data, we don't expect heavy
+ outliers, and if they exist, then they are of interest.
+ the power and quantile based transformation methods and unit circle
+ based normalizer methods found there are missing too.
+ if you need to apply any such methods, you can do so to an anndata object
+ like this:
+
+ from sklearn import preprocessing
+ adata.obsm["X_scaled"] = preprocessing.scale(adata.X)
+
++ https://scikit-learn.org/stable/auto_examples/preprocessing/plot_all_scaling.html
++ https://scikit-learn.org/stable/modules/classes.html#module-sklearn.preprocessing
++ https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html
++ https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
++ https://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl.uninstall_data.md b/man/docstring/pcdl.uninstall_data.md
index c4b0307..6b13dab 100644
--- a/man/docstring/pcdl.uninstall_data.md
+++ b/man/docstring/pcdl.uninstall_data.md
@@ -8,13 +8,13 @@
## output:
```
- remove PhysiCell test dataset output folders.
+ remove PhysiCell test dataset output folders.
```
## description:
```
- function to uninstall the 2D and 3D PhysiCell output test datasets,
- and all other files stored within its folders.
-
+ function to uninstall the 2D and 3D PhysiCell output test datasets,
+ and all other files stored within its folders.
+
```
\ No newline at end of file
diff --git a/man/docstring/pcdl_get_anndata.md b/man/docstring/pcdl_get_anndata.md
index 8a40978..9a62318 100644
--- a/man/docstring/pcdl_get_anndata.md
+++ b/man/docstring/pcdl_get_anndata.md
@@ -42,7 +42,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--drop [DROP ...] set of column labels to be dropped for the dataframe.
diff --git a/man/docstring/pcdl_get_cell_attribute.md b/man/docstring/pcdl_get_cell_attribute.md
index 5e8327c..795b071 100644
--- a/man/docstring/pcdl_get_cell_attribute.md
+++ b/man/docstring/pcdl_get_cell_attribute.md
@@ -44,7 +44,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--drop [DROP ...] set of column labels to be dropped for the dataframe.
diff --git a/man/docstring/pcdl_get_cell_attribute_list.md b/man/docstring/pcdl_get_cell_attribute_list.md
index 07cacf7..57cda2d 100644
--- a/man/docstring/pcdl_get_cell_attribute_list.md
+++ b/man/docstring/pcdl_get_cell_attribute_list.md
@@ -25,7 +25,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to True for more text output, while
processing. default is False.
diff --git a/man/docstring/pcdl_get_cell_df.md b/man/docstring/pcdl_get_cell_df.md
index f72a5dd..a7f1b8b 100644
--- a/man/docstring/pcdl_get_cell_df.md
+++ b/man/docstring/pcdl_get_cell_df.md
@@ -30,7 +30,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--drop [DROP ...] set of column labels to be dropped for the dataframe.
diff --git a/man/docstring/pcdl_get_celltype_list.md b/man/docstring/pcdl_get_celltype_list.md
index c4b044d..b345ab2 100644
--- a/man/docstring/pcdl_get_celltype_list.md
+++ b/man/docstring/pcdl_get_celltype_list.md
@@ -17,7 +17,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to True for more text output, while
processing. default is False.
diff --git a/man/docstring/pcdl_get_conc_attribute.md b/man/docstring/pcdl_get_conc_attribute.md
index 686cadc..73dbbdb 100644
--- a/man/docstring/pcdl_get_conc_attribute.md
+++ b/man/docstring/pcdl_get_conc_attribute.md
@@ -21,7 +21,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--drop [DROP ...] set of column labels to be dropped for the dataframe.
diff --git a/man/docstring/pcdl_get_conc_df.md b/man/docstring/pcdl_get_conc_df.md
index 9fd93b4..a95bbd4 100644
--- a/man/docstring/pcdl_get_conc_df.md
+++ b/man/docstring/pcdl_get_conc_df.md
@@ -17,7 +17,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--drop [DROP ...] set of column labels to be dropped for the dataframe.
diff --git a/man/docstring/pcdl_get_spatialdata.md b/man/docstring/pcdl_get_spatialdata.md
index 0219e24..5509aa9 100644
--- a/man/docstring/pcdl_get_spatialdata.md
+++ b/man/docstring/pcdl_get_spatialdata.md
@@ -44,7 +44,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--images [IMAGES ...]
diff --git a/man/docstring/pcdl_get_substrate_list.md b/man/docstring/pcdl_get_substrate_list.md
index 55cd668..45e43af 100644
--- a/man/docstring/pcdl_get_substrate_list.md
+++ b/man/docstring/pcdl_get_substrate_list.md
@@ -10,7 +10,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to True for more text output, while
processing. default is False.
diff --git a/man/docstring/pcdl_get_unit_dict.md b/man/docstring/pcdl_get_unit_dict.md
index 5491572..dcaefe0 100644
--- a/man/docstring/pcdl_get_unit_dict.md
+++ b/man/docstring/pcdl_get_unit_dict.md
@@ -20,7 +20,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
diff --git a/man/docstring/pcdl_get_version.md b/man/docstring/pcdl_get_version.md
index af37f6d..f313eba 100644
--- a/man/docstring/pcdl_get_version.md
+++ b/man/docstring/pcdl_get_version.md
@@ -10,7 +10,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to True for more text output, while
processing. default is False.
diff --git a/man/docstring/pcdl_make_cell_vtk.md b/man/docstring/pcdl_make_cell_vtk.md
index d835f46..c020fd2 100644
--- a/man/docstring/pcdl_make_cell_vtk.md
+++ b/man/docstring/pcdl_make_cell_vtk.md
@@ -36,7 +36,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--ext EXT set file extension for the vtk polydata file. for
diff --git a/man/docstring/pcdl_make_conc_vtk.md b/man/docstring/pcdl_make_conc_vtk.md
index d1d451c..e228d58 100644
--- a/man/docstring/pcdl_make_conc_vtk.md
+++ b/man/docstring/pcdl_make_conc_vtk.md
@@ -12,7 +12,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--ext EXT file extension for the vtk rectilinear grid file.
diff --git a/man/docstring/pcdl_make_graph_gml.md b/man/docstring/pcdl_make_graph_gml.md
index 0e27227..28bc840 100644
--- a/man/docstring/pcdl_make_graph_gml.md
+++ b/man/docstring/pcdl_make_graph_gml.md
@@ -44,7 +44,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--edge_attribute EDGE_ATTRIBUTE
diff --git a/man/docstring/pcdl_make_ome_tiff.md b/man/docstring/pcdl_make_ome_tiff.md
index 91de7dd..d67e6d7 100644
--- a/man/docstring/pcdl_make_ome_tiff.md
+++ b/man/docstring/pcdl_make_ome_tiff.md
@@ -33,7 +33,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--conc_cutoff [CONC_CUTOFF ...]
diff --git a/man/docstring/pcdl_plot_contour.md b/man/docstring/pcdl_plot_contour.md
index 8c0cf3a..15e2e1d 100644
--- a/man/docstring/pcdl_plot_contour.md
+++ b/man/docstring/pcdl_plot_contour.md
@@ -4,7 +4,8 @@ usage: pcdl_plot_contour [-h] [-v VERBOSE] [--z_slice Z_SLICE] [--vmin VMIN]
[--cmap CMAP] [--title TITLE] [--grid GRID]
[--xlim XLIM [XLIM ...]] [--ylim YLIM [YLIM ...]]
[--xyequal XYEQUAL]
- [--figsizepx FIGSIZEPX [FIGSIZEPX ...]] [--ext EXT]
+ [--figsizepx FIGSIZEPX [FIGSIZEPX ...]]
+ [--directory DIRECTORY] [--ext EXT]
[--figbgcolor FIGBGCOLOR]
[path] [focus]
@@ -18,7 +19,7 @@ positional arguments:
options:
-h, --help show this help message and exit
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--z_slice Z_SLICE z-axis position to slice a 2D xy-plain out of the 3D
@@ -52,6 +53,11 @@ options:
be able to generate movies from the images. None tries
to take the values from the initial.svg file. fall
back setting is 640 480. default is None.
+ --directory DIRECTORY
+ if none, a meaningful output directory name will be
+ generated, based on focus and z_slice parameters, else
+ the resulting plots will be moved to the explicit name
+ directory.
--ext EXT output image format. possible formats are jpeg, png,
and tiff. default is jpeg.
--figbgcolor FIGBGCOLOR
diff --git a/man/docstring/pcdl_plot_scatter.md b/man/docstring/pcdl_plot_scatter.md
index 65447fb..73ebd8a 100644
--- a/man/docstring/pcdl_plot_scatter.md
+++ b/man/docstring/pcdl_plot_scatter.md
@@ -8,7 +8,8 @@ usage: pcdl_plot_scatter [-h] [--custom_data_type [CUSTOM_DATA_TYPE ...]]
[--cmap CMAP] [--title TITLE] [--grid GRID]
[--legend_loc LEGEND_LOC] [--xlim XLIM [XLIM ...]]
[--ylim YLIM [YLIM ...]] [--xyequal XYEQUAL] [--s S]
- [--figsizepx FIGSIZEPX [FIGSIZEPX ...]] [--ext EXT]
+ [--figsizepx FIGSIZEPX [FIGSIZEPX ...]]
+ [--directory DIRECTORY] [--ext EXT]
[--figbgcolor FIGBGCOLOR]
[path] [focus]
@@ -41,7 +42,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--cat_drop [CAT_DROP ...]
@@ -95,6 +96,11 @@ options:
be able to generate movies from the images. None tries
to take the values from the initial.svg file. fall
back setting is 640 480. default is None.
+ --directory DIRECTORY
+ if none, a meaningful output directory name will be
+ generated, based on focus and z_slice parameters, else
+ the resulting plots will be moved to the explicit name
+ directory.
--ext EXT output image format. possible formats are jpeg, png,
and tiff. default is jpeg.
--figbgcolor FIGBGCOLOR
diff --git a/man/docstring/pcdl_plot_timeseries.md b/man/docstring/pcdl_plot_timeseries.md
index e617c6e..951fed2 100644
--- a/man/docstring/pcdl_plot_timeseries.md
+++ b/man/docstring/pcdl_plot_timeseries.md
@@ -51,7 +51,7 @@ options:
information is not found in the output xml file. set
to None or False if the xml file is missing! default
is False.
- -v VERBOSE, --verbose VERBOSE
+ -v, --verbose VERBOSE
setting verbose to False for less text output, while
processing. default is True.
--frame FRAME to specifies the data dataframe. cell: dataframe will
diff --git a/pcdl/VERSION.py b/pcdl/VERSION.py
index d88f6e6..f589b73 100644
--- a/pcdl/VERSION.py
+++ b/pcdl/VERSION.py
@@ -1 +1 @@
-__version__ = '4.1.6'
+__version__ = '4.1.8'
diff --git a/pcdl/commandline.py b/pcdl/commandline.py
index 75bf4ab..7123a46 100644
--- a/pcdl/commandline.py
+++ b/pcdl/commandline.py
@@ -594,6 +594,12 @@ def plot_contour():
default = ['none'],
help = 'size of the figure in pixels (integer), x y. the given x and y will be rounded to the nearest even number, to be able to generate movies from the images. None tries to take the values from the initial.svg file. fall back setting is 640 480. default is None.',
)
+ # plot_contour directory
+ parser.add_argument(
+ '--directory',
+ default = 'none',
+ help = 'if none, a meaningful output directory name will be generated, based on focus and z_slice parameters, else the resulting plots will be moved to the explicit name directory.',
+ )
# plot_contour ext
parser.add_argument(
'--ext',
@@ -674,6 +680,7 @@ def plot_contour():
xyequal = False if args.xyequal.lower().startswith('f') else True,
ax = None,
figsizepx = None if (args.figsizepx[0].lower() == 'none') else [int(n) for n in args.figsizepx],
+ directory = None if (args.directory.lower() == 'none') else args.directory,
ext = args.ext,
figbgcolor = None if (args.figbgcolor.lower() == 'none') else args.figbgcolor,
)
@@ -723,6 +730,7 @@ def plot_contour():
ylim = None if (args.ylim[0].lower() == 'none') else args.ylim,
xyequal = False if args.xyequal.lower().startswith('f') else True,
figsizepx = None if (args.figsizepx[0].lower() == 'none') else [int(n) for n in args.figsizepx],
+ directory = None if (args.directory.lower() == 'none') else args.directory,
ext = args.ext,
figbgcolor = None if (args.figbgcolor.lower() == 'none') else args.figbgcolor,
)
@@ -1740,6 +1748,12 @@ def plot_scatter():
default = ['none'],
help = 'size of the figure in pixels (integer), x y. the given x and y will be rounded to the nearest even number, to be able to generate movies from the images. None tries to take the values from the initial.svg file. fall back setting is 640 480. default is None.',
)
+ # plot_scatter directory
+ parser.add_argument(
+ '--directory',
+ default = 'none',
+ help = 'if none, a meaningful output directory name will be generated, based on focus and z_slice parameters, else the resulting plots will be moved to the explicit name directory.',
+ )
# plot_scatter ext
parser.add_argument(
'--ext',
@@ -1813,6 +1827,7 @@ def plot_scatter():
s = args.s,
ax = None,
figsizepx = None if (args.figsizepx[0].lower() == 'none') else [int(i) for i in args.figsizepx],
+ directory = None if (args.directory.lower() == 'none') else args.directory,
ext = args.ext,
figbgcolor = None if (args.figbgcolor.lower() == 'none') else args.figbgcolor,
)
@@ -1847,6 +1862,7 @@ def plot_scatter():
xyequal = False if args.xyequal.lower().startswith('f') else True,
s = args.s,
figsizepx = None if (args.figsizepx[0].lower() == 'none') else [int(i) for i in args.figsizepx],
+ directory = None if (args.directory.lower() == 'none') else args.directory,
ext = args.ext,
figbgcolor = None if (args.figbgcolor.lower() == 'none') else args.figbgcolor,
)
diff --git a/pcdl/timeseries.py b/pcdl/timeseries.py
index 439856d..a6a3f01 100644
--- a/pcdl/timeseries.py
+++ b/pcdl/timeseries.py
@@ -574,7 +574,7 @@ def get_conc_attribute(self, values=1, drop=set(), keep=set(), allvalues=False):
return dlr_variable_range
- def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=True, cmap='viridis', title='', grid=True, xlim=None, ylim=None, xyequal=True, figsizepx=None, ext='jpeg', figbgcolor=None, **kwargs):
+ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=True, cmap='viridis', title='', grid=True, xlim=None, ylim=None, xyequal=True, figsizepx=None, directory=None, ext='jpeg', figbgcolor=None, **kwargs):
"""
input:
self: TimeSeries class instance
@@ -635,6 +635,11 @@ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=T
None tries to take the values from the initial.svg file.
fall back setting is [640, 480].
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
ext: string; default is jpeg
output image format. possible formats are jpeg, png, and tiff.
None will return the matplotlib fig object.
@@ -715,6 +720,7 @@ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=T
xyequal = xyequal,
ax = None,
figsizepx = figsizepx,
+ directory = directory,
ext = ext,
figbgcolor = figbgcolor,
**kwargs,
@@ -912,7 +918,7 @@ def get_cell_attribute(self, values=1, drop=set(), keep=set(), allvalues=False):
return dl_variable_range
- def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slice=0.0, z_axis=None, alpha=1, cmap='viridis', title='', grid=True, legend_loc='lower left', xlim=None, ylim=None, xyequal=True, s=1.0, figsizepx=None, ext='jpeg', figbgcolor=None, **kwargs):
+ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slice=0.0, z_axis=None, alpha=1, cmap='viridis', title='', grid=True, legend_loc='lower left', xlim=None, ylim=None, xyequal=True, s=1.0, figsizepx=None, directory=None, ext='jpeg', figbgcolor=None, **kwargs):
"""
input:
self: TimeSeries class instance
@@ -986,6 +992,11 @@ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slic
None tries to take the values from the initial.svg file.
fall back setting is [640, 480].
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
ext: string; default is jpeg
output image format. possible formats are jpeg, png, and tiff.
None will return the matplotlib fig object.
@@ -1037,6 +1048,7 @@ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slic
s = s,
ax = None,
figsizepx = figsizepx,
+ directory = directory,
ext = ext,
figbgcolor = figbgcolor,
**kwargs,
@@ -1223,7 +1235,7 @@ def make_ome_tiff(self, cell_attribute='ID', conc_cutoff={}, focus=None, file=Tr
## TIME SERIES RELATED FUNCTIONS ##
- def plot_timeseries(self, focus_cat=None, focus_num=None, aggregate_num=np.nanmean, frame='cell', cat_drop=set(), cat_keep=(), z_slice=None, logy=False, ylim=None, secondary_y=None, subplots=False, sharex=False, sharey=False, linestyle='-', linewidth=None, cmap=None, color=None, grid=True, legend=True, yunit=None, title=None, ax=None, figsizepx=[640, 480], ext=None, figbgcolor=None, **kwargs):
+ def plot_timeseries(self, focus_cat=None, focus_num=None, aggregate_num=np.nanmean, frame='cell', cat_drop=set(), cat_keep=set(), z_slice=None, logy=False, ylim=None, secondary_y=None, subplots=False, sharex=False, sharey=False, linestyle='-', linewidth=None, cmap=None, color=None, grid=True, legend=True, yunit=None, title=None, ax=None, figsizepx=[640, 480], ext=None, figbgcolor=None, **kwargs):
"""
input:
self: TimeSeries class instance
@@ -1681,12 +1693,14 @@ def get_anndata(self, values=1, drop=set(), keep=set(), scale='maxabs', collapse
ls_column.extend(sorted(self.get_cell_attribute(values=values, drop=drop, keep=keep, allvalues=False).keys()))
# package collapse
- if collapse and self.verbose:
+ if collapse:
+
# warning
- print('Warning @ mcdsts.get_anndata : only df_cell data, but not graph data, can be collapsed.')
- df_cell = self.get_cell_df(values=values, drop=drop, keep=keep, collapse=True)
+ if self.verbose:
+ print('Warning @ mcdsts.get_anndata : only df_cell data, but not graph data, can be collapsed.')
# extract
+ df_cell = self.get_cell_df(values=values, drop=drop, keep=keep, collapse=True)
df_count, df_obs, d_obsm, d_obsp, d_uns = _anndextract(
df_cell=df_cell,
scale = scale,
diff --git a/pcdl/timestep.py b/pcdl/timestep.py
index b014d01..b318c18 100644
--- a/pcdl/timestep.py
+++ b/pcdl/timestep.py
@@ -391,13 +391,21 @@ def _anndextract(df_cell, scale='maxabs', graph_attached={}, graph_neighbor={},
# make a copy of the input
df_cell = df_cell.copy()
- # transform index to string
+ # extract spatial coordinates
+ # bue: to be done before index as str manipulation
df_coor = df_cell.loc[:,['position_x','position_y','position_z']]
+
+ # mainipulate index
+ if df_cell.index.name == 'ID':
+ df_cell.reset_index(inplace=True)
+ df_cell.index = df_cell.ID
+ df_cell.index.name = 'index'
df_cell.index = df_cell.index.astype(str)
+
# build obs anndata object (annotation of observations)
- df_obs = df_cell.loc[:,['mesh_center_p','time']]
- df_obs.columns = ['z_layer', 'time']
+ df_obs = df_cell.loc[:,['mesh_center_p','time','ID']]
+ df_obs.columns = ['z_layer','time','ID']
# buil obsm anndata object spatial (multi-dimensional annotation of observations)
if (len(set(df_cell.position_z)) == 1):
@@ -414,7 +422,7 @@ def _anndextract(df_cell, scale='maxabs', graph_attached={}, graph_neighbor={},
# https://github.com/VeraPancaldiLab/tysserand/blob/main/tysserand/tysserand.py#L1546
####
# extract cell_id to index mapping (i always loved perl)
- di_ididx = df_cell.reset_index().loc[:,'ID'].reset_index().astype(int).set_index('ID').squeeze().to_dict()
+ di_ididx = df_cell.reset_index().loc[:,'ID'].reset_index().set_index('ID').squeeze().to_dict()
# transform cell id graph dict to index matrix and pack for anndata
d_obsp = {} # pairwise annotation of obeservation
d_uns = {} # unstructured data
@@ -462,7 +470,8 @@ def _anndextract(df_cell, scale='maxabs', graph_attached={}, graph_neighbor={},
}
})
- # extract discrete cell data
+ # extract non discrete cell data
+ # bue 2060826: maybe obs? (voxel ijk, mesh_center mn, runtime, xmlfile)
es_drop = set(df_cell.columns).intersection({
'ID',
'voxel_i', 'voxel_j', 'voxel_k',
@@ -470,7 +479,7 @@ def _anndextract(df_cell, scale='maxabs', graph_attached={}, graph_neighbor={},
'position_x', 'position_y','position_z',
'time', 'runtime', 'xmlfile',
})
- df_cell.drop(es_drop, axis=1, inplace=True) # maybe obs?
+ df_cell.drop(es_drop, axis=1, inplace=True)
# dectect variable types
des_type = {'float': set(), 'int': set(), 'bool': set(), 'str': set()}
@@ -481,7 +490,7 @@ def _anndextract(df_cell, scale='maxabs', graph_attached={}, graph_neighbor={},
des_type['int'].add(se_cell.name)
elif str(se_cell.dtype).startswith('bool'):
des_type['bool'].add(se_cell.name)
- elif str(se_cell.dtype).startswith('object'):
+ elif str(se_cell.dtype).startswith('object') or str(se_cell.dtype).startswith('str'):
des_type['str'].add(se_cell.name)
else:
sys.exit(f'Error @ TimeStep._anndextract : column {se_cell.name} detected with unknown dtype {str(se_cell.dtype)}.')
@@ -1180,7 +1189,7 @@ def get_conc_df(self, z_slice=None, halt=False, values=1, drop=set(), keep=set()
return df_conc
- def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=True, cmap='viridis', title=None, grid=True, xlim=None, ylim=None, xyequal=True, ax=None, figsizepx=None, ext=None, figbgcolor=None, **kwargs):
+ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=True, cmap='viridis', title=None, grid=True, xlim=None, ylim=None, xyequal=True, ax=None, figsizepx=None, directory=None, ext=None, figbgcolor=None, **kwargs):
"""
input:
focus: string
@@ -1242,6 +1251,11 @@ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=T
None tries to take the values from the initial.svg file.
fall back setting is [640, 480].
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
+
ext: string; default is None
output image format. possible formats are jpeg, png, and tiff.
None will return the matplotlib fig object.
@@ -1367,7 +1381,10 @@ def plot_contour(self, focus, z_slice=0.0, vmin=None, vmax=None, alpha=1, fill=T
else:
# handle output path and filename
- s_path = self.path + f"/conc_{focus.replace(' ','_')}_z{round(z_slice,9)}/"
+ if (directory is None):
+ s_path = self.path + f"/conc_{focus.replace(' ','_')}_z{round(z_slice,9)}/"
+ else:
+ s_path = f'{directory}/'
os.makedirs(s_path, exist_ok=True)
s_file = self.xmlfile.replace('.xml', f"_{focus.replace(' ','_')}.{ext}")
s_pathfile = f'{s_path}{s_file}'
@@ -1585,7 +1602,7 @@ def get_cell_attribute_list(self):
return self.data['cell']['ls_cellattr'].copy()
- def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slice=0.0, z_axis=None, alpha=1, cmap='viridis', title=None, grid=True, legend_loc='lower left', xlim=None, ylim=None, xyequal=True, s=1.0, ax=None, figsizepx=None, ext=None, figbgcolor=None, **kwargs):
+ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slice=0.0, z_axis=None, alpha=1, cmap='viridis', title=None, grid=True, legend_loc='lower left', xlim=None, ylim=None, xyequal=True, s=1.0, ax=None, figsizepx=None, directory=None, ext=None, figbgcolor=None, **kwargs):
"""
input:
focus: string; default is 'cell_type'
@@ -1660,7 +1677,12 @@ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slic
the given x and y will be rounded to the nearest even number,
to be able to generate movies from the images.
None tries to take the values from the initial.svg file.
- fall back setting is [640, 480].
+ fall back setting is [640, 480].\
+
+ directory: string; default None
+ if None, a meaningful output directory name will be generated,
+ based on focus and z_slice parameters, else the resulting plots
+ will be moved to the explicit name directory.
ext: string; default is None
output image format. possible formats are jpeg, png, and tiff.
@@ -1731,7 +1753,7 @@ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slic
df_cell.loc[:,'s'] = ((6 * df_cell.total_volume) / np.pi)**(2/3) * s # diamter of a sphere times s
# handle z_axis categorical cases
- if (str(df_cell.loc[:,focus].dtype) in {'bool', 'object'}):
+ if (str(df_cell.loc[:,focus].dtype) in {'bool', 'str', 'object'}):
vmin = None
vmax = None
if (z_axis is None):
@@ -1856,7 +1878,10 @@ def plot_scatter(self, focus='cell_type', cat_drop=set(), cat_keep=set(), z_slic
else:
# handle output path and filename
- s_path = self.path + f"/cell_{focus.replace(' ','_')}_z{round(z_slice,9)}/"
+ if (directory is None):
+ s_path = self.path + f"/cell_{focus.replace(' ','_')}_z{round(z_slice,9)}/"
+ else:
+ s_path = f'{directory}/'
os.makedirs(s_path, exist_ok=True)
s_file = self.xmlfile.replace('.xml', f"_{focus.replace(' ','_')}.{ext}")
s_pathfile = f'{s_path}{s_file}'
@@ -2815,7 +2840,7 @@ def get_muspan(self, z_slice=None, values=1, drop=set(), keep=set()):
des_type['int'].add(se_zcell.name)
elif str(se_zcell.dtype).startswith('bool'):
des_type['bool'].add(se_zcell.name)
- elif str(se_zcell.dtype).startswith('object'):
+ elif str(se_zcell.dtype).startswith('object') in str(se_zcell.dtype).startswith('str'):
des_type['str'].add(se_zcell.name)
else:
sys.exit(f'Error @ TimeStep.get_muspa : column {se_zcell.name} detected with unknown dtype {str(se_zcell.dtype)}.')
diff --git a/pyproject.toml b/pyproject.toml
index e7625d2..dd74a72 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,6 +23,29 @@
# 10. twine upload dist/* --verbose
# 11. git push origin
# 12. git push --tag
+#
+# releasing a next version on bioconda:
+# 13. vim bioconda-recipes/recipes/pcdl/meta.yaml # update version and content
+# 14. git bioconda-recipes pull request
+# 15. cp -r ../bioconda-recipes/recipes/pcdl jakku/biocondarecipes_recipes/
+# 16. git add jakku/biocondarecipes_recipes/pcdl/meta.yaml
+# 17. git commit -m'@ jakku : bioconda next release.'
+# 18. git push origin
+#
+# releasing a next version on galaxy:
+# https://planemo.readthedocs.io/en/latest/index.html
+# https://docs.galaxyproject.org/en/latest/dev/schema.html
+# cd tools-iuc/tools/pcdl/
+# planemo lint
+# planemo test
+# planemo serve
+#
+# 19. vim tools-iuc/tools/pcdl/pcdl_macros.xml # update version
+# 20. git tools-iuc pull request
+# 21. cp -r ../tools-iuc/tools/pcdl jakku/toolsiuc_tools/
+# 22. git add jakku/toolsiuc_tools/pcdl/pcdl_macros.xml
+# 23. git commit -m'@ jakku : galaxy next release.'
+# 24. git push origin
#####
@@ -95,7 +118,6 @@ full = [
"scikit-image>=0.24.0",
"shapely>=2.0.1", # spatialdata 0.7.3 compatible
"spatialdata>=0.7.3",
- #"ome-zarr<0.14.0", # bue 20260405: bugfix for spatialdata 0.7.2
]
diff --git a/test/test_commandline_2d.py b/test/test_commandline_2d.py
index cff4c3b..784d69e 100644
--- a/test/test_commandline_2d.py
+++ b/test/test_commandline_2d.py
@@ -353,6 +353,7 @@ def test_pcdl_plot_contour_set(self):
'--ylim', '-30', '300',
'--xyequal', 'false',
'--figsizepx', '842', '531',
+ '--directory', f'{s_path_2d}/jakku',
'--ext', 'tiff',
'--figbgcolor', 'yellow',
], check=False, capture_output=True)
@@ -360,7 +361,7 @@ def test_pcdl_plot_contour_set(self):
print(f'o_result.returncode: {o_result.returncode}\n')
print(f'o_result.stdout: {o_result.stdout}\n')
print(f'o_result.stderr: {o_result.stderr}\n')
- shutil.rmtree(f'{s_path_2d}/conc_oxygen_z0.0/')
+ shutil.rmtree(f'{s_path_2d}/jakku/')
assert o_result.returncode == 0
@@ -1295,6 +1296,7 @@ def test_pcdl_plot_scatter_set(self):
'--xyequal', 'false',
'--s', '74',
'--figsizepx', '842', '531',
+ '--directory', f'{s_path_2d}/jakku',
'--ext', 'tiff',
'--figbgcolor', 'yellow',
], check=False, capture_output=True)
@@ -1302,7 +1304,7 @@ def test_pcdl_plot_scatter_set(self):
print(f'o_result.returncode: {o_result.returncode}\n')
print(f'o_result.stdout: {o_result.stdout}\n')
print(f'o_result.stderr: {o_result.stderr}\n')
- shutil.rmtree(f'{s_path_2d}/cell_oxygen_z0.0/')
+ shutil.rmtree(f'{s_path_2d}/jakku/')
assert o_result.returncode == 0
diff --git a/test/test_timeseries_2d.py b/test/test_timeseries_2d.py
index c32a90f..9340a28 100644
--- a/test/test_timeseries_2d.py
+++ b/test/test_timeseries_2d.py
@@ -200,7 +200,7 @@ def test_mcdsts_get_conc_df(self, mcdsts=mcdsts):
ldf_conc = mcdsts.get_conc_df(values=2, drop=set(), keep=set(), collapse=False)
assert(str(type(mcdsts)) == "") and \
(str(type(ldf_conc)) == "") and \
- (str(type(ldf_conc[0])) == "") and \
+ (str(type(ldf_conc[0])) == "") and \
(ldf_conc[0].shape == (121, 9)) and \
(ldf_conc[-1].shape == (121, 11)) and \
(len(ldf_conc) == 25)
@@ -208,7 +208,7 @@ def test_mcdsts_get_conc_df(self, mcdsts=mcdsts):
def test_mcdsts_get_conc_df_collapse(self, mcdsts=mcdsts):
df_conc = mcdsts.get_conc_df(values=2, drop=set(), keep=set(), collapse=True)
assert(str(type(mcdsts)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (3025, 11))
def test_mcdsts_get_conc_attribute(self, mcdsts=mcdsts):
@@ -254,6 +254,8 @@ def test_mcdsts_plot_contour_if(self, mcdsts=mcdsts):
ylim = None, # test if
#xyequal = True, # pyMCD
figsizepx = None, # test if
+ directory = None, # test if
+ #directory = f'{s_path_2d}/jakku', # test else
ext = 'jpeg', # test file case
figbgcolor = None, # test if
)
@@ -267,6 +269,7 @@ def test_mcdsts_plot_contour_if(self, mcdsts=mcdsts):
(len(ls_pathfile) == 25)
for s_pathfile in ls_pathfile:
os.remove(s_pathfile)
+ #shutil.rmtree(f'{s_path_2d}/jakku')
@pytest.mark.filterwarnings("ignore:More than 20 figures have been opened.")
def test_mcdsts_plot_contour_else(self, mcdsts=mcdsts):
@@ -284,6 +287,7 @@ def test_mcdsts_plot_contour_else(self, mcdsts=mcdsts):
ylim = [-21, 201], # jump over if
#xyequal = True, # TimeStep
figsizepx = [641, 481], # test non even pixel
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = 'yellow', # not a file
)
@@ -317,7 +321,7 @@ def test_mcdsts_get_cell_df(self, mcdsts=mcdsts):
ldf_cell = mcdsts.get_cell_df(values=2, drop=set(), keep=set(), collapse=False)
assert(str(type(mcdsts)) == "") and \
(str(type(ldf_cell)) == "") and \
- (str(type(ldf_cell[0])) == "") and \
+ (str(type(ldf_cell[0])) == "") and \
(ldf_cell[0].shape[0] > 9) and \
(ldf_cell[0].shape[1] == 36) and \
(ldf_cell[-1].shape[0] > 9) and \
@@ -327,7 +331,7 @@ def test_mcdsts_get_cell_df(self, mcdsts=mcdsts):
def test_mcdsts_get_cell_df_collapse(self, mcdsts=mcdsts):
df_cell = mcdsts.get_cell_df(values=2, drop=set(), keep=set(), collapse=True)
assert(str(type(mcdsts)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 67)
@@ -391,6 +395,8 @@ def test_mcdsts_plot_scatter_num(self, mcdsts=mcdsts):
#xyequal = True, # TimeStep
s = 0.9, # test calculation
figsizepx = None, # case extract from initial.svg
+ directory = None, # test if
+ #directory = f'{s_path_2d}/jakku', # test else
ext = 'jpeg', # generate file case
figbgcolor = None, # test if
)
@@ -404,6 +410,8 @@ def test_mcdsts_plot_scatter_num(self, mcdsts=mcdsts):
(len(ls_pathfile) == 25)
for s_pathfile in ls_pathfile:
os.remove(s_pathfile)
+ #shutil.rmtree(f'{s_path_2d}/jakku')
+
def test_mcdsts_plot_scatter_cat(self, mcdsts=mcdsts):
l_fig = mcdsts.plot_scatter(
@@ -422,6 +430,7 @@ def test_mcdsts_plot_scatter_cat(self, mcdsts=mcdsts):
#xyequal = True, # TimeStep
#s = 1.0, # test calculation
figsizepx = [641, 481], # test case non even pixel number
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -676,7 +685,7 @@ def test_mcdsts_plot_timeseries_cat_none_catkeep_cell_df(self, mcdsts=mcdsts):
figbgcolor = None # test if
)
assert(str(type(mcdsts)) == "") and \
- (str(type(df)) == "")
+ (str(type(df)) == "")
plt.close()
def test_mcdsts_plot_timeseries_none_num_yunit_cell_fig(self, mcdsts=mcdsts):
@@ -872,7 +881,7 @@ def test_mcdsts_plot_timeseries_cat_num_catkeep_conc_df(self, mcdsts=mcdsts):
figbgcolor = None # test if
)
assert(str(type(mcdsts)) == "") and \
- (str(type(df)) == "")
+ (str(type(df)) == "")
plt.close()
def test_mcdsts_plot_timeseries_none_none_yunit_conc_fig(self, mcdsts=mcdsts):
@@ -928,11 +937,11 @@ def test_mcdsts_get_anndata(self):
(len(mcdsts.l_mcds) == 25) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 2) and \
(len(ann.obsp) == 0) and \
@@ -947,11 +956,11 @@ def test_mcdsts_get_anndata_value(self):
(len(mcdsts.l_mcds) == 25) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 50) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 6) and \
+ (ann.obs.shape[1] == 7) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 2) and \
(len(ann.obsp) == 0) and \
@@ -967,11 +976,11 @@ def test_mcdsts_get_anndata_collapsefalse(self):
(l_annmcds == mcdsts.l_annmcds) and \
(str(type(mcdsts.l_annmcds)) == "") and \
(len(mcdsts.l_annmcds) == 25) and \
- (all([str(type(ann)) == "" for ann in mcdsts.l_annmcds])) and \
+ (all([str(type(ann)) == "" for ann in mcdsts.l_annmcds])) and \
(mcdsts.l_annmcds[24].X.shape[0] > 9) and \
(mcdsts.l_annmcds[24].X.shape[1] == 105) and \
(mcdsts.l_annmcds[24].obs.shape[0] > 9) and \
- (mcdsts.l_annmcds[24].obs.shape[1] == 7) and \
+ (mcdsts.l_annmcds[24].obs.shape[1] == 8) and \
(mcdsts.l_annmcds[24].obsm['spatial'].shape[0] > 9) and \
(mcdsts.l_annmcds[24].obsm['spatial'].shape[1] == 2) and \
(len(mcdsts.l_annmcds[24].obsp) == 4) and \
@@ -986,11 +995,11 @@ def test_mcdsts_get_anndata_keepmcdsfalse(self):
(len(mcdsts.l_mcds) == 0) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 2) and \
(len(ann.obsp) == 0) and \
diff --git a/test/test_timeseries_3d.py b/test/test_timeseries_3d.py
index 2fb9b13..7e0fe0c 100644
--- a/test/test_timeseries_3d.py
+++ b/test/test_timeseries_3d.py
@@ -127,7 +127,7 @@ def test_mcdsts_get_conc_df(self, mcdsts=mcdsts):
ldf_conc = mcdsts.get_conc_df(values=2, drop=set(), keep=set(), collapse=False)
assert(str(type(mcdsts)) == "") and \
(str(type(ldf_conc)) == "") and \
- (str(type(ldf_conc[0])) == "") and \
+ (str(type(ldf_conc[0])) == "") and \
(ldf_conc[0].shape == (1331, 9)) and \
(ldf_conc[-1].shape == (1331, 11)) and \
(len(ldf_conc) == 25)
@@ -135,7 +135,7 @@ def test_mcdsts_get_conc_df(self, mcdsts=mcdsts):
def test_mcdsts_get_conc_df_collapse(self, mcdsts=mcdsts):
df_conc = mcdsts.get_conc_df(values=2, drop=set(), keep=set(), collapse=True)
assert(str(type(mcdsts)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (33275, 11))
def test_mcdsts_get_conc_attribute(self, mcdsts=mcdsts):
@@ -181,6 +181,8 @@ def test_mcdsts_plot_contour_if(self, mcdsts=mcdsts):
ylim = None, # test if
#xyequal = True, # TimeStep
figsizepx = None, # test if
+ directory = None, # test if
+ #directory = '{s_path_3d}/jakku', # test else
ext = 'jpeg',
figbgcolor = None, # test if
)
@@ -194,6 +196,7 @@ def test_mcdsts_plot_contour_if(self, mcdsts=mcdsts):
(len(ls_pathfile) == 25)
for s_pathfile in ls_pathfile:
os.remove(s_pathfile)
+ #shutil.rmtree(f'{s_path_3d}/jakku')
def test_mcdsts_plot_contour_else(self, mcdsts=mcdsts):
l_fig = mcdsts.plot_contour(
@@ -210,6 +213,7 @@ def test_mcdsts_plot_contour_else(self, mcdsts=mcdsts):
ylim = [-21, 201], # jump over if
#xyequal = True, # TimeStep
figsizepx = [641, 481], # test non even pixel
+ directory = None, # jump over if
ext = None,
figbgcolor = 'yellow', # jump over if
)
@@ -244,7 +248,7 @@ def test_mcdsts_get_cell_df(self, mcdsts=mcdsts):
ldf_cell = mcdsts.get_cell_df(values=2, drop=set(), keep=set(), collapse=False)
assert(str(type(mcdsts)) == "") and \
(str(type(ldf_cell)) == "") and \
- (str(type(ldf_cell[0])) == "") and \
+ (str(type(ldf_cell[0])) == "") and \
(ldf_cell[0].shape[0] > 9) and \
(ldf_cell[0].shape[1] == 40) and \
(ldf_cell[-1].shape[0] > 9) and \
@@ -254,7 +258,7 @@ def test_mcdsts_get_cell_df(self, mcdsts=mcdsts):
def test_mcdsts_get_cell_df_collapse(self, mcdsts=mcdsts):
df_cell = mcdsts.get_cell_df(values=2, drop=set(), keep=set(), collapse=True)
assert(str(type(mcdsts)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 73)
@@ -318,6 +322,8 @@ def test_mcdsts_plot_scatter_num(self, mcdsts=mcdsts):
#xyequal = True, # TimeStep
s = 0.1, # test calculation
figsizepx = None, # case extract from initial.svg
+ directory = None, # test if
+ #directory = '{s_path_3d}/jakku', # test else
ext = 'jpeg',
figbgcolor = None, # test if
)
@@ -331,6 +337,7 @@ def test_mcdsts_plot_scatter_num(self, mcdsts=mcdsts):
(len(ls_pathfile) == 25)
for s_pathfile in ls_pathfile:
os.remove(s_pathfile)
+ #shutil.rmtree('{s_path_3d}/jakku')
def test_mcdsts_plot_scatter_cat(self, mcdsts=mcdsts):
l_fig = mcdsts.plot_scatter(
@@ -349,6 +356,7 @@ def test_mcdsts_plot_scatter_cat(self, mcdsts=mcdsts):
#xyequal = True, # TimeStep
#s = 1.0, # test calculation
figsizepx = [641, 481], # test case non even pixel number
+ directory = None, # jump over if
ext = None,
figbgcolor = 'cyan', # jump over if
)
@@ -540,7 +548,7 @@ def test_mcdsts_plot_timeseries_cat_none_catkeep_cell_df(self, mcdsts=mcdsts):
figbgcolor = None # test if
)
assert(str(type(mcdsts)) == "") and \
- (str(type(df)) == "")
+ (str(type(df)) == "")
plt.close()
def test_mcdsts_plot_timeseries_none_num_yunit_cell_fig(self, mcdsts=mcdsts):
@@ -736,7 +744,7 @@ def test_mcdsts_plot_timeseries_cat_num_catkeep_conc_df(self, mcdsts=mcdsts):
figbgcolor = None # test if
)
assert(str(type(mcdsts)) == "") and \
- (str(type(df)) == "")
+ (str(type(df)) == "")
plt.close()
def test_mcdsts_plot_timeseries_none_none_yunit_conc_fig(self, mcdsts=mcdsts):
@@ -791,11 +799,11 @@ def test_mcdsts_get_anndata(self):
(len(mcdsts.l_mcds) == 25) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 3) and \
(len(ann.obsp) == 0) and \
@@ -810,11 +818,11 @@ def test_mcdsts_get_anndata_value(self):
(len(mcdsts.l_mcds) == 25) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 56) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 6) and \
+ (ann.obs.shape[1] == 7) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 3) and \
(len(ann.obsp) == 0) and \
@@ -830,11 +838,11 @@ def test_mcdsts_get_anndata_collapsefalse(self):
(l_annmcds == mcdsts.l_annmcds) and \
(str(type(mcdsts.l_annmcds)) == "") and \
(len(mcdsts.l_annmcds) == 25) and \
- (all([str(type(ann)) == "" for ann in mcdsts.l_annmcds])) and \
+ (all([str(type(ann)) == "" for ann in mcdsts.l_annmcds])) and \
(mcdsts.l_annmcds[24].X.shape[0] > 9) and \
(mcdsts.l_annmcds[24].X.shape[1] == 105) and \
(mcdsts.l_annmcds[24].obs.shape[0] > 9) and \
- (mcdsts.l_annmcds[24].obs.shape[1] == 7) and \
+ (mcdsts.l_annmcds[24].obs.shape[1] == 8) and \
(mcdsts.l_annmcds[24].obsm['spatial'].shape[0] > 9) and \
(mcdsts.l_annmcds[24].obsm['spatial'].shape[1] == 3) and \
(len(mcdsts.l_annmcds[24].obsp) == 4) and \
@@ -849,11 +857,11 @@ def test_mcdsts_get_anndata_keepmcdsfalse(self):
(len(mcdsts.l_mcds) == 0) and \
(l_annmcds == mcdsts.l_annmcds) and \
(mcdsts.l_annmcds is None) and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 3) and \
(len(ann.obsp) == 0) and \
diff --git a/test/test_timestep_2d.py b/test/test_timestep_2d.py
index a6507e7..6fa64e5 100644
--- a/test/test_timestep_2d.py
+++ b/test/test_timestep_2d.py
@@ -33,17 +33,6 @@
s_pathfile_2d = f'{s_path_2d}/{s_file_2d}'
-## download test dataset ##
-if not os.path.exists(s_path_2d):
- pcdl.install_data()
-
-
-# const
-s_path_2d = str(pathlib.Path(pcdl.__file__).parent.resolve()/'output_2d')
-s_file_2d = 'output00000024.xml'
-s_pathfile_2d = f'{s_path_2d}/{s_file_2d}'
-
-
# test data
if not os.path.exists(s_path_2d):
pcdl.install_data()
@@ -57,7 +46,7 @@ class TestTimeStepInit(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -74,7 +63,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -86,7 +75,7 @@ class TestTimeStepInitMicroenvFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 116)
@@ -103,7 +92,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 116)
@@ -115,7 +104,7 @@ class TestTimeStepInitGraphFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -132,7 +121,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -144,7 +133,7 @@ class TestTimeStepInitPhysibossFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -161,7 +150,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -173,7 +162,7 @@ class TestTimeStepInitSettingxmlFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -190,7 +179,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -202,7 +191,7 @@ class TestTimeStepInitSettingxmlNone(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -219,7 +208,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -491,43 +480,43 @@ def test_mcds_get_substrate_dict(self, mcds=mcds):
def test_mcds_get_substrate_df(self, mcds=mcds):
df_substrate = mcds.get_substrate_df()
assert(str(type(mcds)) == "") and \
- (str(type(df_substrate)) == "") and \
+ (str(type(df_substrate)) == "") and \
(df_substrate.shape == (2, 2))
def test_mcds_get_conc_df(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_zslice_center(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=0, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_zslice_outofcenter(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=-6, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_values(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=2, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_drop(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop={'oxygen'}, keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 10))
def test_mcds_get_conc_df_keep(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop=set(), keep={'oxygen'})
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 10))
def test_mcds_plot_contour(self, mcds=mcds):
@@ -546,6 +535,7 @@ def test_mcds_plot_contour(self, mcds=mcds):
xyequal = True, # test if
ax = None, # ok
figsizepx = None, # test if
+ directory = None, # test if
ext = None, # test fig case
figbgcolor = None, # not at file
)
@@ -570,6 +560,8 @@ def test_mcds_plot_contourf(self, mcds=mcds):
xyequal = True, # test if
ax = ax, # use axis from existing matplotlib figure
figsizepx = [641, 481], # test non even pixel
+ directory = None, # test if
+ #directory = f'{s_path_2d}/jakku', # test else
ext = 'tiff', # test file case
figbgcolor = 'yellow', # jump over if
)
@@ -578,6 +570,7 @@ def test_mcds_plot_contourf(self, mcds=mcds):
(os.path.exists(s_pathfile)) and \
(os.path.getsize(s_pathfile) > 2**10)
os.remove(s_pathfile)
+ #os.remove(f'{s_path_2d}/jakku')
def test_mcds_make_conc_vtk(self, mcds=mcds):
s_pathfile = mcds.make_conc_vtk(ext='.vtr') # test set ext parameter.
@@ -617,28 +610,28 @@ def test_mcds_get_celltype_dict(self, mcds=mcds):
def test_mcds_get_cell_df(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
def test_mcds_get_cell_df_values(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=2, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 66)
def test_mcds_get_cell_df_drop(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop={'oxygen'}, keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 121)
def test_mcds_get_cell_df_keep(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop=set(), keep={'oxygen'})
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 13)
@@ -661,6 +654,7 @@ def test_mcds_plot_scatter_cat_if(self, mcds=mcds):
s = 1.1, # test calculation
ax = None, # generate matplotlib figure
figsizepx = None, # test if case ax none
+ directory = None, # test if
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -686,6 +680,8 @@ def test_mcds_plot_scatter_cat_else1(self, mcds=mcds):
#s = 1.0, # test calculation
ax = None, # use axis from existing matplotlib figure
figsizepx = [701, 501], # jump over if case ax none
+ directory = None, # test else
+ #directory = f'{s_path_2d}/jakku', # test else
ext = 'tiff', # test file case
figbgcolor = 'cyan', # jump over if
)
@@ -694,6 +690,7 @@ def test_mcds_plot_scatter_cat_else1(self, mcds=mcds):
(os.path.exists(s_pathfile)) and \
(os.path.getsize(s_pathfile) > 2**10)
os.remove(s_pathfile)
+ #os.remove(f'{s_path_2d}/jakku')
def test_mcds_plot_scatter_cat_else2(self, mcds=mcds):
fig, ax = plt.subplots()
@@ -714,6 +711,7 @@ def test_mcds_plot_scatter_cat_else2(self, mcds=mcds):
#s = 1.0, # test calculation
ax = ax, # use axis from existing matplotlib figure
#figsizepx = None, # test case ax ax
+ #directory = None, # test if
#ext = None, # test fig case
#figbgcolor = None, # not a file
)
@@ -740,6 +738,7 @@ def test_mcds_plot_scatter_num_if(self, mcds=mcds):
#s = 1.0, # matplotlib
#ax = None, # generate matplotlib figure
#figsizepx = None, # test if
+ #directory = None, # test if
#ext = None, # test fig case
#figbgcolor = None, # not a file
)
@@ -765,6 +764,7 @@ def test_mcds_plot_scatter_num_else(self, mcds=mcds):
#s = None, # matplotlib
#ax = None, # generate matplotlib figure
#figsizepx = None, # test if
+ #directory = None, # test if
#ext = None, # test fig case
#figbgcolor = None, # not a file
)
@@ -1057,26 +1057,26 @@ class TestTimeStepScaler(object):
def test_scaler_none(self, df_x=df_x):
df_scaled = pcdl.timestep.scaler(df_x=df_x, scale=None)
- assert(str(type(df_scaled)) == "") and \
+ assert(str(type(df_scaled)) == "") and \
(all(df_scaled == df_x))
def test_scaler_minabs(self, df_x=df_x):
df_scaled = pcdl.timestep.scaler(df_x=df_x, scale='maxabs')
- assert(str(type(df_scaled)) == "") and \
+ assert(str(type(df_scaled)) == "") and \
(df_scaled.values.sum().round(3) == 2.0) and \
(df_scaled.values.min().round(3) == -1.0) and \
(df_scaled.values.max().round(3) == 1.0)
def test_scaler_minmax(self, df_x=df_x):
df_scaled = pcdl.timestep.scaler(df_x=df_x, scale='minmax')
- assert(str(type(df_scaled)) == "") and \
+ assert(str(type(df_scaled)) == "") and \
(df_scaled.values.sum().round(3) == 4.333) and \
(df_scaled.values.min().round(3) == 0.0) and \
(df_scaled.values.max().round(3) == 1.0)
def test_scaler_std(self, df_x=df_x):
df_scaled = pcdl.timestep.scaler(df_x=df_x, scale='std')
- assert(str(type(df_scaled)) == "") and \
+ assert(str(type(df_scaled)) == "") and \
(df_scaled.values.sum().round(3) == 0.0) and \
(df_scaled.values.min().round(3) == -1.0) and \
(df_scaled.values.max().round(3) == 1.091)
@@ -1091,11 +1091,11 @@ def test_mcds_get_anndata(self):
mcds = pcdl.TimeStep(s_pathfile_2d, verbose=False)
ann = mcds.get_anndata(values=1, drop=set(), keep=set(), scale='maxabs')
assert(str(type(mcds)) == "") and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 2) and \
(len(ann.obsp) == 4) and \
@@ -1167,10 +1167,10 @@ def test_mcds_get_spatialdata_default(self):
(str(type(sdata['cell_shape'])) == "") and \
(sdata['cell_shape'].shape[0] > 9) and \
(sdata['cell_shape'].shape[1] == 2) and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] == 2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \
@@ -1190,10 +1190,10 @@ def test_mcds_get_spatialdata_points(self):
(str(type(sdata['cell_point'])) == "") and \
(sdata['cell_point'].compute().shape[0] > 9) and \
(sdata['cell_point'].compute().shape[1] == 2) and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] == 2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \
@@ -1205,10 +1205,10 @@ def test_mcds_get_spatialdata_none(self):
sdata = mcds.get_spatialdata(images=set(), labels=set(), points=set(), shapes=set(), values=1, drop=set(), keep=set(), scale='maxabs')
assert(str(type(mcds)) == "") and \
(str(type(sdata)) == "") and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] ==2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \
diff --git a/test/test_timestep_3d.py b/test/test_timestep_3d.py
index cebf1fc..c9288fe 100644
--- a/test/test_timestep_3d.py
+++ b/test/test_timestep_3d.py
@@ -69,7 +69,7 @@ class TestTimeStepInit(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -86,7 +86,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -98,7 +98,7 @@ class TestTimeStepInitMicroenvFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 116)
@@ -115,7 +115,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 116)
@@ -127,7 +127,7 @@ class TestTimeStepInitGraphFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -144,7 +144,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -156,7 +156,7 @@ class TestTimeStepInitPhysibossFalse(object):
df_cell = mcds.get_cell_df()
def test_mcds_init_microenv(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -173,7 +173,7 @@ def test_mcds_init_graph(self, mcds=mcds):
def test_mcds_init_settingxml(self, mcds=mcds, df_cell=df_cell):
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(set(df_cell.columns).issuperset({'default_fusion_rates'})) and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
@@ -237,7 +237,7 @@ class TestTimeStep3dMicroenvWorkhorse(object):
def test_mcds_get_conc_df(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (1331, 11))
#(df_conc.shape[0] > 9) and \
#(df_conc.shape[1] == 122)
@@ -245,31 +245,31 @@ def test_mcds_get_conc_df(self, mcds=mcds):
def test_mcds_get_conc_df_zslice_center(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=0, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_zslice_outofcenter(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=-6, halt=False, values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (121, 11))
def test_mcds_get_conc_df_values(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=2, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (1331, 11))
def test_mcds_get_conc_df_drop(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop={'oxygen'}, keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (1331, 10))
def test_mcds_get_conc_df_keep(self, mcds=mcds):
df_conc = mcds.get_conc_df(z_slice=None, halt=False, values=1, drop=set(), keep={'oxygen'})
assert(str(type(mcds)) == "") and \
- (str(type(df_conc)) == "") and \
+ (str(type(df_conc)) == "") and \
(df_conc.shape == (1331, 10))
def test_mcds_plot_contour(self, mcds=mcds):
@@ -289,6 +289,7 @@ def test_mcds_plot_contour(self, mcds=mcds):
xyequal = True, # test if
ax = ax, # use axis from existing matplotlib figure
figsizepx = [641, 481], # test if
+ directory = None, # not at file
ext = None, # test fig case
figbgcolor = None, # not at file
)
@@ -312,6 +313,8 @@ def test_mcds_plot_contourf(self, mcds=mcds):
xyequal = True, # test if
ax = None, # generate fig ax case
figsizepx = None, # test if
+ directory = None, # test if
+ #directory = f'{s_path_3d}/jakku', # test else
ext = 'tiff', # test file case
figbgcolor = 'orange', # jump over if
)
@@ -320,6 +323,7 @@ def test_mcds_plot_contourf(self, mcds=mcds):
(os.path.exists(s_pathfile)) and \
(os.path.getsize(s_pathfile) > 2**10)
os.remove(s_pathfile)
+ #os.remove(f'{s_path_3d}/jakku')
def test_mcds_make_conc_vtk(self, mcds=mcds):
s_pathfile = mcds.make_conc_vtk() # test default ext parameter
@@ -338,28 +342,28 @@ class TestTimeStep3dCellWorkhorse(object):
def test_mcds_get_cell_df(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 122)
def test_mcds_get_cell_df_values(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=2, drop=set(), keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 72)
def test_mcds_get_cell_df_drop(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop={'oxygen'}, keep=set())
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 121)
def test_mcds_get_cell_df_keep(self, mcds=mcds):
df_cell = mcds.get_cell_df(values=1, drop=set(), keep={'oxygen'})
assert(str(type(mcds)) == "") and \
- (str(type(df_cell)) == "") and \
+ (str(type(df_cell)) == "") and \
(df_cell.shape[0] > 9) and \
(df_cell.shape[1] == 13)
@@ -383,6 +387,7 @@ def test_mcds_plot_scatter_cat_if(self, mcds=mcds):
#s = None, # matplotlib
ax = ax, # use axis from existing matplotlib figure
figsizepx = [701, 501], # jump over if case ax none
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -408,6 +413,8 @@ def test_mcds_plot_scatter_cat_else1(self, mcds=mcds):
#s = None, # matplotlib
ax = None, # generate matplotlib figure
figsizepx = None, # test if case ax none
+ directory = None, # test if
+ #directory = f'{s_path_3d}/jakku', # test else
ext = 'tiff', # test file case
figbgcolor = 'lime', # jump over if
)
@@ -416,6 +423,7 @@ def test_mcds_plot_scatter_cat_else1(self, mcds=mcds):
(os.path.exists(s_pathfile)) and \
(os.path.getsize(s_pathfile) > 2**10)
os.remove(s_pathfile)
+ #os.remove(f'{s_path_3d}/jakku')
def test_mcds_plot_scatter_cat_else2(self, mcds=mcds):
fig, ax = plt.subplots()
@@ -436,6 +444,7 @@ def test_mcds_plot_scatter_cat_else2(self, mcds=mcds):
#s = None, # matplotlib
ax = ax, # use axis from existing matplotlib figure
#figsizepx = None, # test case ax ax
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -462,6 +471,7 @@ def test_mcds_plot_scatter_num_if(self, mcds=mcds):
#s = None, # matplotlib
#ax = None, # generate matplotlib figure
#figsizepx = None, # test if case
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -487,6 +497,7 @@ def test_mcds_plot_scatter_num_else(self, mcds=mcds):
#s = None, # matplotlib
#ax = None, # generate matplotlib figure
#figsizepx = None, # if case
+ directory = None, # not a file
ext = None, # test fig case
figbgcolor = None, # not a file
)
@@ -664,11 +675,11 @@ def test_mcds_get_anndata(self):
mcds = pcdl.TimeStep(s_pathfile_3d, verbose=False)
ann = mcds.get_anndata(values=1, drop=set(), keep=set(), scale='maxabs')
assert(str(type(mcds)) == "") and \
- (str(type(ann)) == "") and \
+ (str(type(ann)) == "") and \
(ann.X.shape[0] > 9) and \
(ann.X.shape[1] == 105) and \
(ann.obs.shape[0] > 9) and \
- (ann.obs.shape[1] == 7) and \
+ (ann.obs.shape[1] == 8) and \
(ann.obsm['spatial'].shape[0] > 9) and \
(ann.obsm['spatial'].shape[1] == 3) and \
(len(ann.obsp) == 4) and \
@@ -740,10 +751,10 @@ def test_mcds_get_spatialdata_default(self):
(str(type(sdata['cell_shape'])) == "") and \
(sdata['cell_shape'].shape[0] > 9) and \
(sdata['cell_shape'].shape[1] == 2) and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] == 2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \
@@ -763,10 +774,10 @@ def test_mcds_get_spatialdata_points(self):
(str(type(sdata['cell_point'])) == "") and \
(sdata['cell_point'].compute().shape[0] > 9) and \
(sdata['cell_point'].compute().shape[1] == 3) and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] == 2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \
@@ -778,10 +789,10 @@ def test_mcds_get_spatialdata_none(self):
sdata = mcds.get_spatialdata(images=set(), labels=set(), points=set(), shapes=set(), values=1, drop=set(), keep=set(), scale='maxabs')
assert(str(type(mcds)) == "") and \
(str(type(sdata)) == "") and \
- (str(type(sdata['cell_table'])) == "") and \
+ (str(type(sdata['cell_table'])) == "") and \
(sdata['cell_table'].shape[0] > 9) and \
(sdata['cell_table'].shape[1] > 9) and \
- (str(type(sdata['subs_table'])) == "") and \
+ (str(type(sdata['subs_table'])) == "") and \
(sdata['subs_table'].shape[0] > 9) and \
(sdata['subs_table'].shape[1] ==2) and \
(sdata['subs_table'].obs.shape[0] > 9) and \