This is not so much a question of HOW, but more of a question of "is it worth the hassle?".
Today a colleague of mine asked the following question:
" Assuming I need to build from 0, a chromosome of a fish, with short reads but no other reference whatsoever [de novo assembly]:
- how much work is that?
- Is there a generic software (like SAMtools) that will align the reads in a scaffold one can use?
- Basically, given a reasonably clear pipeline in terms of software, is it still blood sweat and tears or is it just a matter of getting it on a cluster?"
Very grateful for any suggestions, sources of information (papers), software etc.
In general, with assembly, you should try at least a few different assemblers. One thing you need an excess of is RAM, like say at least 128 GB but more would be better (obviously depends on the size of the genome, the number and length of reads, etc.).
edit. You could start your reading from here..
If you search for "denovo assembly" on biostar you will see that there are tons of tools for de novo assembly (but SAMtools is not one of those!!!). It's a fair amount of work. You need RAM, as 5heikki correctly pointed out. You need to evaluate your results, but even before than that, you probably want to build a combined set of libraries (small insert, large insert, maybe overlapping reads).