# HG changeset patch # User edward-kirton # Date 1310695856 14400 # Node ID 38a28f5f9449e5aa5a03682dc85b8037ea6d0ed8 Uploaded diff -r 000000000000 -r 38a28f5f9449 muscle.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/muscle.xml Thu Jul 14 22:10:56 2011 -0400 @@ -0,0 +1,102 @@ + +Multiple sequence alignment +muscle +-quiet +#if $input.select == '1': +-in $input.file +#else: +-profile +-in1 $input.file1 +-in2 $input.file2 +#end if +#if $usetree.select == 'yes': +-usetree_nowarn $usetree.file +#end if +$refine +-out $output +$diags +-maxiters $maxiters +-maxhours $maxhours +#if $advanced.select == 'yes': +-maxtrees $advanced.maxtrees +-anchorspacing $advanced.anchorspacing +-diagbreak $advanced.diagbreak +-diaglength $advanced.diaglength +-diagmargin $advanced.diagmargin +-smoothwindow $advanced.smoothwindow +$advanced.brenner +$advanced.dimer +#end if + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +Perform multiple sequence alignment. + +**Documentation** + +http://www.drive5.com/muscle/muscle_userguide3.8.pdf + +**Author** + +Robert C. Edgar + +**Citation** + +Edgar, R.C. Nucleic Acids Res 32(5), 1792-97. + + +