Skip to content

Commit

Permalink
Merge pull request #49 from limix/nov23FixSamples
Browse files Browse the repository at this point in the history
Fix sample files by moving them to a new GitHub repro.
  • Loading branch information
horta authored Oct 28, 2024
2 parents 6c384da + 6217521 commit 0652c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgen_reader/_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
def example_filepath(filename: str):
import requests

url = "https://bgen-examples.s3.amazonaws.com"
url = "https://github.com/fastlmm/bgen-sample-files/blob/main"

if filename not in _filenames:
raise ValueError(f"Unknown filename {filename}.")
Expand Down

0 comments on commit 0652c08

Please sign in to comment.