# ======================================
# General parameters TRANSCRIPTOMICS PLANTS
# ======================================
# Help:
This template is used to preprocess Roche 454 transcriptomic data. Customized for plants.
# Help:
Plugin list and aplication order:
# Help:
# Help: - PluginLowHighSize: rejecting too short or too long sequences
# 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: - PluginAdapters: trimming the adapters found in SeqTrimNEXT database
# Help: - PluginFindPolyAt: trimming PolyA and PolyT. After a PolyT, the sequence is checked for low complexity.
# 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: - PluginVectors: trimming any cloning vector found in SeqTrimNEXT database.
# Help: - PluginLowQuality: trimming low quality regions from sequences.
# Help: - PluginLowComplexity: sequences with low complexity are stored on a separate file.
# Help:
plugin_list = PluginLowHighSize,PluginMids,PluginIndeterminations,PluginAbAdapters,PluginAdapters,PluginFindPolyAt,PluginUserContaminants,PluginContaminants,PluginVectors,PluginLowQuality,PluginLowComplexity
contaminants_db="contaminants.fasta cont_ribosome.fasta cont_mitochondrias.fasta cont_plastids.fasta"
# do not remove cloned sequences
remove_clonality=false