diff --git a/gen3/external/nih/utils.py b/gen3/external/nih/utils.py index e01eb304..e07cfcc6 100644 --- a/gen3/external/nih/utils.py +++ b/gen3/external/nih/utils.py @@ -7,8 +7,8 @@ # For more details about this regex, see the function that uses it DBGAP_ACCESSION_REGEX = ( "(?Pphs(?P[0-9]+))" - "(.(?Pp(?P[0-9]+))){0,1}" "(.(?Pv(?P[0-9]+))){0,1}" + "(.(?Pp(?P[0-9]+))){0,1}" "(.(?Pc(?P[0-9]+)+)){0,1}" )