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

Having multiple tools with version breaks pipeline (muse/sump) #7164

Open
2 tasks done
famosab opened this issue Dec 5, 2024 · 0 comments
Open
2 tasks done

Having multiple tools with version breaks pipeline (muse/sump) #7164

famosab opened this issue Dec 5, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@famosab
Copy link
Contributor

famosab commented Dec 5, 2024

Have you checked the docs?

Description of the bug

ERROR ~ while scanning a simple key
 in 'reader', line 4, column 1:
    Copyright (C) 2024 Genome Resear ... 
    ^
could not find expected ':'
 in 'reader', line 5, column 1:
    
    ^


 -- Check script './workflows/sarek/../../subworkflows/local/utils_nfcore_sarek_pipeline/../../nf-core/utils_nfcore_pipeline/main.nf' at line: 97 or see '.nextflow.log' file for more details
ERROR ~ Pipeline failed. Please refer to troubleshooting docs: https://nf-co.re/docs/usage/troubleshooting

 -- Check '.nextflow.log' file for details
-[nf-core/sarek] Pipeline completed with errors-

When removing the second half of the versions part everything works as expected.

Command used and terminal output

nextflow run . -profile test_full,docker --outdir ../test-sarek-muse -resume -dump-channels

Relevant files

modules/nf-core/muse/sump/main.nf

Offending part:

    cat <<-END_VERSIONS > versions.yml
    "${task.process}":
        MuSE: \$( MuSE --version | sed -e "s/MuSE, version //g" )
        bgzip: \$( bgzip --version | sed -e "s/bgzip (htslib) //g" )
    END_VERSIONS

System information

  • Nextflow version 24.10.2
  • Linux Workstation
  • Executor: Local
@famosab famosab added the bug Something isn't working label Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant