Skip to content

Commit 3714e47

Browse files
committed
Update README.md formatting 📝
- Split a long line into two for better readability.
1 parent d23c256 commit 3714e47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# pandas-plink
22

3-
Pandas-plink is a Python package for reading [PLINK binary file format](https://www.cog-genomics.org/plink2/formats) andrealized relationship matrices (PLINK or GCTA).
3+
Pandas-plink is a Python package for reading [PLINK binary file format](https://www.cog-genomics.org/plink2/formats)
4+
and realized relationship matrices (PLINK or GCTA).
45
The file reading is taken place via [lazy loading](https://en.wikipedia.org/wiki/Lazy_loading), meaning that it saves up memory by actually reading only the genotypes that are actually accessed by the user.
56

67
Notable changes can be found at the [CHANGELOG.md](https://raw.githubusercontent.com/limix/pandas-plink/master/CHANGELOG.md).

0 commit comments

Comments
 (0)