Skip to content

Commit

Permalink
fixed files/
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocontrerasmoreira committed Feb 12, 2021
1 parent 0a4b649 commit 1133c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repeats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ such as the library **nrTEplants**. The script does not load the resulting annot
./AnnotRedRepeats.py ../files/nrTEplantsJune2020.fna test_Atha_chr4 --bed_file test.bed
# consider only repeats with length >= 200 bp
./AnnotRedRepeats.py files/nrTEplantsJune2020.fna Brachypodium_distachyon --cor 4 \
./AnnotRedRepeats.py ../files/nrTEplantsJune2020.fna Brachypodium_distachyon --cor 4 \
--minlen 200
# add annotated repeats to Ensembl core db and use a different minimap2 binary
./AnnotRedRepeats.py files/nrTEplantsJune2020.fna Brachypodium_distachyon --exe /path/to/minimap2 --cor 4 \
./AnnotRedRepeats.py ../files/nrTEplantsJune2020.fna Brachypodium_distachyon --exe /path/to/minimap2 --cor 4 \
--host pl1 --user xyz --pw XYZ \
--port 123 --db brachypodium_distachyon_core_49_102
```
Expand Down

0 comments on commit 1133c16

Please sign in to comment.