bmansfeld / QTLseqr

QTLseqr is an R package for QTL mapping using NGS Bulk Segregant Analysis
64 stars 42 forks source link

for help #15

Closed cshen226 closed 5 years ago

cshen226 commented 5 years ago

library("QTLseqr") library("Yang2013data") rawData <- system.file("extdata","Yang_et_al_2013.table",package = "Yang2013data",mustWork = TRUE) HighBulk <- "SRR834931" LowBulk <- "SRR834927" Chroms <- paste0(rep("Chr", 12), 1:12) df <- importFromGATK(file = rawData,highBulk = HighBulk,lowBulk = LowBulk,chromList = Chroms)

Run here and the error is as follows

Error in setNames(rep(list(readr::col_integer()), length(int_matches)), : unused argument (int_matches)

Please help me how should this solve?

bmansfeld commented 5 years ago

Sorry I can't reproduce this bug. Please make sure you are running the latest version of QTLseqr V 0.7.5.2