Entering edit mode
                    23 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.
Curious as to what is
gentrome? Genome decoy + transcriptome?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.shOP could also try the
--sparseoption while building the index: