Skip to content

Commit

Permalink
Add support for biomart version GRCh38.p14
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Jan 8, 2024
1 parent 940f545 commit e6c4227
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public class InternalConfigs extends ConfigModule {
put("GRCh38", "hg38");
put("GRCh37", "hg19");
put("GRCh38.p13", "hg38");
put("GRCh38.p14", "hg38");
}});

public final InternalConfig<String> jasparURL = new InternalConfig<>(
Expand Down

0 comments on commit e6c4227

Please sign in to comment.