Skip to content
Snippets Groups Projects
Commit d3f1ae59 authored by arq5x's avatar arq5x
Browse files

[DOC] fix subtract's option list:

parent 2a70433c
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,11 @@ Usage and option summary
=========================== ===============================================================================================================================================================================================================
Option Description
=========================== ===============================================================================================================================================================================================================
**-f** Minimum overlap required as a fraction of A. Default is 1E-9 (i.e. 1bp).
**-s** Force "strandedness". That is, only report hits in B that overlap A on the same strand. By default, overlaps are reported without respect to strand.
**-f** Minimum overlap required as a fraction of A. Default is 1E-9 (i.e. 1bp).
**-s** Force "strandedness". That is, only report hits in B that overlap A on the same strand. By default, overlaps are reported without respect to strand.
**-S** Require different strandedness. That is, only report hits in B that overlap A on the _opposite_ strand. By default, overlaps are reported without respect to strand.
**-A** Remove entire feature if any overlap. That is, by default, only subtract the portion of A that overlaps B. Here, if any overlap is found (or ``-f`` amount), the entire feature is removed.
**-N** Same as -A except when used with -f, the amount is the sum
of all features (not any single feature).
**-N** Same as -A except when used with -f, the amount is the sum of all features (not any single feature).
=========================== ===============================================================================================================================================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment