Skip to content
Snippets Groups Projects
Commit c5ae57db authored by nservant's avatar nservant
Browse files

[MODIF] test profile

parent 73c6b105
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment