# ======================================
# General parameters to extract Amplicons
# ======================================
# Help:
This template is used to get Amplicons
# Help:
Plugin list and aplication order:
# Help:
# Help: - PluginLowHighSize: rejecting too short or too long sequences
# Help: - PluginKey: trimming Roche 454 sequencing keys (typically 4 first nucleotides)
# Help: - PluginMids: trimming Roche 454 MIDs
# Help: - PluginIndeterminations: retaining the longest sequence fragment without indeterminations (N)
# Help: - PluginAbAdapters: trimming the Roche 454 AB adapters
# Help: - PluginAdapters: trimming the adapters found in SeqTrimNEXT database
# Help: - PluginUserContaminants: discarding sequences matching any entry in the user contaminant database saving them in a separate file
# Help: - PluginContaminants: trimming the contaminant fragments found in the contaminant database. When contamination is prevalent, sequences are rejected.
# Help: - PluginFindPolyAt: trimming PolyA and PolyT. After a PolyT, the sequence is checked for low complexity.
# Help: - PluginAmplicons: getting sequences contained between two primers. Sequences with less than two primers are rejected.
# Help: - PluginLinker: splits Roche 454 paired-end sequences by any linker found in linkers database. Linker is removed.
# Help: - PluginLowComplexity: sequences with low complexity are stored on a separate file.
# Help: - PluginLowQuality: trimming low quality regions from sequences.
# Help: - PluginVectors: trimming any cloning vector found in SeqTrimNEXT database.
# Help:
plugin_list = PluginLowHighSize,PluginKey,PluginMids,PluginIndeterminations,PluginAbAdapters,PluginAmplicons,PluginLowQuality
# do not remove cloned sequences
remove_clonality=false
# sequences containing with diferent keys (barcodes) are saved to separate folders
use_independent_folder_for_each_key=true
# remove amplicons containing less or equal number of sequences indicated
minimal_repetitions_for_amplicons=1