Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
louadi authored May 12, 2020
1 parent 6f47917 commit ed8dd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion domain/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,8 @@ def transcript(request,P_id):


print(P_id)

out=tr.Protein_view(P_id)
if out==0 :return HttpResponse(' wrong entry or protein without any known Pfam domains')
nodes,edges,_,domains,unique,exons,text1,domainshtml,Text_nodes,text_edges,tran_name,gene_name,Ensemble_geneID,entrezID,gene_description,exons,droped1,droped2,trID,p,missed,interaction,isoforms,=tr.Protein_view(P_id)

'''
Expand Down

0 comments on commit ed8dd11

Please sign in to comment.