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

Hi,

I would like to align my sRNA reads from .FASTQ file to the wheat reference genome. However, I am not sure which site to use for obtaining the reference genome?

Do I need the .FASTA or .GBFF file?

Is this correct?

bowtie -q -v 0 -k 10 -S -t  (wheat-ref.index) (input.fastaq)

Thank you

genome next-gen assembly sequencing

Thank you for your reply and for correcting my question.

I will check at IWGSC pages for more info.

K

Dear Bastien,

Thank you for your reply and for correcting my question.

I will check at IWGSC pages for more info.

K

Please use ADD COMMENT or ADD REPLY to answer to previous reactions, as such this thread remains logically structured and easy to follow. I have now moved your reaction but as you can see it's not optimal. Adding an answer should only be used for providing a solution to the question asked.

Is sRNA referring to smallRNA?

Yes indeed, sRNA stands for small RNA

Would it not be better to get RNA's from Wheat from RNAcentral here and align against those? Look in left column to see what kind of RNA's you would want.

1 answer

I generally use Phytozome or Ensembl Plants for plant genomes. You need the FASTA file to create your index with bowtie-build command.

Log in to answer this question.