You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/metadata/models/ProjectMetadata.java
Copy file name to clipboardExpand all lines: opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/VariantField.java
Copy file name to clipboardExpand all lines: opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/VariantAnnotationManager.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ protected final VariantAnnotationMetadata checkCurrentAnnotation(ProjectMetadata
222
222
}
223
223
224
224
/**
225
-
* Check if two DataRelease are equal.
225
+
* Check if two data releases are equal.
226
226
*
227
227
* Fields to compare:
228
228
* - release
@@ -234,9 +234,9 @@ protected final VariantAnnotationMetadata checkCurrentAnnotation(ProjectMetadata
Copy file name to clipboardExpand all lines: opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/annotation/annotators/CellBaseRestVariantAnnotator.java
Copy file name to clipboardExpand all lines: opencga-storage/opencga-storage-core/src/test/java/org/opencb/opencga/storage/core/variant/annotation/VariantAnnotationManagerTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -600,7 +600,7 @@ public void checkAnnotationSnapshot(VariantStorageEngine variantStorageEngine, S
600
600
intcount = 0;
601
601
for (VariantAnnotationannotation: variantStorageEngine.getAnnotation(annotationName, query, newQueryOptions(QueryOptions.LIMIT, 5000)).getResults()) {
602
602
assertEquals("an id -- " + expectedId, annotation.getId());
0 commit comments