mirror of
https://github.com/stijndcl/didier.git
synced 2026-04-07 15:48:29 +02:00
Fix url
This commit is contained in:
parent
8e050f9ab3
commit
97d533e04f
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ class CompbioLeaderboard(Leaderboard):
|
|||
return f"[# {submission_id}]"
|
||||
|
||||
def get_data(self) -> list[tuple]:
|
||||
url = f"https://github.ugent.be/raw/computationele-biologie/benchmarks-2022/tree/main/profile_hmm/size{self.size}-amount{self.amount}.md"
|
||||
url = f"https://github.ugent.be/raw/computationele-biologie/benchmarks-2022/main/profile_hmm/size{self.size}-amount{self.amount}.md"
|
||||
headers = {"Authorization": f"token {settings.UGENT_GH_TOKEN}"}
|
||||
result = requests.get(url, headers=headers).text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue