diff --git a/.gitignore b/.gitignore
index 95cf782..45d2368 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
galaxy-server/**
test_results
+autobigs-cli_test_report.html
diff --git a/Jenkinsfile b/Jenkinsfile
index 95dc19d..20ff4fb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -11,6 +11,7 @@ pipeline {
stage ("install") {
steps {
sh 'pip install -r requirements.txt'
+ sh 'pip install standard-imghdr'
sh 'planemo ci_setup'
}
}
diff --git a/autobigs-cli.xml b/autobigs-cli.xml
index 3d82a2d..6bd867c 100644
--- a/autobigs-cli.xml
+++ b/autobigs-cli.xml
@@ -19,24 +19,24 @@
autoBIGS info --retrieve-bigsdbs --csv $info_db_out
#end if
#else if $mode.operation == "st":
- autoBIGS st#for $fasta in $mode.fastas_list# '${fasta.fasta}' #end for#"$seqdefdb" $schema "$mlst_profiles_output" $stop_on_fail
+ autoBIGS st "$fasta" "$seqdefdb" $schema "$mlst_profiles_output" $stop_on_fail
#end if
]]>
-
+
-
-
+
+
-
+
@@ -45,12 +45,10 @@
-
-
-
-
-
-
+
+
+
+
@@ -68,9 +66,7 @@
-
-
-
+
@@ -99,32 +95,42 @@