Skip to content

Commit 806b259

Browse files
committed
drop arg printing from CLI
1 parent 1f99fbf commit 806b259

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pydeeptools/deeptools/bamCompare2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ def main(args=None):
234234
else:
235235
print(f"Pseudocounts should be either one or two values. Not {args.pseudocount}")
236236
sys.exit()
237-
print(args)
238237
signal.signal(signal.SIGINT, signal.SIG_DFL)
239238
r_bamcompare(
240239
args.bamfile1, # bam file 1

pydeeptools/deeptools/bamCoverage2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def main(args=None):
179179
args.samFlagExclude = 0
180180
if not args.region:
181181
args.region = 'None'
182-
print(args)
183182
signal.signal(signal.SIGINT, signal.SIG_DFL)
184183
r_bamcoverage(
185184
args.bam, # bam file

0 commit comments

Comments
 (0)