changeset 33:77ba8dde6fb7 draft

Uploaded
author glogobyte
date Fri, 22 Oct 2021 19:34:27 +0000
parents 5d232330e81f
children 66e4d57f11c9
files mirbase_functions.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mirbase_functions.py	Wed Oct 20 16:40:17 2021 +0000
+++ b/mirbase_functions.py	Fri Oct 22 19:34:27 2021 +0000
@@ -213,7 +213,7 @@
        counts=0
        seqs=0
        for x in collapsed_mirnas:
-           if y[0]==x[2].split("_")[0]:
+           if y[0] in x[2].split("_")[0]:
               counts+=int(x[0].split("-")[1])
               seqs+=1