Skip to content

Commit

Permalink
lib: add variation to the EtlCommons dataVersionFilenamesMap, #TASK-5…
Browse files Browse the repository at this point in the history
…575, #TASK-5564

On branch TASK-5564
Changes to be committed:
	modified:   cellbase-lib/src/main/java/org/opencb/cellbase/lib/EtlCommons.java
  • Loading branch information
jtarraga committed Jul 9, 2024
1 parent f44dcc5 commit 2b226fe
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ public final class EtlCommons {
dataCategoriesMap.put(GWAS_DATA, dataNamesMap.get(CLINICAL_VARIANT_DATA));
dataCategoriesMap.put(MMSPLICE_DATA, dataNamesMap.get(SPLICE_SCORE_DATA));
dataCategoriesMap.put(SPLICEAI_DATA, dataNamesMap.get(SPLICE_SCORE_DATA));
dataCategoriesMap.put(VARIATION_DATA, dataNamesMap.get(VARIATION_DATA));

// Populate data version filenames Map
dataVersionFilenamesMap.put(ENSEMBL_DATA, "ensemblCore" + SUFFIX_VERSION_FILENAME);
Expand Down Expand Up @@ -495,6 +496,7 @@ public final class EtlCommons {
dataVersionFilenamesMap.put(GWAS_DATA, "gwas" + SUFFIX_VERSION_FILENAME);
dataVersionFilenamesMap.put(MMSPLICE_DATA, "mmSplice" + SUFFIX_VERSION_FILENAME);
dataVersionFilenamesMap.put(SPLICEAI_DATA, "spliceAi" + SUFFIX_VERSION_FILENAME);
dataVersionFilenamesMap.put(VARIATION_DATA, "variation" + SUFFIX_VERSION_FILENAME);
}

private EtlCommons() {
Expand Down

0 comments on commit 2b226fe

Please sign in to comment.