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
print("Info: Signal to reference method using PAF ...")
635
648
fasta_reads=Fasta(args.file)
@@ -836,6 +849,14 @@ def run(args):
836
849
else:
837
850
raiseException("Error: You should not have ended up here. Please check your arguments")
838
851
852
+
ifargs.output_current_column:
853
+
forkey, itemincolumn_raw_samples.items():
854
+
array=np.array(item)
855
+
mean=np.mean(array)
856
+
darray=array/mean
857
+
print(', '.join(map(str, darray)))
858
+
# print(', '.join(map(str, item)))
859
+
839
860
print("Number of records: {}".format(num_plots))
840
861
ifnum_plots==0:
841
862
print("Squigualiser only plots reads that span across the specified region entirely. Reduce the region interval and double check with IGV : {}".format(num_plots))
0 commit comments