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

NGS-general: update utilities for Python2/3 compatibility #141

Merged
merged 9 commits into from Sep 13, 2019

Commits on Sep 13, 2019

  1. NGS-general/manage_seqs.py: fix --version command line option (was br…

    …oken under Python 3).
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    411c799 View commit details
    Browse the repository at this point in the history
  2. NGS-general/manage_seqs.py: explicitly cast dictionary keys to list f…

    …or Python3 compatibility.
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    26b3de8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91b60ef View commit details
    Browse the repository at this point in the history
  4. NGS-general/reorder_fasta.py: switch 'izip_longest' for Python2/3 com…

    …patible 'zip_longest', and remove Python2-only 'cmp' built-in from 'cmp_chrom_names'.
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    7afa0fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67317a3 View commit details
    Browse the repository at this point in the history
  6. NGS-general/split_fasta.py: fix --version command line option, which …

    …was broken under Python3.
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    ada72b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f227a1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d9a10cf View commit details
    Browse the repository at this point in the history
  9. NGS-general/split_fastq.py: fix mode for test gzip files in unit test…

    …s, for Python3 compatibility.
    pjbriggs committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    8bb6c29 View commit details
    Browse the repository at this point in the history