Skip to content

Commit

Permalink
BLAT filter now uses e-values and identity scores; require pysam 0.7.…
Browse files Browse the repository at this point in the history
…5 to deal with qpos API inconsistency with higher versions
  • Loading branch information
aradenbaugh committed May 12, 2015
1 parent 0643c58 commit 280054e
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ you'll need python (version 2.7).
RADIA uses samtools (version 0.1.18 or higher) to examine pileups of reads across
each sample in parallel. You must install samtools prior to running RADIA.

3) pysam API<br>
3) pysam API (version 0.7.5)<br>
RADIA uses the pysam API during the filtering process.

4) BLAT<br>
RADIA uses BLAT to check the mapping of reads for all Triple BAM calls.

5) SnpEff<br>
5) SnpEff (version 3.3) <br>
RADIA uses SnpEff to annotate passing variants and to filter out calls from the
Triple BAM method that land in genes with high sequence similarity.

Expand Down
Binary file modified scripts/createBlatFile.pyc
Binary file not shown.
Binary file modified scripts/filterByBlat.pyc
Binary file not shown.
Binary file modified scripts/filterByMpileupSupport.pyc
Binary file not shown.
Binary file modified scripts/filterByReadSupport.pyc
Binary file not shown.
Binary file modified scripts/filterRadia.pyc
Binary file not shown.
Binary file modified scripts/radia.pyc
Binary file not shown.

0 comments on commit 280054e

Please sign in to comment.