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

Error in CUSTOM_DUMPSOFTWAREVERSIONS #188

Closed
iagooteroc opened this issue Mar 24, 2023 · 2 comments
Closed

Error in CUSTOM_DUMPSOFTWAREVERSIONS #188

iagooteroc opened this issue Mar 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@iagooteroc
Copy link

Description of the bug

I got an error in the NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS process that has to do with the versions.yml file:

[Task monitor] ERROR nextflow.processor.TaskProcessor - Error executing process > 'NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS (1)'

Caused by:
  Process `NFCORE_CUTANDRUN:CUTANDRUN:CUSTOM_DUMPSOFTWAREVERSIONS (1)` terminated with an error exit status (1)
(...)
yaml.scanner.ScannerError: mapping values are not allowed here
in "versions.yml", line 17, column 18

The content of versions.yml clearly shows a problem:

“NFCORE_CUTANDRUN:CUTANDRUN:ALIGN_BOWTIE2:BOWTIE2_TARGET_ALIGN”:
    bowtie2: perl:
    samtools: samtools: error while loading shared libraries: libhts.so.3: cannot open shared object file: No such file or directory
    pigz: pigz: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory

Any idea what could be causing this? I'm using singularity.

Command used and terminal output

$ nextflow run nf-core/cutandrun --input ${INPUT} --fasta ${REF} --bowtie2 ${BOWTIE2} --gtf ${GTF} --normalisation_mode 'CPM' --use_control false --dedup_target_reads --igenomes_ignore --outdir ${OUTDIR} -profile singularity

Relevant files

log_and_yml.zip

System information

  • Nextflow 22.10.4
  • Hardware: Cluster
  • Executor: slurm
  • Container engine: Singularity
  • OS: Rocky Linux 8.4 (Green Obsidian)
  • Version of nf-core/cutandrun 3.1
@iagooteroc iagooteroc added the bug Something isn't working label Mar 24, 2023
@iagooteroc
Copy link
Author

I have not encountered this problem again, so feel free to close this.

@KunFang93
Copy link

KunFang93 commented Aug 15, 2024

Sorry for commenting in this closed thread. I encountered the same problem. I wondered if you could shed some light on how to solve it? Thanks!

Best,
Kun

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

3 participants