コード例 #1
0
def gene(cs, argument):
    print_colored("GENE", "yellow")
    response = Seq()
    response.read_fasta(argument + ".txt")
    response = str(response)

    print(response)
    cs.send(response.encode())