Closed hpages closed 2 years ago
Please assign me to this task.
Thank you
I have been able to run forgeBSgenomeDataPkg()
, R CMD build
, R CMD check
with 3 notes and R CMD INSTALL
successfully and thus have created a PR. I will be anticipating your feedback.
Thank you.
Hi @Simplecodez ,
You're BSgenome.Xtropicalis.UCSC.xenTro10-seed
file looks good. Nice work!
Here's some important reading about package templates and the PkgExamples
field: https://github.com/Bioconductor/BSgenome/pull/46#issuecomment-1291424086 Don't hesitate to ask if you have any questions.
Next task in your group is #41. It's still about Frog! :frog: Whenever you are ready, go there and ask to be assigned.
Okay, thank you sir
This task depends on this issue being completed first (i.e. PR accepted and merged, and issue closed). Although it's not a requirement that the 2 tasks be completed by the same applicant, it will be a more interesting learning experience if they are.
BSgenome data packages are one of the many types of annotation packages available in Bioconductor. They contain the genomic sequences, which comprise chromosome sequences and other DNA sequences, of a particular genome assembly for a given organism. For example BSgenome.Hsapiens.UCSC.hg19 is a BSgenome data package that contains the genomic sequences of the
hg19
genome from UCSC. Users can easily and efficiently access the sequences, or portions of the sequences, stored in these packages, via a common API implemented in the BSgenome software package.This task's goal is to make a new BSgenome data package for UCSC genome
xenTro10
. The process of making such package is documented in the "How to forge a BSgenome data package" vignette from the BSgenome software package. The landing page for the BSgenome package contains a link to this vignette.Other useful links:
BSgenome issues on GitHub where many Bioconductor users who went thru the process of forging a BSgenome data package have already asked questions about this process. Note that most issues where those questions have been asked (and answered) are now closed so do not exclude closed issues from your research.
Some users have also asked questions about this process on the Bioconductor support site. See questions tagged with "BSgenome" there: https://support.bioconductor.org/tag/bsgenome/
The BSgenome.Hsapiens.UCSC.hg19 landing page: https://bioconductor.org/packages/BSgenome.Hsapiens.UCSC.hg19
List of BSgenome data packages available in Bioconductor: https://bioconductor.org/packages/release/BiocViews.html#___BSgenome
https://github.com/Bioconductor/BSgenomeForge for more information about BSgenome data packages and additional links.
IMPORTANT NOTES TO OUTREACHY APPLICANTS:
R CMD build
andR CMD check
on the package. Note thatR CMD check
should always be run on the source tarball produced byR CMD build
.R CMD check
might produce some NOTEs and even some WARNINGs. Let me know if that's the case and we'll discuss them.inst/extdata/Outreachy/
folder of the BSgenome software package. You'll need to fork the BSgenome repository for that, then add the seed file, commit, push, and submit a PR.