7 #ifndef SAMPLE_SEQUENCES_HPP_ 8 #define SAMPLE_SEQUENCES_HPP_ 12 const std::string
seq1 =
"TTGACTACTGGGGCCAGGGAACCCTGGTCACCGT";
13 const std::string
seq1c =
"ACGGTGACCAGGGTTCCCTGGCCCCAGTAGTCAA";
15 const std::string
seq2 =
16 "ACGGTGACCAGGGTTCCTTGTGCACTCAGAGGTGAGGGCTCACAGAGTTCCTCTCTGGTT";
19 "TCACAGAGTTCCTCTCTGGTTTCCAGGAAAGGTAACTGCAGTAATCTTGGTGATGAGAATACAGAAGTG" 20 "TACAGAGGTCAGGCCACATCCT";
24 "GGTAACTGCAGTAATCTTGGTGATGAGAATATCCTCCAGTGCTGGCCTATTATAGAGTTTACATATGAA" 25 "ATTGTCACTGCAATTCACAATCTACTCTTTCACACAGAAGTG";
30 "CGTCGGTAGTCCACGTTCCCATCAGCCCCGATCAAGTAGTCTGNCNNTTATANACATCTGACGCTG" 31 "CCGACGAGCGATCTAGTGTAGATCTCGGTGGTCGCCTCCTCATTAAAAAAAACCTCCTCTTCCCCT" 32 "CCCCCCCTCCCCCTCCCCCCCCCCCCTCCCCTCCCTTCTCCCCCCCCCTCCTTCCCCTCTCCTCTC" 33 "CCTCCCCCTCCCCCCCCCCCCCTCCCACTACAGCCCTCCTCCCCCCCCCCCC" 37 "tcggcagggcacagtcacatcctggctggaattcgtgtagtgcttcacgtggcatgtcacggacttgcc" 38 "gtctgggcactgtgtggccggcagggtcagctggctgctcgtggtgtacaggtccccggaggcatcctg" 39 "gctaggtgggaagtttctggcggtcacgttctgtccgctttcgctccaggtcacactgagtggctcctg" 40 "ggggaagaagccctggaccaggcatgcgacgaccacgttcccatcttggggggtgctgtcgaggctcag" 41 "cgggaagaccttggggctggtcggggatgc" 44 const std::string
filter1 =
"{ \"type\": \"min_length\", \"min\": 100 }";
45 const std::string
filter2 =
"{ \"type\": \"min_quality\", \"min\": 10 }";
46 const std::string
filter3 =
"{ \"type\": \"nucleotides\" }";
47 const std::string
filter4 =
"{ \"type\": \"mean_quality\", \"min\": 30 }";
48 const std::string
filter5 =
"{ \"type\": \"min_quality_window\", " 49 "\"min_quality\": 50, \"min_length\": 300 }";
50 const std::string
filter6 =
"{ \"type\": \"homopolymer\", \"max\": 10 }";
const std::string seq6
Definition: sample_sequences.hpp:29
const std::string filter6
Definition: sample_sequences.hpp:50
const std::string seq3
Definition: sample_sequences.hpp:18
const std::string seq5
Definition: sample_sequences.hpp:27
const std::string filter1
Definition: sample_sequences.hpp:44
const std::string seq4
Definition: sample_sequences.hpp:22
Main namespace of vdj_pipe library.
Definition: keywords_variable.hpp:11
const std::string filter5
Definition: sample_sequences.hpp:48
const std::string seq1
Definition: match_step_run.cpp:43
const std::string filter2
Definition: sample_sequences.hpp:45
const std::string filter4
Definition: sample_sequences.hpp:47
const std::string seq7
Definition: sample_sequences.hpp:36
const std::string filter3
Definition: sample_sequences.hpp:46
const std::string seq1c
Definition: sample_sequences.hpp:13
const std::string seq2
Definition: match_step_run.cpp:89