1.0.1
- Made changes in
consensus
to not considerN
due to insufficient read numbers.
cs_tags = [
'=A*cg=G+aa=T-ac=G',
'*cg=G+aa=T-ac=G',
'=G-t=ACG'
]
positions = [10, 11, 12]
cstag.consensus(cs_tags, positions)
# result: =N*cg=G+aa=T-ac=G
# expected: =A*cg=G+aa=T-ac=G
- Modified
consensus
to split the deletion tags.- Added
expand_deletion_tags
to split the deletions.
- Added
cs_tags = [
'=A*cg=G+aa=T-ac=G',
'*cg=G+aa=T-ac=G',
'=G-t=ACG'
]
positions = [10, 11, 12]
cstag.consensus(cs_tags, positions)
# result: =N*cg=G+aa=T-ac=GN
# expected: =N*cg=G+aa=T-ac=G
- Tried other libraries as installing weasyprint is challenging on mac and windows. However, continued using weasyprint as CSS was not applied.
- fpdf2
- borb
- xhtml2pdf