You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: merge_bed.py
+14-33
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
parser.add_option("-f","--flank",dest="flank",type=int,default=0,help="add flanking nucleotides to define more fuzzy overlap (default=0)")
17
17
parser.add_option("-s","--stats",dest="stats",default="",help="write statistics to this file (instead of stderr)")
18
18
parser.add_option("-6","--bed6",dest="bed6",default=False,action="store_true",help="ignore all columns except the first six standard BED columns (default=False)")
19
+
parser.add_option("","--score",dest="score",default=False,action="store_true",help="ignore all columns except the first six standard BED columns and only retain score column from 2nd, 3rd ... BED (default=False)")
19
20
parser.add_option("-F","--format",dest="format",default="2",choices= ["1","1.2","2"],help="select the find_circ.py outout version (choices=['1','1.2','2'])")
20
21
parser.add_option("-V","--verbatim",dest="verbatim",default=False,action="store_true",help="do not attempt to merge all columns. Simply join on coordinates, other columns reported in verbatim")
0 commit comments