Entering edit mode
Hello,
I would like to create a new BSgenome object for these two genome builds:
- Canine genome: canfam4, also called UU_Cfam_GSD_1.0
- Feline genome: fca126, also called F.catus_Fca126_mat1.0
Would someone be able to help me with this?
Best, Kate
Thank you! I tried following the instructions for forgeBSgenomeDataPkgFromNCBI and ran into two issues - first, it seemed to time out without downloading the full fasta file.
To get around this, I instead downloaded the fasta myself using wget:
Which worked:
Then I retried the initial command:
Now it creates the package directory, but is not able to copy the "single_sequences.2bit" file, as it can't find it:
Any suggestions on how to fix this?
Best, Kate
You can adjust the default time out with options. example
options(timeout=10000)
Thank you, that was helpful! I was able to create and install the feline genome package. However, the tool that I am using to process my data is in R version 3.5, and I cannot seem to load the BSgenome library created with a newer version of R.
I tried re-installing the package in R 3.5, but got:
I thought that maybe I could remake the BSgenome package in R 3.5, but when I try to install BSgenomeForge, I get:
Is there a workaround for this?
Thank you again!
Best, Kate
The R version you are using is six(!) years old. You should upgrade to the current versions of R and Bioconductor first.