--- multiSub.orig	2021-12-12 20:37:09.000000000 +0200
+++ multiSub	2022-03-17 14:03:29.997857916 +0200
@@ -1133,7 +1133,7 @@
     for seqId, metaDict in meta.items():
         newMeta = OrderedDict()
         if not "biosample_accession" in metaDict or metaDict["biosample_accession"]=="":
-            logging.warn("%s has no biosample accession. Please complete the steps up-biosample and " \
+            logging.warning("%s has no biosample accession. Please complete the steps up-biosample and " \
             "down-biosample first. The file biosampleAccs.tsv will be created and added automatically "
             "on the next 'conv' run. Skipping SRA export for now. "
             "Ignore this warning if you did not plan to submit to SRA." % seqId)
@@ -1507,8 +1507,8 @@
             u"sample capture status" : u"active surveillance in response to outbreak",
             u"host scientific name" : u"Homo sapiens",
             u"host subject id" : seqMeta.get("subject", seqId), # seqId, not correct, but we have no other identifier
-            u"host health state" : seqMeta.get("status", u"diseased")
-            u"host sex" : seqMeta.get("gender", u"not provided")
+            u"host health state" : seqMeta.get("status", u"diseased"),
+            u"host sex" : seqMeta.get("gender", u"not provided"),
             u"isolate" : seqMeta["isolate"],
         }
 
