Alberto Miranda

Results 16 comments of Alberto Miranda

This PR doesn't include a specific test for the new hook since I was unsure what the best way to test it was. I'm open to suggestions :)

It might not be the same problem as @mwestphal, but I encountered something similar with `FindPkgConfig.cmake` when trying to use `cmake_min_version`. In my case some packages were not installed in...

Is the new `managedIdentity` keyword introduced by this PR valid only for the `azurebatch` executor? I'm trying to setup a GitHub Workflow to test this with Fusion (using a local...

> Not necessarily Azure Batch, it could just be Azure Storage. You will need to name the storage account though: > > > > ``` > > azure { >...

I have been testing this manually in the context of https://github.com/seqeralabs/fusion/issues/526 and I have found it to fail occasionally (some runs succeed, some fail with the error below): ```console azureuser@vm:~...

> I wasn't able to recreate the issue after running it 10 times with Nextflow v24.06.0-edge, are you using anything else? > > ``` > for n in {1..10}; do...

Thank your for raising an issue. Unfortunately, at the moment, this repository is only used for the purpose of publishing stable releases of GekkoFS. Please refer to the official [SSEC...

I just check and the last PR where we had comments is from two weeks ago. Interestingly, around that time we merged a PR that modified our `build.yml` and removed...

Makes sense. I'll find out why this was removed and whether we can reinstate it. Not saying you have to do it, but it might be a nice addition to...

I'm currently writing a PR solving this in order to unblock https://github.com/seqeralabs/fusion/issues/526, but there's one thing I don't understand: why are we always generating a SAS token with `getOrCreateSasToken()` and...