ERROR ~ * Missing required parameter #204
Replies: 3 comments 7 replies
-
I think removing the newlines might help:
(if you're copying and pasting into your terminal, don't include the |
Beta Was this translation helpful? Give feedback.
-
Thanks! It works! |
Beta Was this translation helpful? Give feedback.
-
Hello, I encountered another error in the following process as below. I ran the same code. !! Only displaying parameters that differ from the pipeline defaults !!If you use pgscatalog/pgsc_calc for your analysis please cite:
executor > local (6) Caused by: Command executed: export POLARS_MAX_THREADS=2 combine_matches --dataset EUR --scorefile scorefiles.txt.gz --matches *.ipc.zst -n 2 --min_overlap 0.75 --outdir $PWD --combined -v cat <<-END_VERSIONS > versions.yml Command exit status: Command output: Command error: I really appreciate your help and support! Ken |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm a beginner of coding. I need your help to resolve the issue in running pgsc_calc as below.
kentaro0209@DESKTOP-ATMBSV9:~$ nextflow run pgscatalog/pgsc_calc
-profile docker
--input /home/kentaro0209/samplesheet.csv --target_build GRCh38
--pgs_id PGS002814
N E X T F L O W ~ version 23.10.0
Launching
https://github.com/pgscatalog/pgsc_calc
[astonishing_wing] DSL2 - revision: 8631668 [main]ERROR ~ ERROR: Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
ERROR ~ * Missing required parameter: --input
-- Check '.nextflow.log' file for details
ERROR ~ * Missing required parameter: --target_build
-- Check '.nextflow.log' file for details
I'm guessing the directory of the samplesheet file might not be correct. Where should I put the file?
The profile test was successfully done.
Thank you for your help!
Ken
Beta Was this translation helpful? Give feedback.
All reactions