We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88cb1d commit d2c1272Copy full SHA for d2c1272
src/sequali/report_modules.py
@@ -847,7 +847,10 @@ def to_html(self):
847
<br>
848
A subsample of the fingerprints is stored to estimate the duplication
849
rate. The subsample for this file consists of
850
- {self.tracked_unique_sequences:,} fingerprints. <br>
+ {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>
854
Estimated remaining sequences if deduplicated:
855
{self.remaining_fraction:.2%}
856
"""
0 commit comments