This is a test version of Biostars. For the public version, visit https://www.biostars.org.
database for reference genome

hello the community please I am looking for a database where I can retrieve the date palm reference genome,I want to map my reads to get out the variations.

alignment assembly snp next-gen

hi,

let me google that for you ...

(aka, what have you tried already? or where did you look for it?)

I tried genome database in ncbi but when we wanted to visualize the results of the mapping on igv I received an error that no alignment was made

Not finding the genome and not being able to visualize your mapped results in IGV are two completely different things. You will need to create a custom genome in IGV using the same genome file that you used to do the alignments. Instructions for creating custom genomes in IGV are available here.

I might be mistaken but are there not already several (2?) date palm genomes published? or was that oil palm?

i don t understand can you explain please

just make sure you get the reference (and version) you expect to get. If there are several date palm genomes available you might run into confusing situations

4 answers

Hi

I could find that on NCBI genome here

Look at this paper

please can you accept my request on LinkedIn <link removed>

Please do not stalk people outside of BioStars. People here offer their help at their convenience.

What about here? DRDB (Date palm Resequence Database).

Hello,

You may retrieve your reference genomes using esearch, with something like this:

.../edirect/esearch -db nucleotide \
        -query "name_of_your_organism[organism] AND genome[title]" \
    | .../edirect/efetch -format fasta > references.fasta

Log in to answer this question.