# ======================================
# General parameters for transcriptomics - Illumina/SOLiD (short reads)
# ======================================
# Help:
This template is used to preprocess short reads for transcriptomics
# Help:
Plugin list and aplication order:
# Help:
# Help: - PluginIndeterminations: retaining the longest sequence fragment without indeterminations (N)
# 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 = PluginIndeterminations,PluginFindPolyAt,PluginUserContaminants,PluginContaminants,PluginVectors,PluginLowQuality,PluginLowComplexity
contaminants_db="contaminants.fasta cont_ribosome.fasta"
generate_initial_stats = false
# Minimum insert size for every trimmed sequence
min_insert_size_trimmed = 30
# do not remove cloned sequences
remove_clonality=false