Skip to content

Commit

Permalink
removed unused
Browse files Browse the repository at this point in the history
  • Loading branch information
haeussma committed May 27, 2024
1 parent a0bf8ba commit 8a37de9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyeed/fetch/uniprotmapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def map(

protein_info = ProteinRecord(
id=uniprot["accession"],
accession_id=uniprot["accession"],
sequence=uniprot["sequence"]["sequence"],
name=uniprot["protein"]["recommendedName"]["fullName"]["value"],
ec_number=ec_number,
Expand Down

0 comments on commit 8a37de9

Please sign in to comment.