Implementieren Sie eine Funktion inverseBWT(s) in Python 3, welche zu einer gegebenen BWT(T)=s den Text T bestimmt. T besteht aus {A,C,G,T,$}, wobei $ einmalig am Ende von T auftritt.

Start time:
Do 05 Dez 2019 13:55:00
End time:
Mi 11 Dez 2019 11:00:00
General test timeout:
10.0 seconds

Tests

Command line arguments input.txt
Comment prefix #
Given input
TCGTTGCAA$A
AAAAAAAA$
CC$TTAAGG
GTTCGTTGTGAGTTGGACCC$CACCCAAGAA
Expected output
TATCAGCGAT$
AAAAAAAA$
AGTCAGTC$
GCGCGATATATCGCTACGATCGTCAGCTAG$