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

ReadMGATK does not work if using -eb option in mgatk #1462

Open
msteph11 opened this issue Jul 31, 2023 · 1 comment
Open

ReadMGATK does not work if using -eb option in mgatk #1462

msteph11 opened this issue Jul 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@msteph11
Copy link

Hello,

When using the -eb option in mgatk (which adds columns for base quality scores in the A,G,T,C matrices) the resulting output folder cannot be read using the ReadMGATK function. Below is the error given:

> test <- ReadMGATK(path)
Reading allele counts
Error in read.table(file = a.path, sep = ",", header = FALSE, stringsAsFactors = FALSE,  : 
  more columns than column names

If the extra columns are removed from the matrices, the folder can be read using the ReadMGATK function, but calling IdentifyVariants causes RStudio to unexpectedly crash while processing C.

> vars <- IdentifyVariants(test$counts, test$refallele)
Computing total coverage per base
Processing A
Processing T
Processing C
@msteph11 msteph11 added the bug Something isn't working label Jul 31, 2023
@timoast
Copy link
Collaborator

timoast commented Sep 20, 2023

Do you have an example output with the --eb option set that I could take a look at? You can email a download link to stuartt@gis.a-star.edu.sg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Q3 2023
Development

No branches or pull requests

2 participants