Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
hic
Commits
c5ae57db
Commit
c5ae57db
authored
4 years ago
by
nservant
Browse files
Options
Downloads
Patches
Plain Diff
[MODIF] test profile
parent
73c6b105
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
conf/test.config
+10
-1
10 additions, 1 deletion
conf/test.config
nextflow.config
+8
-0
8 additions, 0 deletions
nextflow.config
with
18 additions
and
1 deletion
conf/test.config
+
10
−
1
View file @
c5ae57db
...
...
@@ -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
}
This diff is collapsed.
Click to expand it.
nextflow.config
+
8
−
0
View file @
c5ae57db
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment