General python code for analysis pipeline
Project description
Inflow
Core package for analysis, and pipelining utilities in the Haiss Lab
Find the documentation for the functions of this package in a searchable website here : https://haisslab.pages.pasteur.fr/analysis-packages/Inflow/
Requirements
Inflow requires python 3.7 or later, and is tested on Windows 10.
Installing
Installing the package via pip typically takes a few seconds. To install, activate your developpement environment :
conda activate <myenvironment>
If you don't have an environment or conda installed, follow these instructions
Then run the Inflow install using :
pip install git+https://gitlab.pasteur.fr/haisslab/analysis-packages/Inflow.git
NB:
This package is still under active development, for the best experience please regularly update the package by running :
pip install --force-reinstall --no-deps -U git+https://gitlab.pasteur.fr/haisslab/analysis-packages/Inflow.git
For dev environment (expect bugs), use this one :
pip install --force-reinstall --no-deps git+https://gitlab.pasteur.fr/haisslab/analysis-packages/Inflow.git@dev
This will force the reinstallation of the package, without the need to do a pip uninstall Inflow
first, and without reinstalling the dependancies like numpy etc (hence faster).
For pre-realeases environment (dev after minimal testing, please don't hesitate to report bugs), use this one :
pip install --force-reinstall --no-deps -U git+https://gitlab.pasteur.fr/haisslab/analysis-packages/Inflow.git@pre-releases
Usage
import Inflow
Inflow.load.tdms("mytdmsfile.tdms").
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for inflow_haisslab-1.2.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 568d23e6f91eee294b359d187a44e0ebf6aefaf5365ade763a92c9a03bc9c41d |
|
MD5 | 1175fc0594ea4b475b14ad53e20a0fba |
|
BLAKE2b-256 | df54a6c3b513c0a6f89829da75765b1addb040deab78eecd79476ac907c78276 |