New workflows#

Minimal

../_images/icon_cite.svg   Cite components & platform

All components (plugins or packages used in the workflow) should be cited. If a publication does not exist, the download URL and the author of the component can be added in the Methods section. The specific platform used for running the workflow code should also be cited, especially in the case of Apple computers with varying chipset options.

TODO

../_images/icon_describe_sequence.svg   Describe sequence

The outline of the workflow explaining the key processing steps helps readers to quickly understand the overall design of the workflow before examining the workflow in details. The best format is a flowchart, but it can also be a descriptive text. This description can be either in the methods section, supplementary material, or as a documentation associated with the code package.

../_images/icon_key_settings.svg   Key settings

Key settings, e.g. the sigma value used for Gaussian blur, auto threshold algorithm, or the link range used for tracking, can be included as a hard-coded part of the workflow code (minimal), but we recommend a separate list of key settings as a list to explicitly present the condition of the use of the component in the workflow. This list can appear as a part of supplementary material (minimal) or as a part of code package in public repository (recommended).

../_images/icon_roi.svg   Manual ROIs

TODO

TODO

../_images/icon_version.svg   Exact versions

TODO

TODO

Recommended

../_images/icon_example_data_code.svg   Public example data & code

Publish the workflow code and example data in public repository such as GitHub or Zenodo. These repositories allow fine-grained version tracking, enable the precise reproducibility of methods, and feedback from others can also be shared in public. Example image data can also be separately uploaded to curated daatbases such as IDR or Bioimage Archive.

../_images/icon_all_settings.svg   All settings

TODO

TODO

../_images/icon_rationale.svg   Rationale

Describe the biological context of why this workflow was created, the target of measurement, and possibly refer to similar or related workflows. This text can either be a part of methods, supplementaty materials, or README file in the code package.

TODO

../_images/icon_limitations.svg   Limitations

The scope and the limit of the workflow is better be clearly explained in text. For example, “this workflow is specifically designed for this project and not intended for general use”, “This workflow is applicable only for 3D data, not 2D”, “Only with 8-bit image data”, “the cell diameter should be larger than xx pixels to avoid large errors”, “boundary cells are excluded from analysis” etc. As suggested in the examples, all necessary file type data should be included (TIFF vs PNG vs JPG), for example if a fluorescence image is RGB rather than a 3 channel image with red green and blue channels, both of which are possible in a TIFF file.

TODO

Ideal

../_images/icon_screen_recording.svg   Screen recording or tutorial

Including screengrabs of key steps in a pipeline, or if the option is available, a whole video (which could be a link to a hosted video, for example on YouTube or Google Drive) can make it far easier to reproduce an experiment, even a digital one. There are frequently steps or intermediate results experienced users take for granted, that may not be obvious to newer users of a given software or pipeline - these things can be captured in a full video recording of use but might be missed in a writeup.

TODO

../_images/icon_easy_install.svg   Easy install & usage, container

TODO

TODO