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
When I try to convert my bed-files to the genind-format the converter fails, stating some column is missing. This looks like to be a problem connected to the strata-format.
Data summary:
Number of individuals: 8490
Number of markers: 1837423
Error in dplyr::select(): 29.62GB/s, eta: 0s
! Can't select columns that don't exist.
✖ Column INDIVIDUALS doesn't exist.
Run rlang::last_trace() to see where the error occurred.
When I try to convert my bed-files to the genind-format the converter fails, stating some column is missing. This looks like to be a problem connected to the strata-format.
genomic_converter(data = "data/merged_array_1kg_hgdp_Rfiltered_maf_pruned_nokins_hwe.bed", output = "genind" )
################################################################################
######################### radiator::genomic_converter ##########################
################################################################################
Execution date@time: 20241020@1129
Folder created: -8_radiator_genomic_converter_20241020@1129
Function call and arguments stored in: [email protected]
Filters parameters file generated: [email protected]
Reading PLINK bed file...ed.file
Data summary:
Number of individuals: 8490
Number of markers: 1837423
Error in
dplyr::select()
: 29.62GB/s, eta: 0s! Can't select columns that don't exist.
✖ Column
INDIVIDUALS
doesn't exist.Run
rlang::last_trace()
to see where the error occurred.Computation time, overall: 96 sec
Computation time, overall: 96 sec
######################### completed genomic_converter ##########################
✖ Importing data: plink.bed.file [1m 35.9s]
Backtrace:
▆
Run rlang::last_trace(drop = FALSE) to see 17 hidden frames.
The text was updated successfully, but these errors were encountered: