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

Minor fixes #250

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

Minor fixes #250

wants to merge 4 commits into from

Commits on Jun 2, 2015

  1. Typo fixed

    gtamazian committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9f580f0 View commit details
    Browse the repository at this point in the history
  2. Mapping quality variable made signed

    The mapping quality variables was made signed to handle correctly
    erroneous input.
    gtamazian committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    3c969b0 View commit details
    Browse the repository at this point in the history
  3. Format specifier fixed

    gtamazian committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    d6061de View commit details
    Browse the repository at this point in the history
  4. abs calls for long int fixed

    The `abs` function calls were replaced with `labs` for long int
    variables.
    gtamazian committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    9d87d90 View commit details
    Browse the repository at this point in the history