HelloFasta package¶
Submodules¶
HelloFasta.challenge module¶
-
class
HelloFasta.challenge.HelloFastaChallenge[source]¶ Bases:
challenges.challenge.ChallengeGiven: A DNA strand followed by fasta reads. Return: The id of the read which the shortest distance to the given strand.
-
expect= 'Fasta2'¶
-
sample= '\n ACCGGTCC\n >Fasta1\n AGCG\n GGCC \n >Fasta2\n ACCC\n GTCC \n >Fasta3\n ACCG\n TTTT \n '¶
-