Skip to content

Commit e318a5c

Browse files
authored
Add files via upload
1 parent 2215997 commit e318a5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scripts/PlotReplicates.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def Repl_Scatterplot(Repl1,Repl2):
2929
print('++++++++++++++++++++++++++++++++')
3030
print('PinAPL-Py: Replicate Scatterplot')
3131
print('++++++++++++++++++++++++++++++++')
32+
print('Sample 1: '+Repl1+' | Sample 2: '+Repl2)
3233
start_total = time.time()
3334

3435
# ------------------------------------------------
@@ -49,7 +50,7 @@ def Repl_Scatterplot(Repl1,Repl2):
4950
svg = config['svg']
5051
dotsize = config['dotsize']
5152
logbase = config['logbase']
52-
53+
5354
# ------------------------------------------------
5455
# Reading counts from sample and control
5556
# ------------------------------------------------

0 commit comments

Comments
 (0)