pull/136/head
stijndcl 2022-03-31 20:21:34 +02:00
parent 8e050f9ab3
commit 97d533e04f
1 changed files with 1 additions and 1 deletions

View File

@ -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