Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Mar 9, 2018
1 parent d34f863 commit b4cdcf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
FROM ubuntu:16.04


COPY docker-build.sh .
COPY lumpy-smoother .
COPY smoove .

RUN bash docker-build.sh
Expand Down
1 change: 1 addition & 0 deletions lumpy/depthfilter.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func interOrDistant(r *sam.Record) bool {
// 2. splitters where both end ops are soft-clips. e.g. discard 20S106M34S, but keep 87S123M
// 3. an interchromosomal where > 35% of the read is soft-clipped must have a splitter that goes to the same location as the other end.
// 4. an interchromosomal with NM tag and NM > 3 is skipped.
// 5. any read where both ends are soft clips of > 5 bases are skipped.
// NOTE: "interchromosomal" here includes same chrom with end > 10MB away.
func sketchyInterchromosomalOrSplit(r *sam.Record) bool {
if interOrDistant(r) {
Expand Down
3 changes: 3 additions & 0 deletions smoove.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package smoove

const Version = "0.1.1"

0 comments on commit b4cdcf5

Please sign in to comment.