Mercurial > repos > guerler > springsuite
comparison spring_minz.py @ 21:5feab7f00f02 draft
"planemo upload commit b0ede77caf410ab69043d33a44e190054024d340-dirty"
author | guerler |
---|---|
date | Wed, 28 Oct 2020 05:34:36 +0000 |
parents | c790d25086dc |
children | acaff61a09b2 |
comparison
equal
deleted
inserted
replaced
20:8a90717c057c | 21:5feab7f00f02 |
---|---|
38 inputPath=args.inputpath, | 38 inputPath=args.inputpath, |
39 crossReference=crossReference, | 39 crossReference=crossReference, |
40 minScore=args.minscore, | 40 minScore=args.minscore, |
41 idLength=args.idx, | 41 idLength=args.idx, |
42 interactions=interactions) | 42 interactions=interactions) |
43 if duplicates == len(targets): | 43 if duplicates != len(targets): |
44 for inputName in inputs: | 44 for inputName in inputs: |
45 inputDirectory = args.inputpath.rstrip("/") | 45 inputDirectory = args.inputpath.rstrip("/") |
46 inputFile = "%s/%s" % (inputDirectory, inputName) | 46 inputFile = "%s/%s" % (inputDirectory, inputName) |
47 matchScores(targetFile=inputFile, | 47 matchScores(targetFile=inputFile, |
48 targetName=inputName, | 48 targetName=inputName, |