Skip to content

Commit

Permalink
Merge branch 'moa.0.10' of git@ssh.github.com:mfiers/Moa into moa.0.10
Browse files Browse the repository at this point in the history
* 'moa.0.10' of git@ssh.github.com:mfiers/Moa:
  fixed newbler bug - removed -consed parameter [#13 state:resolved]
  updated the README file [#12 state:resolved]
  • Loading branch information
Mark Fiers committed Apr 1, 2011
2 parents 426d801 + 57b913d commit d96e034
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Moa - makefiles for bioinformatics.
Moa - lightweight workflows in bioinformatics.

For installation & operation please read the manual in
./doc/manual.pdf or read it using your browser in ./doc/html/
For installation & operation please read the manual:

http://mfiers.github.com/Moa/

or try:

moa --help


2 changes: 1 addition & 1 deletion template2/newbler.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ newbler: 454AllContigs.fna 454LargeContigs.all.png

#454LargeContigs.all.png

newbler_cl = runAssembly -ace -o . -consed \
newbler_cl = runAssembly -ace -o . \
$(if $(newbler_mid_configuration),-mcf $(newbler_mid_configuration)) \
$(if $(newbler_min_identity), -mi $(newbler_min_identity)) \
$(if $(newbler_largecontig_cutoff), -l $(newbler_largecontig_cutoff)) \
Expand Down

0 comments on commit d96e034

Please sign in to comment.