Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/vgl-hub/teloscope
Browse files Browse the repository at this point in the history
  • Loading branch information
AldhairMedico committed Nov 10, 2024
2 parents e690e47 + 61dd150 commit 738f367
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ Either download one of the releases or `git clone https://github.com/vgl-hub/tel

## Usage

`teloscope -f input.[fasta][.gz] -o [output/dir] -c TTAGGG -p TTAGGG,TCAGGG,TGAGGG -w [window size] -s [step size] -k`
`teloscope -f input.[fasta][.gz] -o [output/dir] \
-c TTAGGG -p TTAGGG,TCAGGG,TGAGGG \
-w [window size] -s [step size] -d 100 -l 50 -k`

To check out all options and flags, please use:
`teloscope -h`
Expand All @@ -27,4 +29,4 @@ Briefly, **Teloscope** reads an assembly and decomposes its parts. It uses prefi

## How to cite

If you use **Teloscope**, please, cite the current repository.
If you use **Teloscope**, please, cite this repository.

0 comments on commit 738f367

Please sign in to comment.