Test config builder for non-overlapping reads
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | buildConfig_nol_test(
  fwd_file,
  fwd_primer_seq,
  fwd_primer_lens,
  fwd_min_score,
  rev_file,
  rev_primer_seq,
  rev_primer_lens,
  rev_min_score,
  fwd_pid_in_which_fragment,
  rev_pid_in_which_fragment,
  max_seq = NULL,
  min_read_length = 295,
  pattern_to_chop_from_names = " [0-9]:N:[0-9]*:[0-9]*$",
  output_dir = "/fridge/data/MotifBinner2_test",
  base_for_names = "CAP129_2040_009wpi_C2C3",
  intermediate_reports = TRUE,
  erase_history = TRUE,
  verbosity = 3,
  report_type = c("html"),
  ncpu = 4,
  bins_to_process = Inf,
  header_format = "MiSeq",
  front_gaps_allowed = 0
)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.