How to create .fmi files in kaiju for taxonomic classification?
Does Kaiju create .fmi index files during kaiju-makedb command or we have to perform any extra step for that?
kaiju
taxonomy
• 1,707 views
•
link
updated
by
VineethVenumadhavan •
•
written
by
nainakmr20 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Refcall in VCF
written by Mahdi&Christ •Hi, VCF files have traditionally contained variants marked with the filter status "PASS." However, if we now encounter a VCF file that includes not only …
-
Exome alignment and preprocessing: When I perform an exome alignment, should I use a Ref Genome or …
written by javiflaja •I'm learning the basis of preprocessing, and I can't find anywhere a source that would tell me what's the difference between preprocessing a genome for …
-
BLAST reference genome indexing
written by bhumm •For some softwares I have had to index a reference genome prior to using blastn. Here is an example command: makeblastdb –in mydb.fsa –dbtype nucl …
-
Error in creating the standard Kraken2 database
written by nathaliaoliveira •**Hello I'm trying to create the standard Kraken 2 database, with the following command:** kraken2-build --standard --threads 16 --db kraken-Sdb **I' getting this:** Step 1/2: …
-
Is it possible to get taxonomy identifiers from diamond output without using --taxonmap during make…
written by O.rkaI want to run diamond and also get taxon identifiers for each hit. Is the only way to do this by incorporating it during the …
-
Pipeline for SNP analysis
written by rebecca08238 •Hello! I am working on Nephrotic syndrome patients. I have to check SNPs which are link with Nephrotic syndrome. study Involves 2 groups: Control, Nephrotic …
-
Newbie question: how to create BWA index from multiple .fasta files
written by phonybone •I would like to use BWA MEM to align short reads against the entire hg19 human genome. To do that, I assume that I must …
-
CWL bwa create index to bwa mem alignment workflow
written by Biowoogles •Hi, My question is about whether there exists any examples of how to create a workflow in CWL consisting of two steps: 1. Create BWA …
-
alternative for mget with ability to resume download upon connection termination
written by vigprasud<p>I am trying to transfer files from a remote server to my machine using smbclient. I am using mget to get all the files. But …
-
Cuffcompare with a single experiment and questions regarding cuffcompare output
written by jacobsen.jeremy •I am running RNA-seq analysis on a paired-end deep sequencing data set with no replicates. We are interested in finding novel gene and transcript isoforms …
It does when you build the database with
kaiju-makedbThanks I got it.
I think this extra step of making .fmi index is performed when we are creating a custom db, where you run kaiju-mkbwt and kaiju-mkfmi.
Please refer this section in kaiju github page