Closed MboiTui closed 4 years ago
I might have found the issue, and it might have been on my side and not a bug.
I was reading the dart file with 'tidy.dart=FALSE', which returned a 'tbl_df' format when running it through 'detect_genomic_format'. Then looking at the function I saw this:
data.type <- radiator::detect_genomic_format(data) if (!data.type %in% c("SeqVarGDSClass", "gds.file")) { rlang::abort("Input not supported for this function: read function documentation")
I then changed 'tidy.dart' to FALSE, which returns a SeqVarGDSClass object, and they are now working.
I encountered this issue trying to run individual filtering functions. The error traceback was as follows:
Error: Input not supported for this function: read function documentation
This happened for: