Matthieu Muffato

Results 77 comments of Matthieu Muffato

Tried this on a biocontainer of ours: https://github.com/muffato/shpc-registry/pull/1/files Only `goat-cli: /usr/local/bin/goat-cli` really needs to be there. Everything else is essentially dependencies that can be skipped. @vsoch: I guess there will...

Yes, it sounds like a bug too ! Scripts should be created regardless of whether they have a template defined / overwritten in `singularity_scripts`. I can take a look later...

Hi. I can't reproduce the problem on a clean install. I'm on fb9a99a95d596f9ffbe1f2155ad91bfadf145bac ``` $ git status On branch main Your branch is up-to-date with 'origin/main'. Changes not staged for...

Hi @surak . Right, I think I understand, and your original message is becoming clearer. This issue is about ` ${module_name}-(run|shell|inspect-runscript|inspect-deffile|container)` being shell functions even when the wrapper scripts option...

`IM_notification` can do. I feel uninspired today and can't find a better name

Is this considered to be superseded by https://github.com/Midnighter/nf-slack ?

(I'm aware that `black` doesn't like the long lines. I'll fix these later)

New version coming in with a lot of changes, incl. some I rescued from #579 ! - Currently I allow any remote as long as it contains `://`. That could...

Major change coming ! Overall, I've tried to straighten out the use of `registry.source` (which only exists in `Filesystem`, not `VersionControl`), access to the underlying clone of remote registries. All...

> If we clone a remote to the filesystem it would have a path on disk. But then it essentially becomes a local registry, which is exactly what I do...