GithubHelp home page GithubHelp logo

Comments (4)

alexdobin avatar alexdobin commented on June 25, 2024

Hi,

there is a brief description of the genomeLoad options in the last chapter of the manual (see below). I agree that a more detailed description could be useful.

Cheers
Alex

genomeLoad NoSharedMemory
string: mode of shared memory usage for the genome files
LoadAndKeep ... load genome into shared and keep it in memory after run
LoadAndRemove ... load genome into shared but remove it after run
LoadAndExit ... load genome into shared memory and exit, keeping the genome in memory for future runs
Remove ... do not map anything, just remove loaded genome from memory
NoSharedMemory ... do not use shared memory, each job will have its own private copy of the genome

from star.

cyrilcros avatar cyrilcros commented on June 25, 2024

Thanks for the answer. Your alignment method is really lightning fast,
it was quite a change from bowtie/samtools.
My only issue was that with the genomeLoad option enabled, you need to
specify an amount of RAM from BAM sorting. I was not too sure of the
amount of RAM needed in total (for storing the genome+ other operations:
alignment and sorting), so I asked for an unsorted output and used
samtools afterwards. It does not seem to be really efficient.
With a 32Gb RAM and a genome index of maybe 10Gb, would the sorting have
been possible with the LoadAndKeep option? I had to do ~12 samples with
the same genome, ~50M reads each.
Thanks for any precisions
Cyril Cros

Le 3/10/2015 9:09 PM, alexdobin a écrit :

ared memory usage for the genome files
LoadAndKeep ... load

from star.

alexdobin avatar alexdobin commented on June 25, 2024

Since 2.4.0k, the sorting algorithm has been re-worked and requires much less RAM. Try it with 10GB allocated for sorting: --genomeLoad LoadAndKeep --limitBAMsortRAM 10000000000

from star.

cyrilcros avatar cyrilcros commented on June 25, 2024

Thanks a lot,
I will be doing some new runs shortly.
Regards,
Cyril Cros

Le 4/21/2015 9:37 PM, alexdobin a écrit :

Closed #27 #27.


Reply to this email directly or view it on GitHub
#27 (comment).

from star.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.