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

Refactor_loading_tabix #311

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

Refactor_loading_tabix #311

wants to merge 10 commits into from

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    4559209 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7347e8c View commit details
    Browse the repository at this point in the history
  3. refactor function readTabixHeader into parseTabixHeader

    - remove reading of header from file
    - process only given header as character vector
    alexg9010 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    05ce4e9 View commit details
    Browse the repository at this point in the history
  4. rename function checkTabixHeader into readTabixHeader

    - this will only return the header character vector
    - also does some file check beforehand
    alexg9010 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    f155bd6 View commit details
    Browse the repository at this point in the history
  5. introduce new function checkTabixFile

    - function verifies that the file and associated index exist
    - creates index if missing
    alexg9010 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    2bdbf55 View commit details
    Browse the repository at this point in the history
  6. update vignette to use new

    methylKit:::readTabixHeader function
    alexg9010 committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    327b375 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17304b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d70219e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5dec282 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ec32a5b View commit details
    Browse the repository at this point in the history