summary refs log tree commit diff
path: root/pkgs/applications/science/biology
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public01@thebird.nl>2008-06-05 16:58:41 +0000
committerPjotr Prins <pjotr.public01@thebird.nl>2008-06-05 16:58:41 +0000
commit5866a8b101aa979890fcdbc5691ecd277a12220b (patch)
tree0f1b6c2719580391f4bc1575381901e456c503f8 /pkgs/applications/science/biology
parent125c7ea4e36d2563550dae8c228607c9888d76fc (diff)
downloadnixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar.gz
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar.bz2
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar.lz
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar.xz
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.tar.zst
nixpkgs-5866a8b101aa979890fcdbc5691ecd277a12220b.zip
tabs2spaces of .nix file
svn path=/nixpkgs/trunk/; revision=11992
Diffstat (limited to 'pkgs/applications/science/biology')
-rw-r--r--pkgs/applications/science/biology/clustalw2/default.nix23
1 files changed, 12 insertions, 11 deletions
diff --git a/pkgs/applications/science/biology/clustalw2/default.nix b/pkgs/applications/science/biology/clustalw2/default.nix
index d48b79fa2f8..6c21f3cafda 100644
--- a/pkgs/applications/science/biology/clustalw2/default.nix
+++ b/pkgs/applications/science/biology/clustalw2/default.nix
@@ -4,17 +4,18 @@ stdenv.mkDerivation {
   name = "clustalw2-2.0.5";
   src = fetchurl {
     url = ftp://ftp.ebi.ac.uk/pub/software/clustalw2/clustalw-2.0.5-src.tar.gz;
-		sha256 = "0sh40ni53jdnb0pbnlhrfcan8dfsgqi9zsas2z24bhcw71yvn8ba";
+    sha256 = "0sh40ni53jdnb0pbnlhrfcan8dfsgqi9zsas2z24bhcw71yvn8ba";
   };
 
-	meta = {
-		description     = "General purpose multiple sequence alignment program for DNA or proteins";
-	  longDescription = ''ClustalW2 is a general purpose multiple sequence alignment program 
-		  for DNA or proteins. It produces biologically meaningful multiple sequence alignments 
-			of divergent sequences. It calculates the best match for the selected sequences, and 
-			lines them up so that the identities, similarities and differences can be seen. 
-			Evolutionary relationships can be seen via viewing Cladograms or Phylograms.'';
-		license     = "non-commercial";
-		homepage    = http://www.ebi.ac.uk/Tools/clustalw2/;
-	};
+  meta = {
+    description     = "General purpose multiple sequence alignment program for DNA or proteins";
+    longDescription = ''ClustalW2 is a general purpose multiple sequence
+    alignment program for DNA or proteins. It produces biologically meaningful
+    multiple sequence alignments of divergent sequences. It calculates the best
+    match for the selected sequences, and lines them up so that the identities,
+    similarities and differences can be seen.  Evolutionary relationships can
+    be seen via viewing Cladograms or Phylograms.'';
+    license     = "non-commercial";
+    homepage    = http://www.ebi.ac.uk/Tools/clustalw2/;
+  };
 }