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

Duplicated parameter setting line in the main workflow #1090

Closed
SPPearce opened this issue Jun 9, 2023 · 1 comment
Closed

Duplicated parameter setting line in the main workflow #1090

SPPearce opened this issue Jun 9, 2023 · 1 comment

Comments

@SPPearce
Copy link
Contributor

SPPearce commented Jun 9, 2023

The main workflow has the following line duplicated twice:

sarek/workflows/sarek.nf

Lines 149 to 150 in 6c0d335

known_snps = params.known_snps ? Channel.fromPath(params.known_snps).collect() : Channel.value([])
known_snps = params.known_snps ? Channel.fromPath(params.known_snps).collect() : Channel.value([])

Either this is just a duplication and can be deleted or one line should be a different parameter.

@SPPearce
Copy link
Contributor Author

SPPearce commented Jun 9, 2023

Maxime has opened a PR to fix at #1089

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants