Closed pierotofy closed 5 years ago
This seems to also affect the build
command:
entwine build -i "/data/model0/input.laz" "/data/model1/input.laz" -o /data/ept
I suspect this is due to the filename being the same, but in different directories. After renaming one of the two input files, both commands work fine.
I think it's triggered by the unique
flag not being set at https://github.com/connormanning/entwine/blob/5d9a8786d17a416c29d5afde0253299c49a33a20/entwine/types/files.cpp#L77
Interesting one, thanks for this investigation. Fix coming shortly.
I got it to run properly with the changes in #191, the EPT JSON looks OK from inspection, not sure if I missed something else on the larger picture.
Looks good - thanks for the patch!
Happy to help! Entwine is awesome.
When trying to use the scan command for two files on the filesystem:
entwine scan -i "/data/model0/input.laz" "/data/model1/input.laz" -o /data/result
Entwine hangs with:
Using latest master branch.