Changes between Version 3 and Version 4 of Software/Mira
- Timestamp:
- Oct 1, 2011, 2:51:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Software/Mira
v3 v4 10 10 Mira uses fairly large amounts of memory. Luckily, there is a small program included to estimate the memory needs. It's called miramem. 11 11 Just run it once you have logged in to my-mgrid and answer the questions. Take the estimate given by miramem and add 5GB to it when 12 you request memory for your run on the grid (in the job script). 13 12 you request memory for your run on the grid (in the job script). The estimates by miramem seems somewhat optimistic at times, so there is a possibility you will have to increase the allocated memory even more than that. Also, mira takes a lot of time to run. I did run on a data set of 15M reads and allocated 36 hours, which was not enough. So dont be frugal. 14 13 15 14 Mira is using an array of "switches" that turns a lot of features on and off. Most of these are pre-set by default to what Mira assumes most people want, which is not always necessarily coinciding with what you want. One such switch is the filter for long read names. While Mira itself can handle names of over 40 characters, it does not let them through unless you tell it to. The reason is that some other programs people might want to use later on (not sure which ones actually) do not accept long names, so Mira wants to give the user the opportunity to adjust it early on instead of having to redo the assembly completely at a later stage.