Closed mr-c closed 2 years ago
I've assigned myself, but others are welcome as well
Started work in https://github.com/dakariakin/galaxy/commits/added_types
Sent WIP PR https://github.com/galaxyproject/galaxy/pull/12884 Will continue with
lib/galaxy/jobs/__init__.py
lib/galaxy/jobs/runners/local.py
Tomorrow I plan on working on
lib/galaxy/tools/__init__.py
lib/galaxy/tools/actions/__init__.py
lib/galaxy/tools/evaluation.py
lib/galaxy/tools/execute.py
lib/galaxy/tools/parameters/basic.py
lib/galaxy/tools/parameters/grouping.py
Fixed in https://github.com/galaxyproject/galaxy/pull/12884
Tomorrow I'll work on
Next up for me:
lib/galaxy/managers/collections.py
lib/galaxy/managers/collections_util.py
lib/galaxy/managers/tools.py
lib/galaxy/managers/workflows.py
also done with
lib/galaxy/tool_util/parser/yaml.py
lib/galaxy/tool_util/parser/output_objects.py
lib/galaxy/metadata/__init__.py
I'll work on lib/galaxy/model/__init__.py
on separate PR because it throws 119 errors
Building off of @dakariakin 's https://github.com/galaxyproject/galaxy/pull/12884/ I will work on the following next:
lib/galaxy/tool_util/client/staging.py
lib/galaxy/tool_util/cwl/parser.py
lib/galaxy/tool_util/cwl/representation.py
lib/galaxy/tool_util/output_checker.py
lib/galaxy/tool_util/parser/cwl.py
I updated the list at the top, and I'll be working on the new entries from the bottom up
I've just created an MR with typings for lib/galaxy/model/init.py https://github.com/galaxyproject/galaxy/pull/12971
Could you please review it?
https://github.com/common-workflow-lab/galaxy/pull/47https://github.com/galaxyproject/galaxy/pull/12909 or https://github.com/common-workflow-language/galaxy/pull/123check_untyped_defs = False
from underneath that filenametox -e mypy
dev
branchlib/galaxy/config/__init__.py
lib/galaxy/datatypes/data.py
lib/galaxy/job_execution/output_collect.py
lib/galaxy/jobs/__init__.py
lib/galaxy/jobs/command_factory.py
lib/galaxy/jobs/runners/local.py
lib/galaxy/managers/collections.py
lib/galaxy/managers/collections_util.py
lib/galaxy/managers/histories.py
lib/galaxy/managers/tools.py
lib/galaxy/managers/workflows.py
lib/galaxy/metadata/__init__.py
lib/galaxy/model/__init__.py
lib/galaxy/model/dataset_collections/builder.py
lib/galaxy/model/dataset_collections/matching.py
lib/galaxy/model/dataset_collections/registry.py
lib/galaxy/model/dataset_collections/type_description.py
lib/galaxy/model/dataset_collections/types/__init__.py
lib/galaxy/model/dataset_collections/types/list.py
lib/galaxy/model/dataset_collections/types/paired.py
lib/galaxy/schema/schema.py
lib/galaxy/tool_util/client/staging.py
lib/galaxy/tool_util/cwl/parser.py
lib/galaxy/tool_util/cwl/representation.py
lib/galaxy/tool_util/cwl/schema.py
lib/galaxy/tool_util/cwl/util.py
lib/galaxy/tool_util/output_checker.py
lib/galaxy/tool_util/parser/cwl.py
lib/galaxy/tool_util/parser/factory.py
lib/galaxy/tool_util/parser/interface.py
lib/galaxy/tool_util/parser/output_objects.py
lib/galaxy/tool_util/parser/yaml.py
lib/galaxy/tools/__init__.py
lib/galaxy/tools/actions/__init__.py
lib/galaxy/tools/evaluation.py
lib/galaxy/tools/execute.py
lib/galaxy/tools/parameters/basic.py
lib/galaxy/tools/parameters/grouping.py
lib/galaxy/tools/parameters/wrapped.py
lib/galaxy/tools/wrappers.py
lib/galaxy/util/compression_utils.py
lib/galaxy/webapps/galaxy/api/tools.py
lib/galaxy/webapps/galaxy/api/workflows.py
lib/galaxy/webapps/galaxy/controllers/tool_runner.py
lib/galaxy/webapps/galaxy/services/dataset_collections.py
lib/galaxy/workflow/modules.py
lib/galaxy/workflow/run.py
lib/galaxy/workflow/run_request.py
lib/galaxy/workflow/steps.py
lib/galaxy_test/api/test_dataset_collections.py
lib/galaxy_test/api/test_tools.py
lib/galaxy_test/driver/driver_util.py
test/integration/test_upload_configuration_options.py
test/unit/app/jobs/test_command_factory.py
test/unit/app/jobs/test_runner_local.py
test/unit/app/managers/test_HistoryManager.py
test/unit/tool_util/test_parsing.py