Skip to content

Commit

Permalink
removed test cases of experimental functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
b-schubert committed Nov 23, 2015
1 parent b75066b commit 307af54
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Fred2/test/TestProtein.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from Fred2.test.VariantsForTesting import *

from Fred2.Core.Protein import Protein
from Fred2.Core.Generator import generate_peptides_from_proteins, generate_transcripts_from_tumor_variants
from Fred2.Core.Generator import generate_peptides_from_proteins
from Fred2.Core.Generator import generate_proteins_from_transcripts
from Fred2.IO.ADBAdapter import EIdentifierTypes

Expand Down Expand Up @@ -127,14 +127,6 @@ def test3_protein_from_variants(self):
## GENERATE Peptides:
peptides = generate_peptides_from_proteins(proteins,2)

def test1_protein_from_tumor_variants(self):
dummy_db = DummyAdapter()
normal_vars = [var_n2]
tumor_vars = [var_t1]
t = list(generate_transcripts_from_tumor_variants(normal_vars, tumor_vars, dummy_db, EIdentifierTypes.REFSEQ))
for trans in generate_transcripts_from_tumor_variants(normal_vars, tumor_vars, dummy_db,
EIdentifierTypes.REFSEQ):
print "Tumor trans", repr(trans)

def test4_peptides_from_variants(self):
"""
Expand Down

0 comments on commit 307af54

Please sign in to comment.