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

error message 'Avoid using snvs if you use `mutations' when running sample data #11

Closed
huangdcc opened this issue May 22, 2023 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@huangdcc
Copy link

Hi,

I have just installed TINC recently. When I tried to run the example data at this step: load_TINC_input(x = sampled_data$data, cna = sampled_data$cna)

I got the error message as:

Error in CNAqc::init():
! Avoid using snvs if you use mutations Run rlang::last_trace()` to see where the error occurred


Backtrace:

  1. └─TINC::load_TINC_input(x = sampled_data$data, cna = sampled_data$cna)
  2. └─CNAqc::init(snvs = as_tumour(x), cna = cna, 0.8)

Backtrace:

  1. └─TINC::load_TINC_input(x = sampled_data$data, cna = sampled_data$cna)
  2. └─CNAqc::init(snvs = as_tumour(x), cna = cna, 0.8)
  3. └─cli::cli_abort("Avoid using `snvs` if you use `mutations")
    
  4.   └─rlang::abort(...)
    

I have reinstalled CNAqc with 'devtools::install_github("caravagnalab/CNAqc")', but the error still remains.

Thank you very much for your help.

@caravagn caravagn added the help wanted Extra attention is needed label May 22, 2023
@Militeee
Copy link
Contributor

Hi,
I've tried again with the new version of TINC and CNAqc and we fixed the issue. If you still have the same problems after updating both, please reopen the issue and provide the versioning of the packages in your environment.

Cheers,
S.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants