-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unused Arguments Error when running battenberg_wgs.R #112
Comments
Hi @parth2608! I have a similar problem with unused arguments. Did you solve this? Best, |
Hi, could you please confirm what version of Battenberg was used when getting this error? |
Hi, I am using the latest version in the development branch! This is the error message that I get:
|
Thank you for your prompt reply. In that version of Battenberg the name of the
There are also new optional parameters for enhanced functionality. We are currently working in updating the documentation and wrapping up the next Battenberg release. In the meantime, we greatly appreciate your patience and understanding. |
Thanks for your quick reply! Is there an updated Battenberg_wgs.R available for this change? The option list in the current file is:
Thank you for your great work with Battenberg! |
The updated battenberg_wgs.R is now available in the dev branch: Thank you. |
When I try to run the battenberg_wgs.R script on my tumor-only wgs bam files, I get the following error:
library(Battenberg)
setwd("/wgs/battenberg")
Error in battenberg(analysis = "cell_line", samplename = "hTERT_RPE1", :
unused arguments (samplename = "hTERT_RPE1", sample_data_file = "/wgs/bams/1645XD-247-02-S25.recal.bam", genomebuild = "hg38")
Execution halted
The text was updated successfully, but these errors were encountered: