muscle.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. .\" Title: MUSCLE
  2. .\" Author: Robert Elgar
  3. .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/>
  4. .\" Date: 02/06/2008
  5. .\" Manual: Muscle Manual
  6. .\" Source: muscle 3.7
  7. .\"
  8. .TH "MUSCLE" "1" "02/06/2008" "muscle 3.7" "Muscle Manual"
  9. .\" disable hyphenation
  10. .nh
  11. .\" disable justification (adjust text to left margin only)
  12. .ad l
  13. .SH "NAME"
  14. muscle - Multiple Protein Sequence Alignment
  15. .SH "SYNOPSIS"
  16. .HP 7
  17. \fBmuscle\fR \fB\-in\ \fR\fB\fIinput\ file\ (fasta)\fR\fR [\fB\-out\ \fR\fB\fIoutput\ file\ (default\ fasta)\fR\fR] [\fB\-diags\fR] [\fB\-log\ \fR\fB\fIlog\ file\fR\fR] [\fB\-maxiters\ \fR\fB\fIn\fR\fR] [\fB\-maxhours\ \fR\fB\fIn\fR\fR] [\fB\-maxmb\ \fR\fB\fIm\fR\fR] [\fB\-html\fR] [\fB\-msf\fR] [\fB\-clw\fR] [\fB\-clwstrict\fR] [\fB\-log[a]\ \fR\fB\fIlogfile\fR\fR] [\fB\-quiet\fR] [\fB\-stable\fR] [\fB\-group\fR] [\fB\-version\fR]
  18. .SH "DESCRIPTION"
  19. .PP
  20. This manual page documents briefly the
  21. \fBmuscle\fR
  22. command\.
  23. .PP
  24. \fBmuscle\fR
  25. aligns protein sequences and is considered superior and faster than Clustal\ W\.
  26. .SH "OPTIONS"
  27. .PP
  28. \fB\-in \fR\fB\fIinput file\fR\fR
  29. .RS 4
  30. Path to FASTA formatted input file
  31. .RE
  32. .PP
  33. \fB\-out \fR\fB\fIoutput file\fR\fR
  34. .RS 4
  35. Path to output file, FASTA formatted by default
  36. .RE
  37. .PP
  38. \fB\-diags\fR
  39. .RS 4
  40. Find diagonals (faster for similar sequences)
  41. .RE
  42. .PP
  43. \fB\-maxiters \fR\fB\fIn\fR\fR
  44. .RS 4
  45. Maximum number of iterations (integer, default 16)
  46. .RE
  47. .PP
  48. \fB\-maxhours \fR\fB\fIn\fR\fR
  49. .RS 4
  50. Maximum time to iterate in hours (default no limit)
  51. .RE
  52. .PP
  53. \fB\-maxmb \fR\fB\fIm\fR\fR
  54. .RS 4
  55. Maximum memory to allocate in Mb (default 80% of RAM)
  56. .RE
  57. .PP
  58. \fB\-html\fR
  59. .RS 4
  60. Write output in HTML format (default FASTA)
  61. .RE
  62. .PP
  63. \fB\-msf\fR
  64. .RS 4
  65. Write output in MSF format (default FASTA)
  66. .RE
  67. .PP
  68. \fB\-clw\fR
  69. .RS 4
  70. Write output in Clustal\ W format (default FASTA)
  71. .RE
  72. .PP
  73. \fB\-clwstrict\fR
  74. .RS 4
  75. As \-clw, with \'CLUSTAL W (1\.81)\' header
  76. .RE
  77. .PP
  78. \fB\-log[a] \fR\fB\fIlogfile\fR\fR
  79. .RS 4
  80. Log to file (append if \-loga, overwrite if \-log)
  81. .RE
  82. .PP
  83. \fB\-quiet\fR
  84. .RS 4
  85. Do not write progress messages to stderr
  86. .RE
  87. .PP
  88. \fB\-stable\fR
  89. .RS 4
  90. Output sequences in input order (default is \-group)
  91. .RE
  92. .PP
  93. \fB\-group\fR
  94. .RS 4
  95. Group sequences by similarity (this is the default)
  96. .RE
  97. .PP
  98. \fB\-version\fR
  99. .RS 4
  100. Display version information and exit
  101. .RE
  102. .SH "SEE ALSO"
  103. .PP
  104. \fBclustalw\fR(1),
  105. \fBseaview\fR(1),
  106. \fBt_coffee\fR(1)\.
  107. .SH "AUTHORS"
  108. .PP
  109. \fBRobert Elgar\fR
  110. .sp -1n
  111. .IP "" 4
  112. Wrote Muscle\.
  113. .PP
  114. \fBSteffen Moeller\fR <\&moeller@debian\.org\&>
  115. .sp -1n
  116. .IP "" 4
  117. Wrote this manpage\.
  118. .PP
  119. \fBCharles Plessy\fR <\&charles\-debian\-nospam@plessy\.org\&>
  120. .sp -1n
  121. .IP "" 4
  122. Updated this manpage\.
  123. .SH "COPYRIGHT"
  124. Copyright \(co 2003, 2004 Steffen Moeller (manpage)
  125. .br
  126. Copyright \(co 2007, 2008 Charles Plessy (manpage)
  127. .br
  128. .PP
  129. Muscle is in the public domain, and therefore not subjected to copyright\.
  130. .PP
  131. This manual page was written by Steffen Moeller moeller@debian\.org for the
  132. Debian(TM)
  133. system (but may be used by others)\. Permission is granted to copy, distribute and/or modify this document as if it were in public domain\.
  134. .sp