diff data_manager/resource_building.py @ 45:488e015576bc draft

"planemo upload commit ba867b8fa3352695fbda1ae764407f363ee79a50-dirty"
author proteore
date Wed, 08 Jan 2020 15:15:16 +0000
parents 7ebbf851598e
children 09d9fd9b2d8c
line wrap: on
line diff
--- a/data_manager/resource_building.py	Wed Jan 08 14:50:19 2020 +0000
+++ b/data_manager/resource_building.py	Wed Jan 08 15:15:16 2020 +0000
@@ -238,7 +238,7 @@
         next_dict = {}
         for nextid in nextprot_ids : 
             next_dict[nextid.replace("NX_","")] = nextid
-        os.remove(os.path.join(target_directory,"nextprot_ac_list_all.txt"))
+        #os.remove(os.path.join(target_directory,"nextprot_ac_list_all.txt"))
 
         #add missing nextprot ID
         for line in tab[1:] :