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

Making package compatible with language_level=3 #10

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

Commits on Sep 21, 2023

  1. Update setup.py

    Adding explicit flag for `language_level="3"`.
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c52f90b View commit details
    Browse the repository at this point in the history
  2. Update compressed_haplotype_alignment.pxd

    Added absolute path
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e2e5824 View commit details
    Browse the repository at this point in the history
  3. Update templated_pbwt_analysis.pxd

    Added absolute paths
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    dc5614c View commit details
    Browse the repository at this point in the history
  4. Update vcf_haplotype_alignment.pxd

    Added absolute paths
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1cd7113 View commit details
    Browse the repository at this point in the history
  5. Update vcf_haplotype_alignment.pyx

    Added absolute paths
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    07505c3 View commit details
    Browse the repository at this point in the history
  6. Update templated_pbwt_analysis.pyx

    Making sure division of integers remains an integer.
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    bca2b47 View commit details
    Browse the repository at this point in the history
  7. Create requirements.txt

    Added package requirements.
    shz9 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c663adf View commit details
    Browse the repository at this point in the history