diff --git a/conf/test.config b/conf/test.config index 0086d3b0be666f6be3bc33157687b7d8cd6998db..e628667ecdc3294b2f23dbe750878bf3bccf71df 100644 --- a/conf/test.config +++ b/conf/test.config @@ -26,8 +26,17 @@ config_profile_name = 'Hi-C test data from Schalbetter et al. (2017)' fasta = 'https://github.com/nf-core/test-datasets/raw/hic/reference/W303_SGD_2015_JRIU00000000.fsa' restriction_site = 'A^AGCTT' ligation_site = 'AAGCTAGCTT' - min_mapq = 0 + + min_mapq = 2 + rm_dup = true + rm_singleton = true + rm_multi = true + min_restriction_fragment_size = 100 + max_restriction_fragment_size = 100000 + min_insert_size = 100 + max_insert_size = 600 + // Options skipCool = true } diff --git a/nextflow.config b/nextflow.config index b02a4f55efb1644ec3c803c1738fc587a3de0fcc..4ad6c94db6d7d348c3e615bff047118c7681ecc8 100644 --- a/nextflow.config +++ b/nextflow.config @@ -27,6 +27,14 @@ params { save_aligned_intermediates = false dnase = false + rm_dup = false + rm_singleton = false + rm_multi = false + min_restriction_fragment_size = false + max_restriction_fragment_size = false + min_insert_size = false + max_insert_size = false + min_cis_dist = false // Boilerplate options name = false