Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up"quote" argument should be made available to readMAF() #1
Comments
|
Thank you. It should have been fixed on Github. |
|
Thank you! Works perfectly |
Hello, I am unable to load a MAF file from my customized pipeline that is quoted with "\"", because readMAF() doesn't allow me to specify the quote argument. Looking into the readMAF.R file, I can see that the argument is used by default with a value of "". This argument should be used as a default instead, allowing users to optionally specify it just like the sep argument.