Entering edit mode
2.3 years ago
Roy.anupama11
•
0
What are the different tools we can use for genome indexing?
Thanks
What are the different tools we can use for genome indexing?
Thanks
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Very vague question, it depends on what you are going to do afterward.
Supposing you have a genome in .fasta format and you are going to align some sequencing data, you need to index it with the specific tool you are using for alignment.
Examples: Bowtie2; HISAT2.
Actually I came across Picard (https://github.com/broadinstitute/picard) and BWA. I wanted to re-confirm. Since I never used both. I have used HISAT2. Instead of BWA, can I use HISAT2?
What type of data do you have? RNA-seq?