atcg / clustOpt

Scripts for the optimization of RADseq clustering thresholds in population genetics
MIT License
9 stars 0 forks source link

Execution of ibdSlope.R aborted due to compilation errors #6

Open VARR96 opened 1 year ago

VARR96 commented 1 year ago

Hi,

I am trying to carry out the metrics that you propose, but I have had some setbacks with the Scripts. For example with this one, I leave the problem as it appears in my terminal:

(base) victorrramirez96@victorrramirez96:~/clustOpt$ perl ibdSlope.R --vcflist vcflist --latLongFile latLongFile.txt Semicolon seems to be missing at ibdSlope.R line 1. Semicolon seems to be missing at ibdSlope.R line 4. Semicolon seems to be missing at ibdSlope.R line 13. Semicolon seems to be missing at ibdSlope.R line 14. Semicolon seems to be missing at ibdSlope.R line 15. Bareword found where operator expected at ibdSlope.R line 28, near ") snpgdsVCF2GDS" (Missing operator before snpgdsVCF2GDS?) Bareword found where operator expected at ibdSlope.R line 29, near ") genofile" (Missing operator before genofile?) Bareword found where operator expected at ibdSlope.R line 30, near ") ibsMat" (Missing operator before ibsMat?) Bareword found where operator expected at ibdSlope.R line 38, near "ibsMatRearranged" (Missing operator before ibsMatRearranged?) Bareword found where operator expected at ibdSlope.R line 40, near "slopeToReport" (Missing semicolon on previous line?) Scalar found where operator expected at ibdSlope.R line 40, near ")$coefficients" (Missing operator before $coefficients?) Bareword found where operator expected at ibdSlope.R line 41, near "cat" (Missing semicolon on previous line?) Bareword found where operator expected at ibdSlope.R line 43, near ")

snpgdsClose"
(Missing operator before snpgdsClose?)

Bareword found where operator expected at ibdSlope.R line 44, near ")
file" (Missing operator before file?) syntax error at ibdSlope.R line 2, near ") suppressPackageStartupMessages" Execution of ibdSlope.R aborted due to compilation errors

I would be grateful if you could help me Thanks you Saludos