Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add findpeaks #369

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

add findpeaks #369

wants to merge 12 commits into from

Commits on Jun 16, 2020

  1. add findpeaks

    tungli committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    02c7940 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. handling of empty data

    tungli committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    7827da3 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. add struct with peak information

    tungli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1b3a9df View commit details
    Browse the repository at this point in the history
  2. added plateau handling

    tungli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    8de60ee View commit details
    Browse the repository at this point in the history
  3. NaN warning

    tungli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    84678d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. fix empty zipped

    tungli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f6ded5b View commit details
    Browse the repository at this point in the history
  2. added a test and corrections to docs

    tungli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    3aaa850 View commit details
    Browse the repository at this point in the history
  3. on empty peaks: type fix

    tungli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    fc628f4 View commit details
    Browse the repository at this point in the history
  4. unzip is slow

    tungli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9aa5e8a View commit details
    Browse the repository at this point in the history
  5. Revert "on empty peaks: type fix"

    This reverts commit fc628f4.
    tungli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    917a98a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. documentation correction

    tungli committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    e042b49 View commit details
    Browse the repository at this point in the history
  2. test PeakInfo struct

    tungli committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    842c090 View commit details
    Browse the repository at this point in the history