Hello,
I am running QC3 on a VCF file with 1 sample, I am using the following command
perl /srv/persistent/bliu2/tools/QC3/qc3.pl -m v -i $inputFile -o $outputDir
And I am getting the following error:
Error in FUN(X[[i]], ...) :
only defined on a data frame with all numeric variables
Calls: showConsistence ... col_by_value -> seq -> Summary.data.frame -> lapply -> FUN
Execution halted
It seems like this error originates from a piece of R code. However, I could not pin down where the error originates exactly. Could you provide some guidance on debugging? Any information will be highly appreciated!
Hello,
I am running QC3 on a VCF file with 1 sample, I am using the following command
perl /srv/persistent/bliu2/tools/QC3/qc3.pl -m v -i $inputFile -o $outputDir
And I am getting the following error:
Error in FUN(X[[i]], ...) :
only defined on a data frame with all numeric variables
Calls: showConsistence ... col_by_value -> seq -> Summary.data.frame -> lapply -> FUN
Execution halted
It seems like this error originates from a piece of R code. However, I could not pin down where the error originates exactly. Could you provide some guidance on debugging? Any information will be highly appreciated!