Skip to content

Commit

Permalink
remove --col-bp flag/arg
Browse files Browse the repository at this point in the history
  • Loading branch information
espenhgn committed Oct 16, 2024
1 parent 3b1630c commit dca26ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_LDpred2/scripts/ld.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ LDP="$RSCRIPT $DIR_SCRIPTS/ldpred2.R \
--ld-meta-file $dirOut/map.rds \
--merge-by-rsid --set-seed 1 \
--col-stat beta --col-stat-se beta_se \
--col-snp-id rsid --col-chr chr --col-bp pos --col-A1 a1 --col-A2 a0 \
--col-snp-id rsid --col-chr chr --col-A1 a1 --col-A2 a0 \
--geno-file-rds $fileOutputSNPR --sumstats $fileInputSumStats"

echo "Running unittests on functions"
Expand Down

0 comments on commit dca26ac

Please sign in to comment.