From 7c6fd65dadafa0658081335ef403ea152cbe9740 Mon Sep 17 00:00:00 2001 From: Niko <nikolaos.papadopoulos@univie.ac.at> Date: Mon, 9 Dec 2024 19:50:55 +0100 Subject: [PATCH] fixed test/submit confusion --- 08-submission/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08-submission/Makefile b/08-submission/Makefile index 3fcebdf..e925de8 100644 --- a/08-submission/Makefile +++ b/08-submission/Makefile @@ -19,7 +19,7 @@ submit: bash gff-05-submit_to_ENA.sh -submit test: - bash gff-05-submit_to_ENA.sh -submit -test + bash gff-05-submit_to_ENA.sh -test -all: compose annotate conform embl validate +all: compose annotate conform embl test @echo Done. \ No newline at end of file -- GitLab