changeset 18:43a987c03ec5 draft

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/micall-lite commit 822e7e1c2de31a72c2a13bcc15b9df06b699561f-dirty
author dfornika
date Wed, 25 Sep 2019 18:28:54 -0400
parents 6043d06d78cb
children 8e6d3de9c7fa
files amino2consensus.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/amino2consensus.py	Wed Sep 25 18:26:51 2019 -0400
+++ b/amino2consensus.py	Wed Sep 25 18:28:54 2019 -0400
@@ -20,7 +20,7 @@
     return amino
 
 def determine_first_region(amino_file):
-    with open(amino_file, newline='') as f:
+    with open(amino_file) as f:
         reader = csv.DictReader(f)
         row = next(reader)
         region = row['region']