tabs2spaces of .nix file

svn path=/nixpkgs/trunk/; revision=11992
This commit is contained in:
Pjotr Prins 2008-06-05 16:58:41 +00:00
parent 125c7ea4e3
commit 5866a8b101

View File

@ -4,17 +4,18 @@ stdenv.mkDerivation {
name = "clustalw2-2.0.5"; name = "clustalw2-2.0.5";
src = fetchurl { src = fetchurl {
url = ftp://ftp.ebi.ac.uk/pub/software/clustalw2/clustalw-2.0.5-src.tar.gz; url = ftp://ftp.ebi.ac.uk/pub/software/clustalw2/clustalw-2.0.5-src.tar.gz;
sha256 = "0sh40ni53jdnb0pbnlhrfcan8dfsgqi9zsas2z24bhcw71yvn8ba"; sha256 = "0sh40ni53jdnb0pbnlhrfcan8dfsgqi9zsas2z24bhcw71yvn8ba";
}; };
meta = { meta = {
description = "General purpose multiple sequence alignment program for DNA or proteins"; description = "General purpose multiple sequence alignment program for DNA or proteins";
longDescription = ''ClustalW2 is a general purpose multiple sequence alignment program longDescription = ''ClustalW2 is a general purpose multiple sequence
for DNA or proteins. It produces biologically meaningful multiple sequence alignments alignment program for DNA or proteins. It produces biologically meaningful
of divergent sequences. It calculates the best match for the selected sequences, and multiple sequence alignments of divergent sequences. It calculates the best
lines them up so that the identities, similarities and differences can be seen. match for the selected sequences, and lines them up so that the identities,
Evolutionary relationships can be seen via viewing Cladograms or Phylograms.''; similarities and differences can be seen. Evolutionary relationships can
license = "non-commercial"; be seen via viewing Cladograms or Phylograms.'';
homepage = http://www.ebi.ac.uk/Tools/clustalw2/; license = "non-commercial";
}; homepage = http://www.ebi.ac.uk/Tools/clustalw2/;
};
} }