Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bedtools2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
R3
legacy
bedtools2
Graph
c8142032e626727fe3b004d401217dcce4699516
Select Git revision
Branches
8
brentp-fisher-include
jmarshall-warnings3
map-pfm
master
default
merge-assume-stdin
nkindlon-master
nkindlon-master2
pfm_merge
Tags
12
v2.24.0
v2.23.0
v2.22.1
v2.22.0
v2.21.0
v2.20.1
v2.20.0
v2.19.1
v2.19.0
v2.18.2
v2.18.1
v2.18.0
20 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
16
Sep
15
13
10
8
6
5
1
31
Aug
24
Jul
19
13
11
6
5
1
30
Jun
29
28
24
23
22
17
16
15
14
14
Apr
8
3
1
29
Mar
22
18
17
10
3
1
24
Feb
23
16
7
2
31
Jan
27
25
21
19
14
13
7
6
5
3
2
3
Dec
2
1
Nov
4
Oct
21
Sep
3
18
Aug
16
6
5
4
25
Jul
23
22
21
18
17
15
14
6
5
4
3
1
30
Jun
29
8
7
6
May
5
4
3
2
29
Apr
28
26
22
15
14
13
12
29
Mar
23
22
18
17
15
14
12
10
3
19
Feb
12
6
2
28
Jan
27
23
19
11
10
8
7
6
5
4
3
1
30
Dec
29
20
18
26
Nov
25
19
18
16
14
13
27
Oct
23
21
20
19
15
21
Sep
17
15
14
28
Aug
22
Jul
25
Jun
15
29
May
19
12
11
6
5
28
Apr
27
26
24
23
22
21
15
9
Moved nullBed reset to GetNextBed
Updated README
Updated README
Updated README
Updated README
Added newline before version.h EOF
Added new -sorted option to intersectBed. No memory and filthy fast.
Gussy.
chromsweep is a proper tool. Now to make it an iterable class.
chromsweep is now a python-style generator. Big smile\!
chromsweep demo
gcB no longer requires a genome file for BAM. New chromsweep tool.
Changed error message when BAM is not qeury sorted in pairToBed
Added Seek and Rewind (destroy?) to BedFile.
Added -scores option to tagBam
Fixed pairToPair's -type notBoth mode
Version 2.13.1: Added -s, -S, and -names to tagBam.
Added -s, -S, and -names to tagBam.
Avoid deleting bedStream iff stdin
Reasoning for GZIP detection change.
Proper Gzip check
Updated gzip detection. Weaker, but necessary for FIFO support
Gzip detected by file extension. Weak, but only approach that works at this point.
Need to rewind to start of file after Gzip check.
Updated fastaFromBed
fifo support add'l
Reverted the -full option in fastaFromBed. Use 06a7e24e294e06258c75 to retain it.
BEDTools now supports FIFOs and named pipes. Many thanks Nate Weeks and Michael Hoffman for the suggestions.
now allow "-" as well as "stdin".
Added -Sm to windowBed
Added -S to subtractBed
Added -S to pairToBed
Added -S to closestBed
Added -S to annotateBed
Added -S to coverageBed
Added -S (opposite strand) logic to intersectBed
Added logic to keep dups and failed QC for multiBamCov. Thanks to Chip Stewart.
GFF can't have 0-length features.
Added -full to fastaFromBed
Corrected start check in parseVcfLine. Thanks to Jan Vogel
Loading