Skip to content

Commit 2cc5c79

Browse files
committed
progress
1 parent ddd5b67 commit 2cc5c79

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,17 @@ When C-functions not provided by the api are needed, they are added to `hts_extr
6666

6767
One can run the tests with: `python -c "import hts; hts.doctests()"`
6868

69+
There is enough functionality for this to be quite useful but most of it
70+
is limited to getters, not setters, to, for example update an INFO field
71+
or modify the bam quality scores.
72+
6973
Things to work on:
7074

7175
1. Make properties settable in hts.bam.
7276
Currently, they are read-only properties. At very least, it will be useful
7377
to have setters for seq, base_q, qname, tname, pos, strand, flag.
7478

75-
2. Wrap B/VCF stuff?
79+
2. Wrap B/VCF stuff? (in progress)
7680

7781

7882
Why

0 commit comments

Comments
 (0)