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
proActiv throws an error if input file is a xz-compressed TopHat2 junction BED file (.bed.xz). This behaviour stems from readTopHatJunctions (GenomicAlignments package).
> readTopHatJunctions('../sample1.bed.xz')
Error in validObject(.Object) :
invalid class “BEDFile” object: invalid object for slot "resource" in class "BEDFile": got class "xzfile", should be or extend class "characterORconnection"
In addition: Warning message:
In readTopHatJunctions("../junction-files/sample3.bed.xz") :
'file' has no .bed extension, suggesting it may not be a junctions.bed
file as generated by TopHat. I will assume it is this file anyway (or a BED
file with similar content). If 'file' is a tab-delimited file obtained
by running TopHat's bed_to_juncs script on a junctions.bed file, you
should use 'file.is.raw.juncs=TRUE'
proActiv
throws an error if input file is a xz-compressed TopHat2 junction BED file (.bed.xz
). This behaviour stems fromreadTopHatJunctions
(GenomicAlignments
package).Session info:
The text was updated successfully, but these errors were encountered: