Hi I am passing a SNP through a variable and the step reads the SNP from the variable correctly since in the log it displays:
Options in effect:
--noweb
--file 5q.221_imputed
--ld-snp rs1837253
--ld-window-r2 0.8
--out 5q.221_imputed_ld_rs1837253
However after running the script it throws an error saying :
ERROR: --ld-snp {marker} not found
I tried running it on command line outside the script by passing the same parameters.
What could be the possible reason?