-
Notifications
You must be signed in to change notification settings - Fork 3
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
MATCH_COMBINE assertion error when match dataframe is empty #60
Comments
probably linked to #52 |
Hello, I'm trying to calculate a custom score, I also get a similar error, but the part where it says catches my attention: pgscatalog_utils.match.read: 2023-10-23 15:26:08 DEBUG --chrom parameter not set, using all variants in scoring file I'm not sure what it mean, and I can't find any information in the documentation. This is an example of my scorefile: #format_version=2.0 pgs_name=DIA_HIS_T2Dtrait_reported=Type 2 diabetesgenome_build=GRCh38chr_name chr_position effect_allele other_allele effect_weight This is an example of my samplesheet.csv file: sampleset,path_prefix,chrom,format Those are the options that I'm ussing in my script: `echo start source "$2" module load Anaconda3/2022.05 PLINK/2.00a2.3_x86_64 Python/3.10.4-GCCcore-11.3.0 Java/11.0.2 R/4.2.1-foss-2022a yaml-cpp/0.7.0-GCCcore-11.3.0 for pgs_name in in ${@:3}; echo $pgs_name finished echo all PRS in the list computed #bash 1.2.run_pgscatalog_custom_scorefile.sh working_directory anaconda_environment PGS_name1 PGS_name2` This is the error:
Caused by: Command executed: export POLARS_MAX_THREADS=2 combine_matches --dataset MCPS --scorefile scorefiles.txt.gz --matches *.ipc.zst -n 2 --min_overlap 0.75 --outdir $PWD --split -v cat <<-END_VERSIONS > versions.yml Command exit status: Command output: Command error: Work dir: Tip: when you have fixed the problem you can continue the execution adding the option -- Check '.nextflow.log' file for details -- Check '.nextflow.log' file for details -- Check '.nextflow.log' file for details -- Check '.nextflow.log' file for details` I'm hoping that you could provide some guidance or assistance in resolving it. Your help in this matter would be greatly appreciated. |
alternate_ids rsid chromosome position number_of_alleles first_allele alternative_alleles
. 21:10968913_G/A 21 10968913 2 A G
. 21:10968913_G/C 21 10968913 2 C G
I'm just using one chunked pgen in my sameplesheet to test
I tried the
--keep_multiallelic
option but I get the same error.Originally posted by @bnwolford in PGScatalog/pgsc_calc#72 (comment)
The text was updated successfully, but these errors were encountered: