pycytominer icon indicating copy to clipboard operation
pycytominer copied to clipboard

Python package for processing image-based profiling data

Results 100 pycytominer issues
Sort by recently updated
recently updated
newest added

### Example code with output I get an error when I try to use `pycytominer/__init__.py` in the cluster. code: ---- cd ~/ebs_tmp/${PROJECT_NAME}/workspace/software/pycytominer/ mkdir -p ../../log/${BATCH_ID}/ parallel \ --max-procs ${MAXPROCS} \...

bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...

dependencies

### Example code with output I'm currently working with a dataset that doesn't utilize CellProfiler features. As a result, it has different compartments: ```text compartments = ['Primary', 'Cells', 'F Actin',...

bug

# Description I was working on #382 and couldn't figure out how to resolve some sphinx build errors with opaque error messages. I decided to take this opportunity to switch...

I just noticed that our docs build hasn't updated since 1.0.1. https://pycytominer.readthedocs.io/en/stable/ @d33bs You recently changed something about how we are authenticating with RTD right? Is this something that you...

bug
documentation

This issue continues work towards efforts mentioned in #214 to gain Docker-Sponsored Open Source (DSOS) sponsorship based on feedback received from Docker. This work may involve additional updates to how...

enhancement

Erin's suggestion in https://github.com/broadinstitute/cellpainting-gallery/issues/80#issuecomment-1986375614 was to move away from JUMP since it is the most likely to change in the future - just checking if you've seen this advice. If...

> Here's another possible change at your discretion. This would make it a bit easier with the context management. > > 1. Move `./build/docker/Dockerfile` to `./Dockerfile` > 2. Add the...

https://github.com/cytomining/pycytominer/pull/387 introduced Bandit checks. Two S108 violations in pycytominer.cyto_utils.collate were left unaddressed at that time and were instead given `# noqa: S108` ignores. Acceptance Criteria: - [ ] There are...

good first issue
refactor

#387 introduced Bandit checks. Several S101 violations in `pycytominer.cyto_utils` were left unaddressed at that time and were instead given `# noqa: S101` ignores. Acceptance Criteria: - There are no `#...

good first issue
refactor