Skip to content

Commit d2c1272

Browse files
committed
Add a link to the paper in the report
1 parent d88cb1d commit d2c1272

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sequali/report_modules.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,10 @@ def to_html(self):
847847
<br>
848848
A subsample of the fingerprints is stored to estimate the duplication
849849
rate. The subsample for this file consists of
850-
{self.tracked_unique_sequences:,} fingerprints. <br>
850+
{self.tracked_unique_sequences:,} fingerprints.
851+
The paper describing the methodology can be found
852+
<a href=https://www.usenix.org/system/files/conference/atc13/atc13-xie.pdf>
853+
here</a>.<br>
851854
Estimated remaining sequences if deduplicated:
852855
{self.remaining_fraction:.2%}
853856
"""

0 commit comments

Comments
 (0)