Skip to content
Snippets Groups Projects
Commit 1852c116 authored by Gemma Guest's avatar Gemma Guest
Browse files

Remove obsolete version of paper (moved to team repository) - DOC

parent 613d48a2
No related branches found
No related tags found
No related merge requests found
Showing with 0 additions and 2849 deletions
This diff is collapsed.
%% %
% bmc_article.cls ver: 1.03 %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %%
% A Style Class based on article for %%
% formating towards BioMed Central %%
% guidelines %%
% %%
% <1 September 2003> %%
% %%
% %%
% %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% See Readme.txt for ToDo list.
%%
%
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{bmc_article}[2003/09/01 v1.01 BioMed Central article class]
\LoadClassWithOptions{article}
\renewcommand\@biblabel[1]{#1.}
\def\hi{}
\def\pb{\\*[0.42cm]}
\AtBeginDocument{}
\def\@abstractline{\textwidth}
\newcounter{bmc@correspondingauthor}
\setcounter{bmc@correspondingauthor}{0} %never changes
\newcounter{bmc@emailcounter} \setcounter{bmc@emailcounter}{0}
% Corresponding Authors.
% adds an asterisk * as a marker.
\def\correspondingauthor{$^*$}
\def\@corresponding{\footnotesize\correspondingauthor Corresponding author}
% Email.
% A variable to store names and emails.
\gdef\bmc@email{Email: }
\newcommand\bmc@curname{}
\newcommand\email[1]{\relax
\g@addto@macro\bmc@email{#1; }} % has trailing ;
\def\@bmc@email{\relax\footnotesize{\bmc@email}}
% Address
\def\address#1{ \def\@address{\begin{hi}\footnotesize#1\end{hi}}}
\def\iid(#1){\hi$^#1$}
% Thanks
\def\thempfootnote{\normalfont\@arabic\c@mpfootnote}
\def\thanks#1{%
\stepcounter{footnote}%
\hbox{\@textsuperscript{\normalfont\thefootnote}}%
\protected@xdef\@thanks{\@thanks%
\protect\footnotetext[\the\c@footnote]{#1}}%
}
% Maketitle
\let\old@maketitle\maketitle
\renewcommand\maketitle{
\begin{flushleft}\mbox{
\global\let\@date\@empty % @date = null.
{\sffamily\begin{minipage}{\textwidth}%
\@maketitle
{\raggedright%
{\noindent\@address}\\ \hbox{}
{\noindent\@bmc@email}\\ \hbox{}
{\noindent\@corresponding}%
}%end \raggedright
\end{minipage}%
}
\renewcommand\thefootnote{\old@thefootnote} %
} % \mbox
\end{flushleft}
}
\def\and{, }
\def\@maketitle{%
\newpage
\null
\vskip 2em%
{\noindent\LARGE \bfseries\@title \par}%
\vskip 1.5em%
{\large
%\lineskip .5em%
\noindent\@author
\par}%
\vskip 1em%
\par
\vskip 1.5em}
% reformats abstract to BMC looks
\let\old@abstract\abstract
\renewenvironment{abstract}
{
\ifhmode\begingroup\parskip0pt\par\noindent\endgroup\fi%
\begin{sffamily}
\vspace{1cm} % use \topsep in list
{\noindent\bfseries\large\abstractname\vspace{-0.5em}}
{\par\vbox{\hrule width \@abstractline}}
}{
\ifhmode\begingroup\parskip0pt\par\noindent\endgroup\fi %
\vbox{\hrule width \@abstractline} \vspace{1cm} %
\end{sffamily}
}
%% \@startsection{sec-name}{level}{indent}{pre-skip}
%% {post-skip}{style}*[srt title]{title}
\renewcommand\section{\@startsection {section}{1}{\z@}%
{-0.84cm \@plus -1ex \@minus -.2ex} {.2ex \@plus.2ex} %%
{\normalfont\large\bfseries\sffamily}}
\renewcommand\subsection{\@startsection{subsection}{2}{\z@}%
{-0.84cm \@plus -1ex \@minus -.2ex} {.2ex \@plus.2ex} %%
{\normalfont\normalsize\bfseries\sffamily}}
\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%
{-0.84cm \@plus -1ex \@minus -.2ex} {.2ex \@plus.2ex} %%
{\normalfont\normalsize\sffamily\itshape}}
\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}%
{-.2em \@plus1ex \@minus.2ex} {-0.5em} %%
{\normalfont\small\bfseries\sffamily}}
\renewcommand\subparagraph{\@startsection{subparagraph}{5}{\parindent}%
{-.2em \@plus1ex \@minus.2ex} {-0.5em} %%
{\normalfont\normalsize\sffamily}}
\endinput
%% end of bmc_article.cls
SeqTools: visual tools for manual analysis of sequence alignments
This paper describes version 4 of the "SeqTools" suite of progrmas for visualising sequence alignments: Blixem, Dotter and Belvu. Previously, these programs were only available as part of the AceDB genome database system and as such had a limited audience. In version 4, they were re-written to become independent of AceDB, and have been vastly improved and updated to make them more generically useful. Significant enhancements have been added, particularly to Blixem, since the programs were first published (Sonnhammer, E. L. and Durbin, R. (1994); Sonnhammer, E. L. and Durbin, R. (1995); and Sonnhammer, E. and Hollich, V. (2005)). The aim of this paper is to promote awareness of these tools and the improvements which make them more widely useful.
src/doc/Publications/bmc_paper/fig1_blixem.png

101 KiB

src/doc/Publications/bmc_paper/fig2_dotter.png

62 KiB

src/doc/Publications/bmc_paper/fig3_belvu_conservation.png

120 KiB

src/doc/Publications/bmc_paper/fig4_belvu_residues.png

111 KiB

src/doc/Publications/bmc_paper/fig5_belvu_plot.png

28.1 KiB

src/doc/Publications/bmc_paper/fig6_belvu_tree.png

75.8 KiB

This diff is collapsed.
This diff is collapsed.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment