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
47e95831
Commit
47e95831
authored
4 years ago
by
nservant
Browse files
Options
Downloads
Patches
Plain Diff
[DOC] update usage.md
parent
c9223c8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/usage.md
+2
-3
2 additions, 3 deletions
docs/usage.md
with
2 additions
and
3 deletions
docs/usage.md
+
2
−
3
View file @
47e95831
...
...
@@ -195,8 +195,7 @@ NXF_OPTS='-Xms1g -Xmx4g'
Here is an command line example for standard DpnII digestion protocols.
Alignment will be performed on the
`mm10`
genome with default paramters.
Multi-hits will not be considered and duplicates will be removed.
Note that by default, no filters are applied on DNA and restriction fragment sizes.
Note that by default, no filters are applied on DNA and restriction fragment sizes.
```
bash
nextflow run main.nf
--input
'./*_R{1,2}.fastq.gz'
--genome
'mm10'
--digestion
'dnpii'
...
...
@@ -209,7 +208,7 @@ Alignment will be performed on the `mm10` genome with default paramters.
Multi-hits will not be considered and duplicates will be removed.
Contacts involving fragments separated by less than 1000bp will be discarded.
```
```
bash
nextflow run main.nf
--input
'./*_R{1,2}.fastq.gz'
--genome
'mm10'
--dnase
--min_cis
1000
```
...
...
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