Alternative to Gentrome?
0
0
Entering edit mode
4 months ago
yee • 0

For context, after running the salmon index line, the process is killed after clipping some poly-A tails. However, I don't have access to a higher computer, and I currently run on my ASUS G14 with 16.0 GB RAM, and 500gb of hard drive space.

salmon index -t gentrome.fa.gz -i IndexSalmonDecoyAware --decoys decoys.txt -k 7 --gencode

[2023-12-08 10:22:09.886] [puff::index::jointLog] [info] Replaced 151122967 non-ATCG nucleotides
[2023-12-08 10:22:09.886] [puff::index::jointLog] [info] Clipped poly-A tails from 2033 transcripts
Killed

Any thoughts on running on an alternative index, I initially generated a python script as a decoy and concatenated it and used it through the salmon index process. Which did work I suppose, but I'm not sure if its good to do so that way? Sorry, I'm new to bioinformatics.

salmon • 448 views
ADD COMMENT
0
Entering edit mode

Curious as to what is gentrome? Genome decoy + transcriptome?

ADD REPLY
0
Entering edit mode

Could be either a hard-masked reference genome sequence or the decoy reference genome + transcriptome. If it's the latter (which takes much more memory to build the index), the OP could try the former using the helper script from salmon: https://github.com/COMBINE-lab/SalmonTools/blob/master/scripts/generateDecoyTranscriptome.sh

OP could also try the --sparse option while building the index:

  --sparse                      Build the index using a sparse sampling of 
                                k-mer positions This will require less memory 
                                (especially during quantification), but will 
                                take longer to construct and can slow down 
                                mapping / alignment
ADD REPLY

Login before adding your answer.

Traffic: 1952 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