# ======================================
# 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 and keys
# Help: - PluginIndeterminations: retaining the longest sequence fragment without indeterminations (N)
# Help: - PluginAbAdapters: trimming the Roche 454 AB adapters
# Help: - PluginAmplicons: getting sequences contained between two primers. Sequences with less than two primers are rejected.
# Help: - PluginLowQuality: trimming low quality regions from sequences.
# 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