Skip to content

Commit

Permalink
Update JASPAR URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Dec 20, 2023
1 parent 174dcc1 commit 907d822
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class InternalConfigs extends ConfigModule {
}});

public final InternalConfig<String> jasparURL = new InternalConfig<>(
"https://jaspar.genereg.net/download/data/2022/CORE/JASPAR2022_CORE_redundant_pfms_jaspar.txt");
"https://jaspar.elixir.no/download/data/2024/CORE/JASPAR2024_CORE_non-redundant_pfms_jaspar.txt");

public final InternalConfig<String> jasparLogoUrl =
new InternalConfig<>("https://jaspar.genereg.net/static/logos/all/svg/");
new InternalConfig<>("https://jaspar.elixir.no/static/logos/all/svg/");
}

0 comments on commit 907d822

Please sign in to comment.