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
d583943d
Commit
d583943d
authored
14 years ago
by
Aaron
Browse files
Options
Downloads
Patches
Plain Diff
Updated the pairToPair usage statement.
parent
45306c09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/pairToPair/pairToPairMain.cpp
+2
-2
2 additions, 2 deletions
src/pairToPair/pairToPairMain.cpp
with
2 additions
and
2 deletions
src/pairToPair/pairToPairMain.cpp
+
2
−
2
View file @
d583943d
...
...
@@ -164,8 +164,8 @@ void ShowHelp(void) {
cerr
<<
"
\t
-slop
\t
"
<<
"The amount of slop (in b.p.). to be added to each footprint."
<<
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
<<
endl
;
cerr
<<
"
\t\t
- If strand is
\"
-
\"
, slop is only added to the start coordinates."
<<
endl
<<
endl
;
cerr
<<
"
\t\t
- If strand is
\"
+
\"
, slop is only added to the end coordinates."
<<
endl
;
cerr
<<
"
\t\t
- If strand is
\"
-
\"
, slop is only added to the start coordinates."
<<
endl
;
cerr
<<
"
\t\t
- By default, slop is added in both directions."
<<
endl
<<
endl
;
cerr
<<
"
\t
-is
\t
"
<<
"Ignore strands when searching for overlaps."
<<
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