carpentries-incubator / bioc-project

Introduction to the Bioconductor project

Home Page:https://carpentries-incubator.github.io/bioc-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing data when importing `data/actb.gtf`

milanmlft opened this issue · comments

Seems that something is going wrong when importing the actb.gtf file. The output doesn't show any ranges:

Screen Shot 2022-10-21 at 12 54 26

Relevant lines:

```{r}
library(rtracklayer)
actb_gtf_data <- rtracklayer::import("data/actb.gtf")
actb_gtf_data
```

I can confirm that this problem also occurs when running the Rmd locally. I checked the raw data file and there doesn't seem to be a problem with that, so the issue arises during the import.

Oh right, I forgot about that but yeah, I noticed it myself a while back and keep forgetting to get to it.

Gold star for anyone who fixes it :)

Found it :)