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
For an input VCF containing a single variant and multiple samples, the getData method in tools.r fails with the error message below. I encounter this problem when trying to carry out step5 of the pipeline_1000G_AIMs_noAMR.r script applied to a reduced set of variants.
Error in rownames<-(x, value) : attempt to set 'rownames' on an object with no dimensions Calls: getData -> row.names<- -> row.names<-.default -> rownames<- Execution halted
The text was updated successfully, but these errors were encountered:
For an input VCF containing a single variant and multiple samples, the
getData
method intools.r
fails with the error message below. I encounter this problem when trying to carry out step5 of thepipeline_1000G_AIMs_noAMR.r
script applied to a reduced set of variants.Error in
rownames<-(x, value) : attempt to set 'rownames' on an object with no dimensions Calls: getData -> row.names<- -> row.names<-.default -> rownames<- Execution halted
The text was updated successfully, but these errors were encountered: