-
Notifications
You must be signed in to change notification settings - Fork 24
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 when running on WGS #374
Comments
Your first samplesheet contains a space in the chromosome field:
So the workflow is trying to extract variants from chromosome " " (which doesn't exist). Delete the space and it should be OK. However, WGS data are not yet well supported by the calculator, which is probably why you get an error on the |
@nebfield Just wanted to clarify whether supporting WGS natively on |
Yes, native support for WGS is on the roadmap for the new year 😄 |
Created a placeholder issue: #396 |
Description of the bug
Hi!
I have been trying to run the workflow on my WGS samples using singularity on HPC but it keeps throwing out errors.
Can you help direct me with the right to run the workflow on WGS? I would greatly appreciate your help.
ERROR ~ Error executing process > 'PGSCATALOG_PGSCCALC:PGSCCALC:MAKE_COMPATIBLE:PLINK2_VCF (sle chromosome)'
Error: Missing --chr argument.
the code is
nextflow run pgscatalog/pgsc_calc \ -profile singularity \ -latest \ --input code/samplesheet.csv --target_build GRCh38 \ --pgs_id PGS000328 \ --parallel -c code/my_custom.config
the sampleshee.csv is
sampleset,path_prefix,chrom,format
sle,mypath/sle, ,vcf
ERROR ~ Error executing process > 'PGSCATALOG_PGSCCALC:PGSCCALC:MATCH:MATCH_COMBINE (sle)'
the sampleshee.csv is
sampleset,path_prefix,chrom,format
sle,mypath/sle,22,bfile
Command used and terminal output
No response
Relevant files
No response
System information
No response
The text was updated successfully, but these errors were encountered: