HelloFasta package

Submodules

HelloFasta.challenge module

class HelloFasta.challenge.HelloFastaChallenge[source]

Bases: challenges.challenge.Challenge

Given: A DNA strand followed by fasta reads. Return: The id of the read which the shortest distance to the given strand.

build()[source]
calc()[source]
expect = 'Fasta2'
sample = '\n ACCGGTCC\n >Fasta1\n AGCG\n GGCC \n >Fasta2\n ACCC\n GTCC \n >Fasta3\n ACCG\n TTTT \n '

HelloFasta.test module

class HelloFasta.test.HelloFastaTest(methodName='runTest')[source]

Bases: unittest.case.TestCase

setUp()[source]
test__init__()[source]
test_build()[source]
test_full_integration()[source]

Module contents