DC tools for Windows are a set of precompiled binaries for Windows users to automate deformability cytometry (DC) data analysis without having to install a Python distribution:
dclab-compress
: https://dclab.readthedocs.io/en/stable/sec_cli.html#dclab-compressdclab-verify-dataset
: https://dclab.readthedocs.io/en/stable/sec_cli.html#dclab-verify-datasetdcoraid-upload-task
: https://github.com/DCOR-dev/DCOR-Aid/blob/master/dcoraid/cli.pychipstream-cli
: https://github.com/DC-analysis/ChipStream/tree/main/chipstream/cli
You can download the installer from the release page.
The DC tools for Windows use free code signing provided by SignPath.io, certificate by SignPath Foundation.
To verify the integrity of the DC tools for Windows, we manage access to this repository via GitHub Team roles:
- Triage: The Members team of DC-Analysis has permission to triage (e.g. modify issues).
- Core: The Core team of DC-Analysis consists of people who are trusted to modify the source code in the project's version control system without additional reviews.
- There is no special role for Commiters. External contributors or members of the Triage team must create a pull request which is reviewed by a Core team member.
- Furthermore, we enforce 2FA for every member of the DCOR-dev GitHub organization.
If you would like to make a release, create and activate a virtual environment and run prepare_release.py (see docstring for more information). Then modify the CHANGELOG if needed, push all the changes made and create a git tag with the current date (as in CHANGELOG).
Copyright (C) 2024 Paul Müller
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.