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

pileup2seqz() requires sequenza (<= 2.1.2) #48

Open
1 of 2 tasks
HenrikBengtsson opened this issue Jul 28, 2019 · 0 comments
Open
1 of 2 tasks

pileup2seqz() requires sequenza (<= 2.1.2) #48

HenrikBengtsson opened this issue Jul 28, 2019 · 0 comments
Labels
Milestone

Comments

@HenrikBengtsson
Copy link
Owner

HenrikBengtsson commented Jul 28, 2019

Issue

The new sequenza 3.0.0 does no longer implement Sequenza using Python. If used here, we'll get errors such as:

Error in system.file("exec", "sequenza-utils.py", package = "sequenza",  : 
  no file found

Tasks

  1. Add assertion that we've got sequenza (<= 2.1.2) installed.
stopifnot(packageVersion("sequenza") <= "2.1.2")
  1. Update aroma.seq to support sequenza (>= 3.0.0), which BTW, is a pain to install on our legacy TIPCC system, cf. https://github.com/HenrikBengtsson/Costello-PSCN-Seq/issues/24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant