We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf491d3 commit dec5c1fCopy full SHA for dec5c1f
chill_filter_web/__init__.py
@@ -101,6 +101,7 @@ def get_md5(path):
101
f_found = sum_weighted_found / total_weighted_hashes
102
103
return render_template("sample_search.html",
104
+ sig=ss,
105
gather_df=gather_df,
106
f_found=f_found)
107
else:
chill_filter_web/templates/sample_index.html
@@ -1,5 +1,5 @@
1
<!- template: sample_index.html -->
2
-<h1>Sample summary</h1>
+<h1>Sample summary: {{ sig.name }} </h1>
3
4
Name: {{ sig.name }}<p>
5
Estimated size of sample: {{ sum_weighted_hashes * sig.minhash.scaled / 1e6 }} Mbp
0 commit comments