We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2215997 commit e318a5cCopy full SHA for e318a5c
Scripts/PlotReplicates.py
@@ -29,6 +29,7 @@ def Repl_Scatterplot(Repl1,Repl2):
29
print('++++++++++++++++++++++++++++++++')
30
print('PinAPL-Py: Replicate Scatterplot')
31
32
+ print('Sample 1: '+Repl1+' | Sample 2: '+Repl2)
33
start_total = time.time()
34
35
# ------------------------------------------------
@@ -49,7 +50,7 @@ def Repl_Scatterplot(Repl1,Repl2):
49
50
svg = config['svg']
51
dotsize = config['dotsize']
52
logbase = config['logbase']
-
53
+
54
55
# Reading counts from sample and control
56
0 commit comments