Skip to content

Releases: rnajena/read5

1.2.4

06 Mar 10:10
Compare
Choose a tag to compare

Changed

Extend getPolyAStandardizedSignal

  • add mode change between median and mean
  • standardization parameters can be added as parameters

1.2.3

05 Mar 11:30
Compare
Choose a tag to compare

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

1.2.1

24 Nov 17:59
Compare
Choose a tag to compare

Changed

Update Versioneer
README fixes here and there

Added

1.2.0

19 Jul 23:36
Compare
Choose a tag to compare

Changed Conda Recipe

1.1.9

17 Jul 13:00
Compare
Choose a tag to compare

Move python requirements in setup.py to 'python_requires' instead of 'install_requires'

1.1.8

15 Jul 18:35
Compare
Choose a tag to compare

Add test files to sdist by adding "graft tests" to MANIFEST.in

1.1.7

14 Jul 19:02
Compare
Choose a tag to compare

Added

  • getFilePath() method to access the _filepath variable
  • activate tests for conda package build

1.1.6

12 Jul 21:31
Compare
Choose a tag to compare

Fixed Imports of Conda Package

1.1.5

12 Jul 13:10
Compare
Choose a tag to compare

Update README.rst for pipy

1.1.4

12 Jul 13:06
Compare
Choose a tag to compare

Add README.rst for pipy