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

[DOC] update usage.md

parent c9223c8d
Branches
Tags
No related merge requests found
...@@ -197,7 +197,6 @@ Alignment will be performed on the `mm10` genome with default paramters. ...@@ -197,7 +197,6 @@ Alignment will be performed on the `mm10` genome with default paramters.
Multi-hits will not be considered and duplicates will be removed. 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 ```bash
nextflow run main.nf --input './*_R{1,2}.fastq.gz' --genome 'mm10' --digestion 'dnpii' 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. ...@@ -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. Multi-hits will not be considered and duplicates will be removed.
Contacts involving fragments separated by less than 1000bp will be discarded. 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 nextflow run main.nf --input './*_R{1,2}.fastq.gz' --genome 'mm10' --dnase --min_cis 1000
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment