Skip to content
Snippets Groups Projects
Commit 5f680944 authored by tjc's avatar tjc
Browse files

remove getPolypeptideNames()

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@7162 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 82339be9
No related branches found
No related tags found
No related merge requests found
......@@ -2081,7 +2081,7 @@ public class DatabaseDocument extends Document
* @param geneName
* @return
*/
public Vector getPolypeptideNames(final String geneName)
/*public Vector getPolypeptideNames(final String geneName)
{
Vector polypeptides = getPolypeptideFeatures(geneName);
Vector polypeptideNames = new Vector(polypeptides.size());
......@@ -2091,7 +2091,7 @@ public class DatabaseDocument extends Document
polypeptideNames.add(feature.getUniqueName());
}
return polypeptideNames;
}
}*/
public List getClustersByFeatureIds(final List featureIds)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment