You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValueError: invalid literal for int() with base 10: 'inf'
(16 additional frame(s) were not displayed)
...
File "galaxy/tools/parameters/basic.py", line 204, in __init__
self.validators = validation.to_validators(tool.app if tool else None, input_source.parse_validators())
File "galaxy/tool_util/parser/xml.py", line 1352, in parse_validators
return parse_xml_validators(self.input_elem)
File "galaxy/tool_util/parser/parameter_validators.py", line 489, in parse_xml_validators
models.append(parse_xml_validator(validator_el))
File "galaxy/tool_util/parser/parameter_validators.py", line 529, in parse_xml_validator
max=_parse_number(validator_el, "max"),
File "galaxy/tool_util/parser/parameter_validators.py", line 701, in _parse_number
return int(raw_value)
Error reading tool from path: toolshed.g2.bx.psu.edu/repos/devteam/fastq_trimmer/0b9feb0ed628/fastq_trimmer/fastq_trimmer.xml
The text was updated successfully, but these errors were encountered:
The validator in question is <validator type="in_range" message="Base Offsets must be positive" min="0" max="inf"/> ... obviously a little nonsensical.
mvdbeek
added a commit
to mvdbeek/galaxy
that referenced
this issue
Jan 24, 2025
This is from fastq_trimmer 1.0.1 when it was still in tools-devteam, and it was fixed in version 1.1.1 galaxyproject/tools-devteam#449 . Do we have other cases of this? Otherwise not sure it's worth workaround it.
Sentry Issue: GALAXY-MAIN-10TB
The text was updated successfully, but these errors were encountered: