From dcf28c8051d5b3180d80843bf56795bddc293472 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Tue, 25 Feb 2025 16:44:32 +0000 Subject: [PATCH] Added more help information and changed file input to use multiple instead of repeat. --- .gitignore | 1 + Jenkinsfile | 1 + autobigs-cli.xml | 72 ++++++++++++++++++++++++++---------------------- 3 files changed, 41 insertions(+), 33 deletions(-) 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 @@