--- a
+++ b/exseek/config/long_pe_example.yaml
@@ -0,0 +1,17 @@
+# file paths
+genome_dir: genome/hg38
+output_dir: output/long_pe_example
+temp_dir: tmp
+data_dir: data/long_pe_example
+
+# general parameters
+threads_compress: 1
+threads_mapping: 4
+
+# mapping parameters
+adaptor1: AGATCGGAAGAGCACACGTCTGAACTCCAGTCAC
+adaptor2: AGATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT
+paired_end: true
+small_rna: false
+strandness: forward
+count_method: featurecounts
\ No newline at end of file