Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Cli for fitting macromolecule pH titration or binding assays data e.g. fluorescence spectra.
This package provides a command line interface for fitting pH titration or binding assay data for macromolecules, such as fluorescence spectra. With this tool, users can easily analyze their data and obtain accurate fitting results.
You can get the library directly from PyPI
using pip
:
pip install clophfit
Alternatively, you can use pipx to install it in an isolated environment:
pipx install clophfit
To enable auto completion for the clop
command, follow these steps:
Generate the completion script by running the following command:
_CLOP_COMPLETE=bash_source clop > ~/.local/bin/clop-complete.bash
Source the generated completion script to enable auto completion:
source ~/.local/bin/clop-complete.bash
You can check out the documentation on https://darosio.github.io/ClopHfit for up to date usage information and examples.
ClopHfit provides several command line interface tools for fitting and processing data.
Extract and fit titrations from a list of Tecan files collected at various pH or chloride concentrations:
ppr -o prova2 --is-ph tecan list.pH --scheme ../scheme.txt --norm
--dil additions.pH --Klim 6.8,8.4
Use the --no-weight option to reproduce an older pr.tecan version.
Predict chloride dissociation constant K_d at a given pH:
clop eq1 --help
Parser for EnSpire (PerkinElmer) file:
ppr -o folder enspire file.csv
Destination folder (default: "./Meas-${version}") will contain for each Measurement:
By adding a note.csv file:
ppr -o folder enspire file.csv note.csv
destination folder (default: "./Meas-${version}") will also contain:
note_to_csv -t 37.0 -l "B E F" -o 37 NTT-G03-Cl_note
note_to_csv -t 20.0 -l "A C D" -o 20 NTT-G03-Cl_note
cat 20 37 > G03_Cl_note.csv
ClopHfit can be imported and used as a Python package. The following modules are available:
clophfit.prenspire - parser for EnSpire (PerkinElmer) files
clophfit.prtecan - perform fitting of pH titration or binding assay data
clophfit.binding - perform fitting of macromolecule binding assay data
To use clophfit in your python:
from clophfit import prenspire, prtecan, binding
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
All code is licensed under the terms of the revised BSD license.
If you are interested in contributing to the project, please read our contributing and development environment guides, which outline the guidelines and conventions that we follow for contributing code, documentation, and other resources.
FAQs
Cli for fitting macromolecule pH titration or binding assays data e.g. fluorescence spectra.
We found that clophfit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.