summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorPjotr Prins <pjotr.public01@thebird.nl>2008-07-23 08:37:00 +0000
committerPjotr Prins <pjotr.public01@thebird.nl>2008-07-23 08:37:00 +0000
commit2a845ebb7a2c673f4b4487689c45e4d524e39abe (patch)
tree0128f91f1ac01b5cb1531c03c6d74263beb8fcee /pkgs/applications/science
parent0014ffcbae5218d31a398a71a95c5893361b2199 (diff)
Removing clustalw2 package - may come back later
svn path=/nixpkgs/trunk/; revision=12400
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/biology/clustalw2/default.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/pkgs/applications/science/biology/clustalw2/default.nix b/pkgs/applications/science/biology/clustalw2/default.nix
deleted file mode 100644
index 6c21f3cafdaf..000000000000
--- a/pkgs/applications/science/biology/clustalw2/default.nix
+++ /dev/null
@@ -1,21 +0,0 @@
-{stdenv, fetchurl}:
-
-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";
- };
-
- 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/;
- };
-}