Yes I am using PRSice.
The log that I added to the post above shows the run where I am using a GWAS summary statistic file as the base data and the UK biobank files (bed, bim and fam) as the target data.
I have also tried using a PGS file with weights and as you suggested, I added in the parameters. I added a pvalue of 1 to each row in the PGS file. And here's the log for it.
Rscript PRSice.R --prsice bin/PRSice --base pgs_test.txt --snp rsID --a1 effect_allele --stat effect_weight --pvalue pval --target chr# --thread 4 --binary-target F --no-clump --bar-levels 1 --fastscore --or --no-regress
PRSice 2.3.5 (2021-04-06) https://github.com/choishingwan/PRSice (C) 2016-2020 Shing Wan (Sam) Choi and Paul F. O'Reilly GNU General Public License v3 If you use PRSice in any published work, please cite: Choi SW, O'Reilly PF. PRSice-2: Polygenic Risk Score Software for Biobank-Scale Data. GigaScience 8, no. 7 (July 1, 2019) 2021-06-02 19:22:55 ./bin/PRSice \ --a1 effect_allele \ --bar-levels 1 \ --base pgs_test.txt \ --binary-target F \ --fastscore \ --no-clump \ --no-regress \ --num-auto 22 \ --or \ --out PRSice \ --pvalue pval \ --seed 174295784 \ --snp rsID \ --stat effect_weight \ --target chr# \ --thread 4
Initializing Genotype file: chr# (bed)
Start processing pgs_test
Base file: pgs_test.txt Header of file is: rsID effect_allele effect_weight pval
Reading 100.00% 49310 variant(s) observed in base file, with: 49310 NA stat/p-value observed 0 total variant(s) included from base file
Error: No valid variant remaining
Error: Execution halted