mskcc / LimsRest

the restful service used by the IGO LIMS
2 stars 2 forks source link

Fixing parsing of requestIds #236

Closed DavidStreid closed 3 years ago

DavidStreid commented 3 years ago

Parsing out all comma-separated requestIds e.g. "10001_A,12334_B,42422_c" ->["10001_A", "12334_B", "42422_c"]