diff --git a/annotation.smk b/annotation.smk
index d781d613c8b832ac26f579708948c42320d22b3f..44290d94a437f300573d397a1f28721a97d870e2 100644
--- a/annotation.smk
+++ b/annotation.smk
@@ -36,8 +36,8 @@ rule prodigal:
 		"-o {output.gff} "
 		"-g 11 "
 		"-p meta "
-		# " ; "
-		# "sed --in-place 's/*/N/' {output.faa} "
+		" ; "
+		"sed --in-place 's/*$//' {output.faa} "
 
 def faa_input(wildcards):
 	if wildcards.sample == "catalogue":