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

Improve interoperability by fully supporting the AIRR standard #241

Merged
merged 56 commits into from
Apr 7, 2021

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    f9043fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09fcf41 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. WIP refactor data conversion

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    99e192e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3e8ca1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb5ad5 View commit details
    Browse the repository at this point in the history
  4. Fix import errors

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    5367f92 View commit details
    Browse the repository at this point in the history
  5. Merge dandelion integration (by @zktuong)

    commit d9f62d0
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Thu Feb 11 11:00:05 2021 +0000
    
        Update _convert_anndata.py
    
    commit 44d54dd
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Thu Feb 11 10:46:38 2021 +0000
    
        Update _convert_anndata.py
    
        initial dict was placed in the wrong position in the for-loop
    
    commit 2f20a34
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 11:45:18 2021 +0000
    
        Update _io.py
    
    commit 5509588
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 10:57:13 2021 +0000
    
        Update _io.py
    
    commit bf79127
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 10:53:07 2021 +0000
    
        Update _io.py
    
    commit 0bcd904
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 10:48:06 2021 +0000
    
        Update _io.py
    
    commit 118e040
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 10:47:43 2021 +0000
    
        Update _convert_anndata.py
    
    commit 9d6ecf9
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Wed Feb 10 10:45:42 2021 +0000
    
        Update _io.py
    
    commit 9e0fa12
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Tue Feb 9 13:25:25 2021 +0000
    
        Update _io.py
    
    commit 6f9ff87
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Tue Feb 9 12:44:37 2021 +0000
    
        Update __init__.py
    
    commit 4393a51
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Tue Feb 9 12:44:32 2021 +0000
    
        Update _convert_anndata.py
    
        add dandelion conversion wrapper
    
    commit e224370
    Author: Kelvin <kt16@sanger.ac.uk>
    Date:   Tue Feb 9 12:44:18 2021 +0000
    
        Update _io.py
    
        Adjustment to allow for reading from pandas dataframe
    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    d4ec529 View commit details
    Browse the repository at this point in the history
  6. Remove x_gene to x_call

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    5197f19 View commit details
    Browse the repository at this point in the history
  7. Fix 10x csv test

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    54c57db View commit details
    Browse the repository at this point in the history
  8. Fix 10x json test

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    9efe493 View commit details
    Browse the repository at this point in the history
  9. Fix test for read_tracer

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    8a46a24 View commit details
    Browse the repository at this point in the history
  10. Fix AIRR and Bracer tests

    grst committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    00fea07 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Fix 10x roundtrip conversion

    grst committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    5a07fd5 View commit details
    Browse the repository at this point in the history
  2. Fix fixture

    grst committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    518a092 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f23538 View commit details
    Browse the repository at this point in the history
  4. Implement dandelion conversion

    grst committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    0a20e2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cea2a2 View commit details
    Browse the repository at this point in the history
  6. Remove 'omit col' test

    grst committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ed5dfcb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac0b284 View commit details
    Browse the repository at this point in the history
  8. Speed up _is_na

    grst committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    ef67511 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    d11a5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ad162 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    831d7ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    85b1b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22f1480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f519e62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4590174 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6db281a View commit details
    Browse the repository at this point in the history
  6. Fix more tests

    grst committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    d678d60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fbb3126 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3192b9 View commit details
    Browse the repository at this point in the history
  9. Fix merge_adata

    grst committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    122de08 View commit details
    Browse the repository at this point in the history
  10. Fix #257

    grst committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    c23584c View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Configuration menu
    Copy the full SHA
    9f14a35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4de1a68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788f24a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62ca2fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb946cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0b57b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fc77ae1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3ff3a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e73ca3 View commit details
    Browse the repository at this point in the history
  10. CI workaround

    grst committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    80b74ce View commit details
    Browse the repository at this point in the history
  11. Fix workflow test

    grst committed Apr 2, 2021
    Configuration menu
    Copy the full SHA
    80bde87 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. WIP fix docs

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    59dbc27 View commit details
    Browse the repository at this point in the history
  2. Fix docs

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    a732450 View commit details
    Browse the repository at this point in the history
  3. Fix #215

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    801e359 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e944346 View commit details
    Browse the repository at this point in the history
  5. Update IO tutorial

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    574b115 View commit details
    Browse the repository at this point in the history
  6. Update conda recipe and pytest

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    df72180 View commit details
    Browse the repository at this point in the history
  7. Update docs

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    47fb9e4 View commit details
    Browse the repository at this point in the history
  8. Fix merge_airr_chains

    Merge_airr_chains previously didn't work on adatas without
    IR information, and discarded non-IR obs columns
    from the right anndata object.
    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    4d64842 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8927b57 View commit details
    Browse the repository at this point in the history
  10. Close #255

    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    f6ed51e View commit details
    Browse the repository at this point in the history
  11. Fix #257.

    Fix issue saving anndata with h5py >= 3.0
    grst committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ec11821 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b76eadb View commit details
    Browse the repository at this point in the history