You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the example from the README's Perform ethnicity analysis from BAM files list throws the errors:
Error in dimnames(x) <- dn: length of 'dimnames' [2] not equal to array extent
and
Error in fread(paste(genotype.dir, files[1], sep = ""), sep = "\t", header = T, :
File '/tmp/Rtmptz8tn5/EthSEQ_Analysis/ASEQGenotypes/NA' does not exist or is non-readable. getwd()=='...'
This seems to be caused by the code snippet in aseq.Run:
Hi,
Running the example from the README's Perform ethnicity analysis from BAM files list throws the errors:
and
This seems to be caused by the code snippet in
aseq.Run
:When debugging this part,
snp.list
does not have an entrysnp.list$rs.id
. Changing it tosnp.list$snp.id
seems to resolve the issue.Could you have a look into this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: