We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29fa777 commit a2752a2Copy full SHA for a2752a2
1 file changed
src/ga4gh/vrs/extras/translator.py
@@ -435,6 +435,12 @@ def _to_gnomad(
435
436
If no alias translations are available, an empty list is returned.
437
438
+ If `namespace` is not None, returns gnomAD strings for the
439
+ specified namespace if applicable, or throws ValueError if not.
440
+
441
+ If `namespace` is None, returns gnomAD strings based oof of the
442
+ `default_assembly_name`.
443
444
If the VRS object cannot be expressed in gnomAD-style, raises ValueError.
445
"""
446
namespace = namespace or self.default_assembly_name
0 commit comments