Recent Releases of read5
read5 - 1.2.3
Added
- getPolyAStandardizedSignal(self, readid : str, polyAstart : int, polyAend : int) -> np.ndarray
Standardize the read signal of the provided read with the polyA. This function uses the median and mad to standardize the read with the polyA signal. After standardization the polyA signal will have a mean of 108.901413 and a stdev of 2.676522.
Parameter
readid : str polyAstart : int - included starting index of the polyA signal in the read
polyAend : int - excluded ending index of the polyA signal in the read
Returns
standardizedSignal : np.ndarray - polyA standardized read signal
- Python
Published by JannesSP about 2 years ago
read5 - 1.2.1
Changed
Update Versioneer README fixes here and there
Added
- Created https://github.com/JannesSP/read5_ont without the slow5/pod5 support.
- But, Python3.11 support in conda
- Python
Published by JannesSP over 2 years ago
read5 - 1.2.0
Changed Conda Recipe
- pod5 is now installed via conda instead of pip
- Python
Published by JannesSP almost 3 years ago
read5 - 1.1.0
Basically the same as 1.0.0 (https://github.com/JannesSP/read5/releases/tag/1.0.0, commit: 4020097) - but changed to version number 1.1.0 to avoid confusion!
Changes - read5 should be importable now - fixed init.py and conda recipe - Add 'Abstract' to abstract class and file 'FileReader' - Change 'read.py' to 'Reader.py' - Rename 'open' function to 'read5'
Added - Added basic functions to read data from fast5, slow5/blow5 and pod5 - Added tests to test all basic functions - Launched documentation site under https://jannessp.github.io/read5.github.io/ - Add exception tests
Conda - update recipe - switch to find_packages() in setup.py
Others - Update READMEs
- Python
Published by JannesSP almost 3 years ago
read5 - 1.0.0
Switched back to version 1.0.0 as read5 was not importable before using Conda.
Changes - read5 should be importable now - fixed init.py and conda recipe - Add 'Abstract' to abstract class and file 'FileReader' - Change 'read.py' to 'Reader.py' - Rename 'open' function to 'read5'
Added - Added basic functions to read data from fast5, slow5/blow5 and pod5 - Added tests to test all basic functions - Launched documentation site under https://jannessp.github.io/read5.github.io/ - Add exception tests
Conda - update recipe - switch to find_packages() in setup.py
Others - Update READMEs
- Python
Published by JannesSP almost 3 years ago
read5 - 0.1.1
First Prototype of Read5
- Reading fast5, slow5, blow5 and pod5 using overloaded functions.
- Testing files & tests
Conda recipe
Reading read:
- signal, pA signal and normalized signal
- calibration & normalization parameter
- start time
- channel number
- sampling rate
Running tests after conda build automatically
- Python
Published by JannesSP about 3 years ago
read5 - 0.1.0
First Prototype of Read5
- Reading fast5, slow5, blow5 and pod5 using overloaded functions.
- Testing files & tests
Conda recipe
Reading read:
- signal, pA signal and normalized signal
- calibration & normalization parameter
- start time
- channel number
- sampling rate
- Python
Published by JannesSP about 3 years ago