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 nextflow.Nextflow - ERROR: No results report written! #172

Closed
frahimov opened this issue Sep 15, 2023 · 2 comments
Closed

ERROR nextflow.Nextflow - ERROR: No results report written! #172

frahimov opened this issue Sep 15, 2023 · 2 comments
Labels
bug Something isn't working user-query User queries & requests

Comments

@frahimov
Copy link

frahimov commented Sep 15, 2023

Description of the bug

The pipeline seems to fail at the last step, writing a report. But I cannot figure out from the log file what exactly goes wrong. The analysis was run on an HPC with SUSE OS. Thank you

Command used and terminal output

nextflow run pgscatalog/pgsc_calc -profile docker --input samplesheet.csv --target_build GRCh37 --min_overlap 0.0 --pgs_id PGS000754

Relevant files

nextflow.log

System information

HPC with SUSE OS

@frahimov frahimov added the bug Something isn't working label Sep 15, 2023
@smlmbrt
Copy link
Member

smlmbrt commented Sep 16, 2023

By any chance do you have underscores or periods in your sampleset names in the samplesheet? I ran into that problem and pushed a check that will be in the next release. Until then (docs 1 2):

sampleset: A text string (no spaces, or reserved characters [ ‘.’ or ‘_’ ]) referring to the name of a target dataset of genotyping data containing at least one sample/individual (however cohort datasets will often contain many individuals with combined genotyped/imputed data).

@smlmbrt smlmbrt added the user-query User queries & requests label Sep 16, 2023
@frahimov
Copy link
Author

frahimov commented Sep 16, 2023

Yes. My sampleset names contained underscores. After removing the underscores the pipeline completed successfully. Somehow I missed the instruction to not include reserved characters in sampleset names. Thank you for your help. Much appreciated.

@nebfield nebfield added this to the v2.0.0-alpha.3 milestone Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user-query User queries & requests
Projects
None yet
Development

No branches or pull requests

3 participants