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
b6950062
Commit
b6950062
authored
5 years ago
by
Phil Ewels
Browse files
Options
Downloads
Patches
Plain Diff
Readme: Fix example commands
parent
481964d9
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
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
b6950062
...
...
@@ -15,7 +15,7 @@
This pipeline is based on the
[
HiC-Pro workflow
](
https://github.com/nservant/HiC-Pro
)
.
It was designed to process Hi-C data from raw
f
ast
q
files (paired-end Illumina
It was designed to process Hi-C data from raw
F
ast
Q
files (paired-end Illumina
data) to normalized contact maps.
The current version supports most protocols, including digestion protocols as
well as protocols that do not require restriction enzymes such as DNase Hi-C.
...
...
@@ -50,13 +50,13 @@ ii. Install one of [`docker`](https://docs.docker.com/engine/installation/),
iii. Download the pipeline and test it on a minimal dataset with a single command
```
bash
nextflow run hic
-profile
test
,<docker/singularity/conda>
nextflow run
nf-core/
hic
-profile
test
,<docker/singularity/conda
/institute
>
```
iv. Start running your own analysis!
```
bash
nextflow run hic
-profile
<docker/singularity/conda>
--reads
'*_R{1,2}.fastq.gz'
--genome
GRCh37
nextflow run
nf-core/
hic
-profile
<docker/singularity/conda
/institute
>
--reads
'*_R{1,2}.fastq.gz'
--genome
GRCh37
```
See
[
usage docs
](
docs/usage.md
)
for all of the available options when running the pipeline.
...
...
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