Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assigned data as.numeric(as.character(d$sequence_length_template)) must be compatible with existing data #66

Open
vicente09-uga opened this issue Jun 11, 2024 · 1 comment

Comments

@vicente09-uga
Copy link

HI Rob,

I' new into the bioinformatics world (part of my graduate school program) and I was trying to use minion_qc to compare the quality of my sequences in different runs but its giving me this error. The description of all the output information (stats) generated by this program looks amazing and I would really like to use it. Is there any way I can fix this?

I would very much appreciate any advice for this.

Thank you

Error:
! Assigned data as.numeric(as.character(d$sequence_length_template)) must be compatible with existing data.
✖ Existing data has 223096 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:

  1. ├─global single.flowcell(input.file, output.dir, q)
  2. │ └─global load_summary(input.file, min.q = c(-Inf, q))
  3. │ ├─base::$<-(*tmp*, "sequence_length_template", value = <dbl>)
  4. │ └─tibble:::$<-.tbl_df(*tmp*, "sequence_length_template", value = <dbl>)
  5. │ └─tibble:::tbl_subassign(...)
  6. │ └─tibble:::vectbl_recycle_rhs_rows(...)
  7. │ ├─base::withCallingHandlers(...)
  8. │ └─vctrs::vec_recycle(value[[j]], nrow)
  9. ├─vctrs:::stop_recycle_incompatible_size(...)
  10. │ └─vctrs:::stop_vctrs(...)
  11. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ..., call = call)
  12. │ └─rlang:::signal_abort(cnd, .file)
  13. │ └─base::signalCondition(cnd)
  14. └─tibble (local) <fn>(<vctrs___>)
  15. └─rlang::cnd_signal(...)
    Execution halted
@vicente09-uga
Copy link
Author

Nevermind, realized was using the wrong sequencing summary file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant