Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
•
37ca959
1
Parent(s):
039570d
Update code/uniprotSequenceMatch.py
Browse files
code/uniprotSequenceMatch.py
CHANGED
@@ -37,4 +37,4 @@ def uniprotSequenceMatch(data):
|
|
37 |
not_match_in_uniprot = data[data.uniprotSequence.isna()]
|
38 |
uniprot_matched = data[~data.uniprotSequence.isna()]
|
39 |
|
40 |
-
return not_match_in_uniprot, uniprot_matched, canonical_fasta, isoform_fasta
|
|
|
37 |
not_match_in_uniprot = data[data.uniprotSequence.isna()]
|
38 |
uniprot_matched = data[~data.uniprotSequence.isna()]
|
39 |
|
40 |
+
return not_match_in_uniprot, uniprot_matched, canonical_fasta, isoform_fasta
|