Add XY filtration workflow #321
Annotations
6 warnings
CICD-base
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
CICD-base:
script/filter_xy_call.py#L94
Constant name "script_command" doesn't conform to UPPER_CASE naming style (invalid-name)
|
CICD-base:
script/filter_xy_call.py#L96
Using open without explicitly specifying an encoding (unspecified-encoding)
|
CICD-base:
script/filter_xy_call.py#L102
Using open without explicitly specifying an encoding (unspecified-encoding)
|
CICD-base:
script/filter_xy_call.py#L31
standard import "import sys" should be placed before "import hail as hl" (wrong-import-order)
|
CICD-base:
script/filter_xy_call.py#L32
standard import "import tempfile" should be placed before "import hail as hl" (wrong-import-order)
|