We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0a0661 commit c7cafc5Copy full SHA for c7cafc5
genie_registry/cna.py
@@ -241,9 +241,9 @@ def validate_no_dup_symbols_after_remapping(
241
self, cnvDF: pd.DataFrame, skip_database_checks: bool
242
) -> str:
243
"""Validates that there are no duplicated Hugo_Symbol values
244
- after remapping the previous Hugo_Symbol column using the
245
- bed database table. See validateSymbol for more details
246
- on the remapping method.
+ after remapping the previous Hugo_Symbol column using the
+ bed database table. See validateSymbol for more details
+ on the remapping method.
247
248
Args:
249
skip_database_checks (bool): Whether to skip this validation check
0 commit comments