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
Commits
1e5b40b4
Commit
1e5b40b4
authored
16 years ago
by
Aaron Quinlan
Browse files
Options
Downloads
Patches
Plain Diff
Added VERSION and spruced up USAGE_EXAMPLES
parent
3e35f222
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README
+8
-9
8 additions, 9 deletions
README
USAGE_EXAMPLES
+4
-0
4 additions, 0 deletions
USAGE_EXAMPLES
VERSION
+1
-0
1 addition, 0 deletions
VERSION
with
13 additions
and
9 deletions
README
+
8
−
9
View file @
1e5b40b4
...
...
@@ -10,6 +10,14 @@ http://people.virginia.edu/~arq5x/bedtools.html
BEDTools, prosaic as it may be, is a collection of utilities for comparing and
intersecting genomic features in the UCSC Genome Browser BED format.
===Installation===
1. If you are reading this, you successfully downloaded and unzipped/unpacked the source tarball. Great.
2. Type "make all" at the command line.
3. If you encountered no errors, then all of the BED Tools should now be in bin/
If not, try to troubleshoot then email me: aaronquinlan@gmail.com
4. Copy the files in bin/ to ~/bin or if you have the privileges, to /usr/local/bin.
5. Use the tools.
===Acknowledgments===
1. Jim Kent, UCSC.
...
...
@@ -32,15 +40,6 @@ Discussion between Ira and I are largely the motivation for these tools. We are
down impromptu ideas and these tools were largely designed to facilitate tangents.
===Installation===
1. If you are reading this, you successfully downloaded and unzipped/unpacked the source tarball. Great.
2. Type "make all" at the command line.
3. If you encountered no errors, then all of the BED Tools should now be in bin/
If not, try to troubleshoot then email me: aaronquinlan@gmail.com
4. Copy the files in bin/ to ~/bin or if you have the privileges, to /usr/local/bin.
5. Use the tools.
===Requests===
I would be grateful to learn of any problems or suggestions you have for improving these tools.
...
...
This diff is collapsed.
Click to expand it.
USAGE_EXAMPLES
+
4
−
0
View file @
1e5b40b4
...
...
@@ -10,6 +10,10 @@ http://people.virginia.edu/~arq5x/bedtools.html
===Example Usage===
intersectBed. Reports overlaps between features in two BED files.
NOTE: When intersecting SNPs, make sure the coordinate conform to the UCSC format. That is,
the start position for each SNP should be SNP position - 1 and the end position should
be SNP position. E.g. chr7 10000001 10000002 rs123464
1. Report the base-pair overlap between the features in two BED files.
$ intersectBed -a reads.bed -b genes.bed
...
...
This diff is collapsed.
Click to expand it.
VERSION
0 → 100644
+
1
−
0
View file @
1e5b40b4
1.1
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment