Microbial-Ecology-Group / AMRplusplus

AMR++ is a bioinformatic pipeline meant to aid in the analysis of raw sequencing reads to characterize the profile of antimicrobial resistance genes, or resistome.
https://www.meglab.org/
GNU General Public License v3.0
25 stars 8 forks source link

Error when establishing singularity version #12

Closed Peter-Kille closed 1 year ago

Peter-Kille commented 1 year ago

I have attempted to install using singularity instructions and I get the following error either when using: nextflow run main_AMR++.nf -profile singularity or after manually downloading the singularity container and running: nextflow run main_AMR++.nf -profile local -with-singularity amrplusplus_latest.sif

Error:

Unable to parse config file: '/home/peterkille/AMRplusplus/nextflow.config'

Compile failed for sources FixedSetSources[name='/groovy/script/ScriptB6DED1A25169A5D2CA887C49E3310682']. Cause: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: /groovy/script/ScriptB6DED1A25169A5D2CA887C49E3310682: 18: Unexpected input: '{' @ line 18, column 9. process { ^

1 error

EnriqueDoster commented 1 year ago

Hello @Peter-Kille,

Sorry for the inconvenience, but this was due to a simple error in the config file. Our latest update fixes this issue and should be ready for you to try. However, at this time we recommend installation with conda if that's possible. We find that singularity can still rely on server-side configuration.

Thank you, please let us know if you run into any further issues.

Best, Enrique