Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Params override is not honoured #1792

Open
pditommaso opened this issue Nov 13, 2020 · 1 comment · May be fixed by #4744
Open

Params override is not honoured #1792

pditommaso opened this issue Nov 13, 2020 · 1 comment · May be fixed by #4744

Comments

@pditommaso
Copy link
Member

Use the folowing nextflow.config

profiles {
    local {
        params.genome = '/local/genome'
    }

    cloud {
        params.genome = 'gs://genome'
    }
}

then run

nextflow config -profile cloud,local

If prints

params {
   genome = 'gs://genome'
}

Instead of

params {
   genome = '/local/genome'
}
@stale
Copy link

stale bot commented Apr 22, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Apr 22, 2021
@stale stale bot removed the stale label Apr 22, 2021
@bentsherman bentsherman linked a pull request Oct 2, 2024 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants