Skip to content

Commit

Permalink
Issue #13 BA6D Find a Shortest Transformation of One Genome into Anot…
Browse files Browse the repository at this point in the history
…her by 2-Breaks
  • Loading branch information
weka511 committed Apr 12, 2019
1 parent c7ab312 commit 17d4ed6
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 231 deletions.
5 changes: 3 additions & 2 deletions BA6d.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

# BA6D Find a Shortest Transformation of One Genome into Another by 2-Breaks


def FindShortestTransformation(s,t):
pass

if __name__=='__main__':
pass
FindShortestTransformation((+1 -2 -3 +4),(+1 +2 -4 -3))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ NB: functions generally use zero based indexing; Rosalind uses 1-based.
|BA6A|BA6A.py|[Implement GreedySorting to Sort a Permutation by Reversals ](http://rosalind.info/problems/ba6a/)|
|BA6B|BA6B.py|[Compute the Number of Breakpoints in a Permutation](http://rosalind.info/problems/ba6b/)|
|BA6C|BA6C.py|[Compute the 2-Break Distance Between a Pair of Genomes](http://rosalind.info/problems/ba6c/)|
|BA6D|TBP|[Find a Shortest Transformation of One Genome into Another by 2-Breaks](http://rosalind.info/problems/ba6d/)|
|BA6D|BA6D.py|[Find a Shortest Transformation of One Genome into Another by 2-Breaks](http://rosalind.info/problems/ba6d/) (wip)|
|BA6E|fragile.py| [Find All Shared k-mers of a Pair of Strings ](http://rosalind.info/problems/ba6e/)|
|BA6F|BA6F.py|[Implement Chromosome to Cycle](http://rosalind.info/problems/ba6f/)|
|BA6G|BA6G.py|[Implement Cycle to Chromosome](http://rosalind.info/problems/ba6g/)|
Expand Down
Loading

0 comments on commit 17d4ed6

Please sign in to comment.