Skip to content
Snippets Groups Projects
Commit 3614e9ff authored by Léo Schneider's avatar Léo Schneider Committed by Schneider Leo
Browse files

dataset merging

parent 2d3125bc
No related branches found
No related tags found
No related merge requests found
......@@ -55,4 +55,6 @@ def cut_with_ind(seq, ind_list):
def digest(seq, format):
ind = cut(seq, format)
return cut_with_ind(seq, ind)
\ No newline at end of file
return cut_with_ind(seq, ind)
res = digest('MNPLLILTFVAAALAAPFDDDDKIVGGYNCEENSVPYQVSLNSGYHFCGGSLINEQWVVSAGHCYKSRIQVRLGEHNIEVLEGNEQFINAAKIIRHPQYDRKTLNNDIMLIKLSSRAVINARVSTISLPTAPPATGTKCLISGWGNTASSGADYPDELQCLDAPVLSQAKCEASYPGKITSNMFCVGFLEGGKDSCQGDSGGPVVCNGQLQGVVSWGDGCAQKNKPGVYTKVYNYVKWIKNTIAANS','alphabetical')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment