Skip to content

Commit e78e6bb

Browse files
authored
Update README.md
1 parent aa8b445 commit e78e6bb

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@ package index (PyPI) and can be installed via `pip`, e.g.:
1010
```bash
1111
pip install malariagen-data
1212
```
13-
## Quick Start
14-
15-
Once installed, you can begin accessing MalariaGEN datasets directly
16-
from Python.
17-
18-
For example, to work with the Pf8 dataset:
19-
20-
```python
21-
import malariagen_data
22-
23-
# Instantiate dataset
24-
pf8 = malariagen_data.Pf8()
25-
26-
# Load sample metadata
27-
df = pf8.sample_metadata()
28-
print(df.head())
29-
3013
## Documentation
3114

3215
Documentation of classes and methods in the public API are available

0 commit comments

Comments
 (0)