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

io->bio #339

Closed
wants to merge 67 commits into from
Closed

io->bio #339

wants to merge 67 commits into from

Commits on Aug 24, 2023

  1. Moved io to bio

    Keoni Gandall committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    b87947b View commit details
    Browse the repository at this point in the history
  2. fixed io imports

    Keoni Gandall committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5c887a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Add more generic definitions to bio

    Keoni Gandall committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    d8f4b38 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Update bio/fastq/fastq.go

    Co-authored-by: Willow Carretero Chavez <[email protected]>
    Koeng101 and carreter committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    4fb41ff View commit details
    Browse the repository at this point in the history
  2. update fasta

    Keoni Gandall committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2452282 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6dda2b9 View commit details
    Browse the repository at this point in the history
  4. add fasta updates and parser

    Keoni Gandall committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    16fbcbd View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. made readability improvements

    Keoni Gandall committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    382a014 View commit details
    Browse the repository at this point in the history
  2. changed ParseWithHeader

    Keoni Gandall committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    0bbd05e View commit details
    Browse the repository at this point in the history
  3. removed int64 in reads

    Keoni Gandall committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    eb68f81 View commit details
    Browse the repository at this point in the history
  4. add more example tests

    Keoni Gandall committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    344220c View commit details
    Browse the repository at this point in the history
  5. gotta update this for this tests!

    Keoni Gandall committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    03f8b68 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. integrate slow5

    Keoni Gandall committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6199c43 View commit details
    Browse the repository at this point in the history
  2. have examples covering most of changes

    Keoni Gandall committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    65f0539 View commit details
    Browse the repository at this point in the history
  3. removed interfaces

    Keoni Gandall committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    8ff6da4 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. updated with NewXXXParser

    Keoni Gandall committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    00732a4 View commit details
    Browse the repository at this point in the history
  2. added 3 parsers

    Keoni Gandall committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3ce8109 View commit details
    Browse the repository at this point in the history
  3. added pileup

    Keoni Gandall committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    630bd88 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. add concurrent functions plus better documentation

    Keoni Gandall committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    df98fe3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. moved svb to ioToBio

    Keoni Gandall committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    fa4d29a View commit details
    Browse the repository at this point in the history
  2. Improve tests

    Keoni Gandall committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f80b317 View commit details
    Browse the repository at this point in the history
  3. make better docs for header

    Keoni Gandall committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    37859a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Update bio/fasta/fasta_test.go

    Co-authored-by: Willow Carretero Chavez <[email protected]>
    Koeng101 and carreter committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e24801b View commit details
    Browse the repository at this point in the history
  2. changed name of LowLevelParser to parserInterface

    Keoni Gandall committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    584b73e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into ioToBio

    Keoni Gandall committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    da7118a View commit details
    Browse the repository at this point in the history
  4. zw -> zipWriter

    Keoni Gandall committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    5e6204f View commit details
    Browse the repository at this point in the history
  5. remove a identifier from pileup

    Keoni Gandall committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    90316d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. genbank parser now compatible

    Keoni Gandall committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    7b2cd52 View commit details
    Browse the repository at this point in the history
  2. writeTo interface now fulfilled

    Keoni Gandall committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    9b55fda View commit details
    Browse the repository at this point in the history
  3. make linter happy :)

    Keoni Gandall committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6655565 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. convert all types to io.WriterTo

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    11972ae View commit details
    Browse the repository at this point in the history
  2. fixed linter issues

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    12a4b48 View commit details
    Browse the repository at this point in the history
  3. handle EOF better

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    4b50625 View commit details
    Browse the repository at this point in the history
  4. fixed tutorial

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    f44721c View commit details
    Browse the repository at this point in the history
  5. fix genbank read error

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    b192fda View commit details
    Browse the repository at this point in the history
  6. remove io.WriterTo checks

    Keoni Gandall committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3eab1f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix with cmp.Equal

    Keoni Gandall committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    0edfd1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #341 from TimothyStiles/slow5StreamVByte2

    Add svb compression to slow5
    Koeng101 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    34de749 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Merge branch 'main' into ioToBio

    Keoni Gandall committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    6abe0cd View commit details
    Browse the repository at this point in the history
  2. genbank tests merged

    Keoni Gandall committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4c61c22 View commit details
    Browse the repository at this point in the history
  3. sample merge

    Keoni Gandall committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    1d23668 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56772bb View commit details
    Browse the repository at this point in the history
  5. make linter happy

    Keoni Gandall committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    956d26e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    158fcf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8862a6c View commit details
    Browse the repository at this point in the history
  3. Fixed tests

    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    ef07e94 View commit details
    Browse the repository at this point in the history
  4. Ran linter

    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    cac1e55 View commit details
    Browse the repository at this point in the history
  5. Added copy methods

    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8025bc2 View commit details
    Browse the repository at this point in the history
  6. Adds new functional test that addresses case where there is a partial…

    … on an implicit range, standardizes parse error format for clarity
    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    1f49f9d View commit details
    Browse the repository at this point in the history
  7. Ran linter

    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8112866 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fec8796 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ce9f4f View commit details
    Browse the repository at this point in the history
  10. Removed generic collections library in favor of hand-rolled multimap,…

    … with the added benefit of better cmp interop
    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    89a2ba4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b88d7b8 View commit details
    Browse the repository at this point in the history
  12. Responded to more comments

    abondrn committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b4c3a37 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    8b82d7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f523651 View commit details
    Browse the repository at this point in the history
  3. Added multimap.go file doc

    abondrn committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    1270ec8 View commit details
    Browse the repository at this point in the history
  4. Responded to more comments

    abondrn committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9c322f6 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. First merge attempt

    abondrn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    f124fae View commit details
    Browse the repository at this point in the history
  2. Fixed deref issue

    abondrn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    98b6984 View commit details
    Browse the repository at this point in the history
  3. Merged updated branch

    abondrn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fc2ca75 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e0f61 View commit details
    Browse the repository at this point in the history
  5. Fixed fasta docs

    abondrn committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    60abf6d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Added changelog

    abondrn committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    7e3c812 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #394 from abondrn/ioToBio-genbank

    multimap implemented
    Koeng101 committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    35a5492 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. added to changelog

    Keoni Gandall committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    433df00 View commit details
    Browse the repository at this point in the history