From 61dd15024c901f874d542f21fcfcaeac2f012c2c Mon Sep 17 00:00:00 2001 From: JackMedico <58554761+AldhairMedico@users.noreply.github.com> Date: Mon, 4 Nov 2024 15:37:39 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15b0596..93e89c9 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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.