Skip to content

Commit 9ff34ba

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ad0695a commit 9ff34ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guide-bedtools.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,3 @@ bedtools intersect -wa -a A.bed -b B.bed -f 0.7 > out.bed
133133
cov = bf.coverage(A, B)
134134
out = A.loc[cov['coverage'] / (cov['end'] - cov['start']) ) >= 0.70]
135135
```
136-

0 commit comments

Comments
 (0)