Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims committed Oct 10, 2024
1 parent a375e81 commit 1757379
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Currently, the pipeline uses the following flags:

- `--map_order`

- hic map scaffold order, e.g., `length`
- hic map scaffold order, e.g., `length` or `unsorted`

- `--teloseq`

Expand All @@ -70,8 +70,8 @@ nextflow run sanger-tol/curationpretext \
--longread { path/to/longread/fasta/ } \
--longread_type { default is "hifi" }
--sample { default is "pretext_rerun" } \
--teloseq { deafault is "TTAGGG" } \
--map_order { deafault is "unsorted" } \
--teloseq { default is "TTAGGG" } \
--map_order { default is "unsorted" } \
--outdir { OUTDIR } \
-profile <docker/singularity/{institute}>

Expand All @@ -86,8 +86,8 @@ nextflow run sanger-tol/curationpretext \
--longread { path/to/longread/fasta/ } \
--longread_type { default is "hifi" }
--sample { default is "pretext_rerun" } \
--teloseq { deafault is "TTAGGG" } \
--map_order { deafault is "unsorted" } \
--teloseq { default is "TTAGGG" } \
--map_order { default is "unsorted" } \
--outdir { OUTDIR } \
-profile <docker/singularity/{institute}> \
-entry MAPS_ONLY \
Expand Down

0 comments on commit 1757379

Please sign in to comment.