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

Invalid stub output in SENTIEON_DEDUP crashes sentieon stub run #462

Closed
alkc opened this issue Dec 20, 2023 · 1 comment · Fixed by nf-core/modules#4632
Closed

Invalid stub output in SENTIEON_DEDUP crashes sentieon stub run #462

alkc opened this issue Dec 20, 2023 · 1 comment · Fixed by nf-core/modules#4632
Labels
bug Something isn't working
Milestone

Comments

@alkc
Copy link
Contributor

alkc commented Dec 20, 2023

Description of the bug

The stub files created by SENTIEON_DEDUP from nf-core/modules do not match that of the main process.

This crashes raredisease when performing a stub run with -profile test_sentieon and params set in some custom_profile to:

aligner = 'sentieon'
variant_caller = 'sentieon'

In short, the stub run does not create bam/bai files when expected and lacks the *.metrics.multiqc.tsv output.

I've opened a pull request in nf-core/modules that should fix this issue: nf-core/modules#4632

Command used and terminal output

$ nextflow run -stub -profile test_sentieon,singularity

ERROR ~ Error executing process > 'NFCORE_RAREDISEASE:RAREDISEASE:ALIGN:ALIGN_SENTIEON:SENTIEON_DEDUP (hugelymodelbat)'

Caused by:
  Missing output file(s) `*.bai` expected by process `NFCORE_RAREDISEASE:RAREDISEASE:ALIGN:ALIGN_SENTIEON:SENTIEON_DEDUP (hugelymodelbat)` (note: input files are not included in the
efault matching set)

Command executed:

  touch hugelymodelbat_dedup.cram
  touch hugelymodelbat_dedup.cram.crai
  touch hugelymodelbat_dedup.metrics
  touch hugelymodelbat_dedup.score

  cat <<-END_VERSIONS > versions.yml
  "NFCORE_RAREDISEASE:RAREDISEASE:ALIGN:ALIGN_SENTIEON:SENTIEON_DEDUP":
      sentieon: $(echo $(sentieon driver --version 2>&1) | sed -e "s/sentieon-genomics-//g")
  END_VERSIONS

Command exit status:
  0

Relevant files

No response

System information

Nextflow version 23.04.2
Container engine: Singularity
nf-core/raredisease dev branch
Executor slurm
HPC

@ramprasadn
Copy link
Collaborator

Closed this issue by mistake.. 4632 is pending 😅

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

Successfully merging a pull request may close this issue.

3 participants