scrna-preprocessing-clustering
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a standard bioinformatics workflow for single-cell genomics research. It focuses on quality control, normalization, and dimensionality reduction using well-known scientific libraries.
- [COMMAND_EXECUTION]: A shell command is provided to verify the installed versions of bioinformatics packages.
- Evidence:
python -c "import scanpy, anndata; print(scanpy.__version__, anndata.__version__)"inSKILL.md. - Context: This is a benign utility command used to ensure the computational environment matches the required API versions for the analysis scripts.
Audit Metadata