cmks / DAS_Tool

DAS Tool
Other
138 stars 17 forks source link

ensure dbDirectory has a trailing slash #96

Closed sjaenick closed 8 months ago

sjaenick commented 1 year ago

DAS_Tool.R internally assumes that the --dbDirectory argument has been supplied with a trailing slash, which is not necessarily the case. This PR adds a check, appending the slash if it is missing.

cmks commented 8 months ago

good catch, thanks!