Skip to content

Commit

Permalink
added RepeatFiller and usage to the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
osipovarev committed Jul 5, 2019
1 parent a00a91b commit 71afedf
Show file tree
Hide file tree
Showing 2 changed files with 488 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ RepeatFiller [5] is a tool to incorporate newly-detected repeat-overlapping alig

__Usage:__
```
coming soon
RepeatFiller.py -c in.chain -T2 target.2bit -Q2 query.2bit [options]
in.chain alignment file in chain format
target.2bit full path to a .2bit file of reference species
query.2bit full path to a .2bit file of query species
[options] call RepeatFiller.py --help to see the full parameter list with description
example: RepeatFiller.py -c hg38.speTri2.all.chain -T2 hg38.2bit -Q2 speTri2.2bit
```

# Highly-sensitive local alignments
Expand Down
Loading

0 comments on commit 71afedf

Please sign in to comment.