Skip to content

Commit bae6a99

Browse files
Update count.ngl
1 parent 702a388 commit bae6a99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

macrel/data/scripts/count.ngl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
ngless "1.0"
22

33
input = samfile(ARGV[1],
4-
remove_flags=[256],
54
name="MACREL")
65

6+
filtered = select(input, keep_if=[{unique}])
7+
78
counts = count(input,
89
features=["seqname"],
910
include_minus1=False,

0 commit comments

Comments
 (0)