# HG changeset patch
# User iuc
# Date 1766071293 0
# Node ID 2cce87fd19ff278247ec13c96c35da2058f2a76a
# Parent 71693d872155c2a4bec7a9b5f80bc4a3d956748c
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/coreprofiler commit 7f2587b3f86c5024c7588185712d1eced9bbb037
diff -r 71693d872155 -r 2cce87fd19ff coreprofiler_allele_calling.xml
--- a/coreprofiler_allele_calling.xml Fri Dec 12 21:37:23 2025 +0000
+++ b/coreprofiler_allele_calling.xml Thu Dec 18 15:21:33 2025 +0000
@@ -22,10 +22,13 @@
#end if
#end for
+#set $scheme_path = str($input_scheme.fields.path) + '/' + str($input_scheme.fields.scheme_path)
+#set $db_path = str($input_scheme.fields.path) + '/' + str($input_scheme.fields.db_path)
+
coreprofiler allele_calling
--query #echo ' '.join($input_files)
- --scheme_dir '$input_scheme.fields.scheme'
- --blast_db_path '$input_scheme.fields.database'
+ --scheme_dir '$scheme_path'
+ --blast_db_path '$db_path'
--num_threads "\${GALAXY_SLOTS:-1}"
##Autotag
@@ -88,7 +91,7 @@
scannew_section['output_selection'] and "outfa_output" in scannew_section['output_selection']
-
+
scannew_section['output_selection'] and "num_alleles_per_locus_output" in scannew_section['output_selection']
diff -r 71693d872155 -r 2cce87fd19ff macro.xml
--- a/macro.xml Fri Dec 12 21:37:23 2025 +0000
+++ b/macro.xml Thu Dec 18 15:21:33 2025 +0000
@@ -1,7 +1,7 @@
2.0.0
- 0
+ 1
22.05
diff -r 71693d872155 -r 2cce87fd19ff test-data/coreprofiler_scheme.loc
--- a/test-data/coreprofiler_scheme.loc Fri Dec 12 21:37:23 2025 +0000
+++ b/test-data/coreprofiler_scheme.loc Thu Dec 18 15:21:33 2025 +0000
@@ -4,8 +4,8 @@
#file has this format (white space characters are TAB characters)
#
#The columns are:
-#value name path database scheme
+#value name tool_version database path db_path scheme_path
#
#For example
-#coreprofiler_downloaded_20250625_klebsiella_3_scgMLST634_632_loci_bigsdb klebsiella_3: scgMLST634 [632 loci] (BIGSdb) coreprofiler_klebsiella_3 coreprofiler_klebsiella_3/db_klebsiella_3/klebsiella_3.fasta coreprofiler_klebsiella_3/scheme_klebsiella_3
-coreprofiler_downloaded_20250625_klebsiella_3_scgMLST634_632_loci_bigsdb klebsiella_3: scgMLST634 [632 loci] (BIGSdb) ${__HERE__}/coreprofiler_db ${__HERE__}/coreprofiler_db/tmp_blast_db/tmp_blast_db.fasta ${__HERE__}/coreprofiler_db/scheme_sample
\ No newline at end of file
+#coreprofiler_downloaded_20250625_klebsiella_3_scgMLST634_632_loci_bigsdb klebsiella_3: scgMLST634 [632 loci] (BIGSdb) 1.1.1 bigsdb coreprofiler_klebsiella_3 db_klebsiella_3/klebsiella_3.fasta scheme_klebsiella_3
+coreprofiler_downloaded_20250625_klebsiella_3_scgMLST634_632_loci_bigsdb klebsiella_3: scgMLST634 [632 loci] (BIGSdb) 1.1.1 bigsdb ${__HERE__}/coreprofiler_db tmp_blast_db/tmp_blast_db.fasta scheme_sample
\ No newline at end of file
diff -r 71693d872155 -r 2cce87fd19ff tool-data/coreprofiler_scheme.loc.sample
--- a/tool-data/coreprofiler_scheme.loc.sample Fri Dec 12 21:37:23 2025 +0000
+++ b/tool-data/coreprofiler_scheme.loc.sample Thu Dec 18 15:21:33 2025 +0000
@@ -1,3 +1,3 @@
#This is a sample file distributed with Galaxy that enables tools
#file has this format (white space characters are TAB characters)
-#value name path database scheme
\ No newline at end of file
+#value name tool_version database path db_path scheme_path
\ No newline at end of file
diff -r 71693d872155 -r 2cce87fd19ff tool_data_table_conf.xml.sample
--- a/tool_data_table_conf.xml.sample Fri Dec 12 21:37:23 2025 +0000
+++ b/tool_data_table_conf.xml.sample Thu Dec 18 15:21:33 2025 +0000
@@ -1,7 +1,7 @@
- value, name, path, database, scheme
+ value, name, tool_version, database, path, db_path, scheme_path
\ No newline at end of file
diff -r 71693d872155 -r 2cce87fd19ff tool_data_table_conf.xml.test
--- a/tool_data_table_conf.xml.test Fri Dec 12 21:37:23 2025 +0000
+++ b/tool_data_table_conf.xml.test Thu Dec 18 15:21:33 2025 +0000
@@ -1,7 +1,7 @@
- value, name, path, database, scheme
+ value, name, tool_version, database, path, db_path, scheme_path
\ No newline at end of file