Bioinformatics/Global alignment: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 97: Line 97:
end
end


"""Returns shortest common superstring of a vector of strings"""
"""
Returns shortest common superstring of a vector of strings,
assuming no string is a strict substring of another
"""
function shortest_common_superstring(svect)
function shortest_common_superstring(svect)
ss = deduplicate(svect)
ss = deduplicate(svect)