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

TASK-5318 - Implement custom annotator to allow clients private files #2460

Merged
merged 17 commits into from
Sep 26, 2024

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    e5ad465 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    abbc66a View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    67e45f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    06862c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. storage-core: configure normalization and use logger instead of print…

    …StackTrace, #TASK-5902, #TASK-5318
    
    Changes to be committed:
           modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/cosmic/CosmicExtensionTaskCallback.java
    jtarraga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    0f83538 View commit details
    Browse the repository at this point in the history
  2. storage-core: add options to VariantStorageOptions and update the COS…

    …MIC annotator extension, #TASK-5902, #TASK-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/VariantStorageOptions.java
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/VariantAnnotatorExtensionsFactory.java
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/cosmic/CosmicVariantAnnotatorExtensionTask.java
    jtarraga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    773e94f View commit details
    Browse the repository at this point in the history
  3. test: update COSMIC annotator extension JUnit tests, #TASK-5902, #TAS…

    …K-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/CosmicVariantAnnotatorExtensionTaskTest.java
    jtarraga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    79ac887 View commit details
    Browse the repository at this point in the history
  4. storage-core: check valid variants in COSMIC annotator extension, #TA…

    …SK-5902, #TASK-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/cosmic/CosmicVariantAnnotatorExtensionTask.java
    jtarraga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    41c155c View commit details
    Browse the repository at this point in the history
  5. test: add VariantAnnotationManager JUnit tests to check the COSMIC an…

    …notator extension, #TASK-5902, #TASK-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/VariantStorageBaseTest.java
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/VariantAnnotationManagerTest.java
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/CosmicVariantAnnotatorExtensionTaskTest.java
    	new file:   opencga-storage/opencga-storage-core/src/test/resources/variant-test-file-annotator-extension.vcf.gz
    jtarraga committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ca7458e View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. test: add JUnit tests to check COSMIC file format, missing COSMIC fil…

    …e, version and assembly; and assembly match, #TASK-5902, #TASK-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/cosmic/CosmicVariantAnnotatorExtensionTask.java
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/VariantAnnotationManagerTest.java
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/CosmicVariantAnnotatorExtensionTaskTest.java
    jtarraga committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    57a4e21 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. test: rename JUnit test, #TASK-5902, #TASK-5318

    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/VariantAnnotationManagerTest.java
    jtarraga committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a628d20 View commit details
    Browse the repository at this point in the history
  2. test: set JUnit test as @category(ShortTests.class), #TASK-5902, #TAS…

    …K-5318
    
    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/CosmicVariantAnnotatorExtensionTaskTest.java
    jtarraga committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7f47c71 View commit details
    Browse the repository at this point in the history
  3. storage-core: fix sonnar issues, #TASK-5902, #TASK-5318

    On branch TASK-5318
    Changes to be committed:
    	modified:   opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/extensions/cosmic/CosmicVariantAnnotatorExtensionTask.java
    jtarraga committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1dcb395 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23ca8ac View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    c673ae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    d2196e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    84d3ebe View commit details
    Browse the repository at this point in the history