diff trips_create_annotation/create_annotation_sqlite.py @ 5:cdecd5f9a4d3 draft

Uploaded
author jackcurragh
date Fri, 27 May 2022 10:14:09 +0000
parents f1c72ed4b32c
children 8d47b5f57579
line wrap: on
line diff
--- a/trips_create_annotation/create_annotation_sqlite.py	Wed Apr 27 08:20:24 2022 +0000
+++ b/trips_create_annotation/create_annotation_sqlite.py	Fri May 27 10:14:09 2022 +0000
@@ -309,7 +309,6 @@
         # print ("tran {} has no chrom :(".format(tran))
         notinannotation.append(tran)
 for tran in notinannotation:
-    print(tran)
     del master_dict[tran]
 # Dictionary to store the coding status of a gene, if any transcript of this gene is coding, the value will be True
 coding_genes_dict = {}