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
2f55ceda
Commit
2f55ceda
authored
13 years ago
by
Aaron
Browse files
Options
Downloads
Patches
Plain Diff
tweaks to help menus
parent
f1cbce92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/flankBed/flankBedMain.cpp
+5
-2
5 additions, 2 deletions
src/flankBed/flankBedMain.cpp
src/pairToPair/pairToPairMain.cpp
+2
-2
2 additions, 2 deletions
src/pairToPair/pairToPairMain.cpp
with
7 additions
and
4 deletions
src/flankBed/flankBedMain.cpp
+
5
−
2
View file @
2f55ceda
...
...
@@ -151,7 +151,7 @@ void flank_help(void) {
cerr
<<
"Usage: "
<<
PROGRAM_NAME
<<
" [OPTIONS] -i <bed/gff/vcf> -g <genome> [-b <int> or (-l and -r)]"
<<
endl
<<
endl
;
cerr
<<
"Options: "
<<
endl
;
cerr
<<
"
\t
-b
\t
"
<<
"Create flanking interva
k
using -b base pairs in each direction."
<<
endl
;
cerr
<<
"
\t
-b
\t
"
<<
"Create flanking interva
l(s)
using -b base pairs in each direction."
<<
endl
;
cerr
<<
"
\t\t
- (Integer) or (Float, e.g. 0.1) if used with -pct."
<<
endl
<<
endl
;
cerr
<<
"
\t
-l
\t
"
<<
"The number of base pairs that a flank should start from"
<<
endl
;
...
...
@@ -176,8 +176,11 @@ void flank_help(void) {
cerr
<<
"
\t
(1) Starts will be set to 0 if options would force it below 0."
<<
endl
;
cerr
<<
"
\t
(2) Ends will be set to the chromosome length if requested flank would"
<<
endl
;
cerr
<<
"
\t
force it above the max chrom length."
<<
endl
;
cerr
<<
"
\t
(3) In contrast to slop, which _extends_ intervals, bedtools flank"
<<
endl
;
cerr
<<
"
\t
creates new intervals from the regions just up- and down-stream"
<<
endl
;
cerr
<<
"
\t
of your existing intervals."
<<
endl
;
cerr
<<
"
\t
(
3
) The genome file should tab delimited and structured as follows:"
<<
endl
;
cerr
<<
"
\t
(
4
) The genome file should tab delimited and structured as follows:"
<<
endl
;
cerr
<<
"
\n\t
<chromName><TAB><chromSize>"
<<
endl
<<
endl
;
cerr
<<
"
\t
For example, Human (hg19):"
<<
endl
;
cerr
<<
"
\t
chr1
\t
249250621"
<<
endl
;
...
...
This diff is collapsed.
Click to expand it.
src/pairToPair/pairToPairMain.cpp
+
2
−
2
View file @
2f55ceda
...
...
@@ -163,12 +163,12 @@ void pairtopair_help(void) {
cerr
<<
"
\t\t
either
\t
Report overlaps if either ends of A overlap B."
<<
endl
;
cerr
<<
"
\t\t
both
\t
Report overlaps if both ends of A overlap B."
<<
endl
;
cerr
<<
"
\t\t
notboth
\t
Report overlaps if one or neither of A's overlap B."
<<
endl
;
cerr
<<
"
\t\t
- Default = both."
<<
endl
<<
endl
;
cerr
<<
"
\t
-slop
\t
"
<<
"The amount of slop (in b.p.). to be added to each footprint."
<<
endl
;
cerr
<<
"
\t
-slop
\t
"
<<
"The amount of slop (in b.p.). to be added to each footprint
of A
."
<<
endl
;
cerr
<<
"
\t\t
*Note*: Slop is subtracted from start1 and start2"
<<
endl
;
cerr
<<
"
\t\t\t
and added to end1 and end2."
<<
endl
<<
endl
;
cerr
<<
"
\t\t
- Default = 0."
<<
endl
<<
endl
;
cerr
<<
"
\t
-ss
\t
"
<<
"Add slop based to each BEDPE footprint based on strand."
<<
endl
;
cerr
<<
"
\t\t
- If strand is
\"
+
\"
, slop is only added to the end coordinates."
<<
endl
;
...
...
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