コード例 #1
0
ファイル: rdp.py プロジェクト: ShannonCeb/viamics
def _preprocess(p, request_dict):
    #fasta.stripped specifies an open keyfile object, but all it does is
    #"for line in keys" so a list of strings works here. Using a list avoids all
    #the nonsense of sending another file from the client.
    mode = request_dict.get("qa_mode")
    
    return fasta.fasta_qa_preprocess(
        mode,
        request_dict.get("data_file_path"),
        request_dict.get("codes_primers"),#keyfile. see above
        homopolymer_length = request_dict.get("homopolymer_length"))