The package when I made the workflow was : plyranges_1.11.0 and at that time I was able to perform this code without issues:
Docker/ linux: wget ftp://ftp.ebi.ac.uk/pub/databases/RNAcentral/releases/15.0/genome_coordinates/bed/mus_musculus.GRCm38.bed.gz \ -O my_data/mouse_data/RNACentral/mus_musculus.GRCm38.bed.gz
I checked that the bed file seems to be the same as before, and I saw that when I load it select has a problem picking the metadata columns starting with "NA" :
Dear Stuart, thanks a lot for this wonderful package. There is a bug that it came to my attention from using the read_bed function. Issue found here: https://github.com/ConYel/wind/issues/2#issue-1859848020
Context
The package when I made the workflow was :
plyranges_1.11.0
and at that time I was able to perform this code without issues: Docker/ linux:wget ftp://ftp.ebi.ac.uk/pub/databases/RNAcentral/releases/15.0/genome_coordinates/bed/mus_musculus.GRCm38.bed.gz \ -O my_data/mouse_data/RNACentral/mus_musculus.GRCm38.bed.gz
Currently with
plyranges_1.20.0
(and the new version of the bed file from RNAcentral) the same code throws an error:I checked that the bed file seems to be the same as before, and I saw that when I load it select has a problem picking the metadata columns starting with "NA" :
Select works fine with the other columns and it can rename them too:
But when I try to pick the "NA" columns it throws the error:
I'm trying to find a work around using as_tibble and rename but it seems it doesn't solve anything.