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: No results report written! #291

Closed
frahimov opened this issue May 8, 2024 · 6 comments
Closed

ERROR: No results report written! #291

frahimov opened this issue May 8, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@frahimov
Copy link

frahimov commented May 8, 2024

Description of the bug

My PGS run keeps failing. Initially I ran it with a custom score file. Then I tried --pgs_id, but still keeps failing. I use PLINK files with imputed genotype data. Any help or tips would be appreciated. Thank you.
nextflow.log

Command used and terminal output

#! /bin/bash
nextflow run pgscatalog/pgsc_calc \
        -profile docker \
        -latest \
        --input samplesheet_plink.csv \
        --target_build GRCh37 \
        --pgs_id PGS000754 \
        --min_overlap 0.10 \
        --parallel -c my_custom.config \
        --outdir /homes/rahimfx1/projects/immunology/reverse_translation/axspa/scripts/PGS_no_norm

Relevant files

my_custom.config.txt

samplesheet_plink.csv

System information

HPC, RedHat

@frahimov frahimov added the bug Something isn't working label May 8, 2024
@nebfield
Copy link
Member

nebfield commented May 8, 2024

Could you please include some more information, like the complete terminal output and the .nextflow.log file in the directory where you run the workflow from

@frahimov
Copy link
Author

frahimov commented May 8, 2024

I included the .nextflow.log file above. Here it is. nextflow.log

The only output I see is ERROR: No results report written!

@frahimov
Copy link
Author

frahimov commented May 8, 2024

Screenshot 2024-05-08 at 8 54 01 AM

@nebfield
Copy link
Member

nebfield commented May 8, 2024

Thanks! Sorry I missed it.

It sounds silly but your problem might be related to #272

Could you try renaming the sampleset to remove the _ character?

@frahimov
Copy link
Author

frahimov commented May 8, 2024

It worked after changing the sampleset name! Thanks so much for your prompt response. I am going to try the run with the custom score file, and I hope I wont run into any issues.

@frahimov
Copy link
Author

frahimov commented May 8, 2024

PGS run with a custom scores file worked too! Thanks again. I don't know why forgot about the sampleset naming.

@frahimov frahimov closed this as completed May 8, 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

2 participants