-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04bed56
commit 14f9d59
Showing
1 changed file
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# PASSFinder | ||
cluster PolyA supported sites from 3'End sequencing | ||
|
||
## Dependancies | ||
|
||
### [htslib](https://github.com/samtools/htslib) | ||
Install HTSLib, so that include files are available under /usr/local/include and library file is available under /usr/local/lib. Make sure that those paths are in your search path. | ||
|
||
Linux: from source and follow instructions | ||
|
||
Mac: ```brew install htslib``` | ||
|
||
### [zlib](https://zlib.net/) | ||
Install Zlib | ||
|
||
Linux: ```apg-get install zlib1g-dev``` | ||
|
||
Mac: | ||
|
||
either install developer tools with | ||
```xcode-select --install``` | ||
|
||
or use Homebrew ```brew install zlib``` | ||
|
||
|
||
|
||
## Help | ||
Tool: **PASSFinder** | ||
|
||
Version: **v0.01** | ||
|
||
Summary: **Cluster PolyA supported sites from 3'End sequencing.** | ||
|
||
Usage: | ||
|
||
```PASSFinder [OPTIONS] -i/--input <bam/stdin> -m/--maskpoly <bed> -o/--output <bed/stdout>``` | ||
|
||
Options: | ||
|
||
-i/--input BAM/stdin file [required] | ||
-o/--output BED/stdout file [required] | ||
-m/--maskpoly BED/stdin file with genomic poly regions [required] | ||
-w/--window sliding window size | ||
-d/--depth minimum number of polyA reads to define PASS | ||
-p/--polysize minimum number of As for tail and Ts for head to define poly stretch | ||
-h/--help print help message | ||
-v/--version print current version | ||
|
||
## Bug reports | ||
Scientific Computing Facility @ Max-Planck Institute For Brain Research | ||
|
||
<sciclist@brain.mpg.de> |