From 032e4673b95c33f98ec9311351e722e4b01fa868 Mon Sep 17 00:00:00 2001 From: Niko <nikolaos.papadopoulos@univie.ac.at> Date: Wed, 4 Dec 2024 17:32:29 +0100 Subject: [PATCH] added test provision --- 08-submission/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/08-submission/Makefile b/08-submission/Makefile index a5c23d3..3fcebdf 100644 --- a/08-submission/Makefile +++ b/08-submission/Makefile @@ -18,5 +18,8 @@ validate: submit: bash gff-05-submit_to_ENA.sh -submit -all: compose annotate conform embl validate 2>&1 | tee log.txt +test: + bash gff-05-submit_to_ENA.sh -submit -test + +all: compose annotate conform embl validate @echo Done. \ No newline at end of file -- GitLab