We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f99fbf commit 806b259Copy full SHA for 806b259
pydeeptools/deeptools/bamCompare2.py
@@ -234,7 +234,6 @@ def main(args=None):
234
else:
235
print(f"Pseudocounts should be either one or two values. Not {args.pseudocount}")
236
sys.exit()
237
- print(args)
238
signal.signal(signal.SIGINT, signal.SIG_DFL)
239
r_bamcompare(
240
args.bamfile1, # bam file 1
pydeeptools/deeptools/bamCoverage2.py
@@ -179,7 +179,6 @@ def main(args=None):
179
args.samFlagExclude = 0
180
if not args.region:
181
args.region = 'None'
182
183
184
r_bamcoverage(
185
args.bam, # bam file
0 commit comments