Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
commented out some test code
  • Loading branch information
proost committed Jan 25, 2018
1 parent 92f305d commit 9063506
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions conekt/controllers/expression_profile.py
Expand Up @@ -162,16 +162,16 @@ def expression_profile_compare_probes(probe_a, probe_b, species_id, normalize=0)
hrr=hrr)


@expression_profile.route('/cross_species/')
def expression_profile_cross_species():
"""
DEBUG CODE: To be removed or
"""
csep = CrossSpeciesExpressionProfile()

output = csep.get_data(*[78, 256593, 161407])

return Response(json.dumps(output))
# @expression_profile.route('/cross_species/')
# def expression_profile_cross_species():
# """
# DEBUG CODE
# """
# csep = CrossSpeciesExpressionProfile()
#
# output = csep.get_data(*[78, 256593, 161407])
#
# return Response(json.dumps(output))


@expression_profile.route('/download/plot/<profile_id>')
Expand Down

0 comments on commit 9063506

Please sign in to comment.