Hi all,
I am trying to build a salmon index using a gene catalog covering 4 million genes (the file size is 1.2G) in HPC. I use 3000G memory. Unfortunately, I have time limitation in the server and my task is cancelled due to time limitation (2 days).. So I think, indexing takes more than 2 days but cannot make it in that situation.
Is there any possibility to reduce the index time?
This is my basic salmon index command:
salmon index -t gene_catalog.fna -i gene_catalog.fna.index
Any advice or alternatives would be great !
Thank you
Are you running this on a cluster? Does the cluster have a NFS mounted file system?
Yes, this is a Unix-based HPC clusters, and I do that.