You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seqminer::readVCFToListByRange currently crashes Rstudio. The VCF I'm querying is definitely not missing a valid header (contrary to the error message).
Moreover, even if the file was missing a header, the function should be able to handle this situation more gracefully than causing Rstudio to crash (and lose all the user's variables). Instead, a standard stop message should be triggered.
seqminer::readVCFToListByRange
currently crashes Rstudio. The VCF I'm querying is definitely not missing a valid header (contrary to the error message).Moreover, even if the file was missing a header, the function should be able to handle this situation more gracefully than causing Rstudio to crash (and lose all the user's variables). Instead, a standard
stop
message should be triggered.Reprex 1
Error
Reprex 2
This imports the table successfully.
For further discussion on querying VCFs using various R packages, see here.
Session info
The text was updated successfully, but these errors were encountered: