From a88671f0eaf790609936850c72c58624219ec726 Mon Sep 17 00:00:00 2001 From: pvtroshin Date: Fri, 24 Jun 2011 23:32:23 +0000 Subject: [PATCH] Get rid of unused code git-svn-id: link to svn.lifesci.dundee.ac.uk/svn/barton/ptroshin/JABA2@4329 e3abac25-378b-4346-85de-24260fe3988d --- runner/compbio/runner/psiblast/PsiBlast.java | 47 -------------------------- 1 file changed, 47 deletions(-) delete mode 100644 runner/compbio/runner/psiblast/PsiBlast.java diff --git a/runner/compbio/runner/psiblast/PsiBlast.java b/runner/compbio/runner/psiblast/PsiBlast.java deleted file mode 100644 index 95fb69d..0000000 --- a/runner/compbio/runner/psiblast/PsiBlast.java +++ /dev/null @@ -1,47 +0,0 @@ -/* Copyright (c) 2009 Peter Troshin - * - * JAva Bioinformatics Analysis Web Services (JABAWS) @version: 1.0 - * - * This library is free software; you can redistribute it and/or modify it under the terms of the - * Apache License version 2 as published by the Apache Software Foundation - * - * This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without - * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Apache - * License for more details. - * - * A copy of the license is in apache_license.txt. It is also available here: - * @see: http://www.apache.org/licenses/LICENSE-2.0.txt - * - * Any republication or derived work distributed in source code form - * must include this copyright and license notice. - */ - -package compbio.runner.psiblast; - -import compbio.engine.client.SkeletalExecutable; -import compbio.metadata.ResultNotAvailableException; - -public class PsiBlast extends SkeletalExecutable { - - public PsiBlast() { - - } - - void getSupportedDatabases() { - - } - - @Override - public V getResults(String directory) - throws ResultNotAvailableException { - // TODO Auto-generated method stub - return null; - } - - @Override - public Class getType() { - // TODO Auto-generated method stub - return null; - } - -} -- 1.7.10.2