Issues with building an index in salmon
1
0
Entering edit mode
6.9 years ago
oma219 ▴ 40

Hello,

I was building an index with Salmon and had some of these warnings come up with the index was being built. Are these warnings usually indications that the wrong file was used to make the index? Thanks.

/home/ubuntu/software/Salmon-0.8.2_linux_x86_64/bin/salmon index -t /home/ubuntu/data/rnaseq/nematostella/venus/genome/Nematostella_vectensis.GCA_000209225.1.dna.toplevel.fa          -i nematostella_index


iptome and not a genome?
[2017-06-04 08:24:14.775] [jointLog] [warning] Entry with header [NEMVEscaffold_369] was longer than 200000 nucleotides.  Are you certain that we are indexing a transcriptome and not a genome?
[2017-06-04 08:24:14.785] [jointLog] [warning] Entry with header [NEMVEscaffold_377] was longer than 200000 nucleotides.  Are you certain that we are indexing a transcriptome and not a genome?
[2017-06-04 08:24:14.795] [jointLog] [warning] Entry with header [NEMVEscaffold_374] was longer than 200000 nucleotides.  Are you certain that we are indexing a transcr
software error • 4.4k views
ADD COMMENT
3
Entering edit mode

I would suggest paying more attention at the manual, which states:

If you want to use Salmon in quasi-mapping-based mode, then you first have to build an Salmon index for your transcriptome. Assume that transcripts.fa contains the set of transcripts you wish to quantify. First, you run the Salmon indexer:

./bin/salmon index -t transcripts.fa -i transcripts_index --type quasi -k 31

The warnings you get are VERY descriptive of what is wrong.

ADD REPLY
1
Entering edit mode

Hi oma219,

If an answer was helpful you should upvote it, if the answer resolved your question you should mark it as accepted.

Cheers, Wouter

Upvote|Bookmark|Accept

ADD REPLY
5
Entering edit mode
6.9 years ago

You're trying to create a Salmon transcriptome index from the top-level genome sequence. You need a fasta file with all the individual transcript sequences to build the index. The warning is suggestive of this.

ADD COMMENT

Login before adding your answer.

Traffic: 3000 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6