diff spring_minz.py @ 15:4a4888bf0338 draft

"planemo upload commit 5520427eafa1144d04445e0b87112a7ff615aed1"
author guerler
date Sun, 27 Sep 2020 20:52:58 +0000
parents 21a7dd67b483
children 16eb2acaaa20
line wrap: on
line diff
--- a/spring_minz.py	Sun Sep 27 14:13:49 2020 +0000
+++ b/spring_minz.py	Sun Sep 27 20:52:58 2020 +0000
@@ -43,7 +43,7 @@
 		interactions.sort(key=lambda tup: tup[1], reverse=True)
 	with open(args.output, 'a+') as output_file:
 		for i in interactions:
-			output_file.write("%s %s %s\n" % (args.name, i[0], i[1]))
+			output_file.write("%s\t%s\t%s\n" % (args.name, i[0], i[1]))
 
 def get_template_scores(hhr_file, min_score, identifier_length):
 	result = {}