Edmund Miller

Results 348 comments of Edmund Miller

The key is in config adding `:after org` ``` (use-package! org-timeblock :after org) ```

Talking to @MatthiasZepper in Office Hours I understood his recommendation is to separate into two separate commands `nf-core containers` - Using `nextflow inspect` or just the wave-api `nf-core downloads` -...

Example output: ``` Creating env using conda: /home/runner/pytest_workflow_ugnq60q_/Run_variant_calling_on_somatic_sample_with_freebayes_without_intervals/./workflows/sarek/../../subworkflows/local/bam_variant_calling_somatic_all/../bam_variant_calling_freebayes/../../../modules/nf-core/freebayes/environment.yml [cache /home/runner/pytest_workflow_ugnq60q_/Run_variant_calling_on_somatic_sample_with_freebayes_without_intervals/work/conda/environment-1e5451c209fb3c2222ba06061edc1cbc] ERROR ~ Error executing process > 'NFCORE_SAREK:SAREK:BAM_VARIANT_CALLING_GERMLINE_ALL:BAM_VARIANT_CALLING_FREEBAYES:FREEBAYES (1)' Caused by: java.nio.channels.OverlappingFileLockException ```

Here we go! https://github.com/nf-core/modules/actions/runs/11113847492?pr=6716 That only ran the associated tests. Got another commit that changes the actual module.

Okay @adamrtalbot I'm considering that properly stressed, but feel free to keep going if you want!

Looks like it made it through about 25 tests on a runner? I wonder if we can clean up after each test.

hic still has it in master as well

> No animation? I tried, but I couldn't convince a model to automate it 😞 > Why are you changing to the multiqc logo as the only tool? It's iconic....

I like three, my only concern is some of the commands to get the version get pretty long. In theory, we could do something like: ```nextflow def foo_version = 'foo...

I think the real thing this could open up is parsing the version string in groovy as another option ```nextflow // cmd + variable output foo_version = getVersionFromString('foo --version') bar_version...