imgag / ngs-bits

Short-read sequencing tools
MIT License
136 stars 30 forks source link

REPEAT_EXPANSIONS is missing from PathTypes in NGSD #542

Closed ubuntolog closed 1 month ago

ubuntolog commented 1 month ago

GSvar throws an exception when calling GlobalServiceProvider::database().processedSamplePath(psid, PathType::REPEAT_EXPANSIONS);

"Enum" handing of the type was not fully implemented while adding this type

ubuntolog commented 1 month ago

The server needs to be redeployed