Florian De Temmerman

Results 7 comments of Florian De Temmerman

This is a known issue with cmd and powershell. The problem is caused by incomplete support for ANSI escape sequences which are used for formatting and terminal cursor placement. You...

Can you verify if this still happens with release v0.6.2 ?

The .deb packages are build with a static version of ISA-L Crypto. All ISA-l code is included in the executable and you do not need to install it separately. You...

> Your matching here is to traverse the directory, record the paths of all files, and then perform regular matching? Correct. Current matching is agains the absolute path of the...

I think I found out more about the source of this error. When looking at the azure storage logs i can see a CopyBlob operation with a directory source instead...

The current code seems to expect that directories are not valid blob objects and the AzFileAttributes must raise an exception to get detected as a directory. https://github.com/nextflow-io/nextflow/blob/635dc2db19bcdd3d0f6d40f8344415acf01e9916/plugins/nf-azure/src/main/nextflow/cloud/azure/nio/AzFileSystem.groovy#L433-L444 For some reason...

It is not, I think @manuelesimi accidently linked to this issue instead of #2563 in that merge request (#2576). Adding this to AzFileAttributes(BlobClient) constructor works in my azure environment. ```...