Originally posted by sharagii
View Post
The short answer is to put the name of your Fasta file at the end of your command; e.g.,
runAssembly -o readfastafile my_sequences.fasta
Some other options I find helpful include:
# Newbler options:
# -nobig no ace files
# -m keep all in memory
# -ud treat each read separately; do not group
# -ml minimum overlap
# -mi minimum identity
# -g produce contig graph
# -consed produce consed files
# -large for large complex datasets
# -vt vector trim (primers, adapters, cloning vectors)
# -vs vector screen (contamination)
# -e expected depth of coverage
Leave a comment: