Mercurial > repos > glogobyte > isoread
changeset 32:5d232330e81f draft
Uploaded
author | glogobyte |
---|---|
date | Wed, 20 Oct 2021 16:40:17 +0000 |
parents | 23a88a3ec37d |
children | 77ba8dde6fb7 |
files | mirbase.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mirbase.py Wed Oct 20 16:39:59 2021 +0000 +++ b/mirbase.py Wed Oct 20 16:40:17 2021 +0000 @@ -214,7 +214,7 @@ # Filters low count mirnas (otpional) if int(args.per)!=-1: - if int(args.per)>0 and float(args.per)<=100 and int(args.count)>0: + if int(args.per)>0 and int(args.per)<=100 and int(args.count)>0: fil_con_group=manager.list() fil_tre_group=manager.list() @@ -391,7 +391,7 @@ # Filters low count mirnas (otpional) if int(args.per)!=-1: - if int(args.per)>0 and float(args.per)<=100 and int(args.count)>0: + if int(args.per)>0 and int(args.per)<=100 and int(args.count)>0: n_fil_con_group=manager.list() n_fil_tre_group=manager.list()