Skip to content

Commit

Permalink
Fix database names for VDIDatasetType
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgaldi committed Jan 30, 2024
1 parent 81a6483 commit 134a7d2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import java.util.Arrays;

public enum VDIDatasetType {
RNA_SEQ("RNA-Seq", "RNASeq"),
BIGWIG("Bigwig", "Bigwig Files From User");
RNA_SEQ("RNASeq", "RNASeq"),
BIGWIG("BigwigFiles", "Bigwig Files From User");

private String vdiName;
private String jbrowseSubcategoryName;
Expand Down

0 comments on commit 134a7d2

Please sign in to comment.