Mercurial > repos > guerler > springsuite
changeset 21:5feab7f00f02 draft
"planemo upload commit b0ede77caf410ab69043d33a44e190054024d340-dirty"
author | guerler |
---|---|
date | Wed, 28 Oct 2020 05:34:36 +0000 |
parents | 8a90717c057c |
children | acaff61a09b2 |
files | spring_minz.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spring_minz.py Wed Oct 28 05:24:28 2020 +0000 +++ b/spring_minz.py Wed Oct 28 05:34:36 2020 +0000 @@ -40,7 +40,7 @@ minScore=args.minscore, idLength=args.idx, interactions=interactions) - if duplicates == len(targets): + if duplicates != len(targets): for inputName in inputs: inputDirectory = args.inputpath.rstrip("/") inputFile = "%s/%s" % (inputDirectory, inputName)