viash-hub / biobox

🌱📦 A collection of bioinformatics tools for working with sequence data.
https://web.viash-hub.dev/package/biobox
MIT License
4 stars 6 forks source link

Fix missing slash in path construction #34

Closed Grifs closed 8 months ago

Grifs commented 8 months ago

Description

Fix missing slashes in path construction. Previously this caused inconsistent behaviour between docker and native engines. With upcoming changes it will be more consistent and would always fail.

Issue ticket number

Closes #xxxx

Checklist before requesting a review

emmarousseau commented 8 months ago

Looks good, I will also fix this in the subsequent components I made. Thanks for the fix!