Skip to content

Commit

Permalink
fix(docs): update README.md with correct Biosets link
Browse files Browse the repository at this point in the history
Updated the README.md file to replace the incorrect biofit link with the
correct link to the Biosets repository. Also updated the import statement
to reflect the correct module name.
  • Loading branch information
psmyth94 committed Nov 18, 2024
1 parent eb5f2ab commit 5a984da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ print(preprocessor)
preprocessed_data = preprocessor.fit_transform(dataset)
```

Biofit is made with biofit in mind. You can pass the loaded dataset instead of a string
to load the preprocessors:
Biofit is made with [Biosets](https://github.com/psmyth94/biosets) in mind. You can
pass the loaded dataset instead of a string to load the preprocessors:

```python
from biofit import load_dataset
from biosets import load_dataset

dataset = load_dataset("csv", data_files="my_file.csv", experiment_type="snp")

Expand Down

0 comments on commit 5a984da

Please sign in to comment.