# HG changeset patch # User iuc # Date 1574974207 18000 # Node ID 20f1b45dea63bfac6e77adbc53b6de6e2f44027f # Parent 83b998fa34eab5190d7df36ce61383cde994e84e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kobas commit 57f71aa633a43ab02bbf05acd0c6d7f406e01f1e" diff -r 83b998fa34ea -r 20f1b45dea63 kobas_annotate.xml --- a/kobas_annotate.xml Thu Nov 10 16:21:41 2016 -0500 +++ b/kobas_annotate.xml Thu Nov 28 15:50:07 2019 -0500 @@ -1,4 +1,4 @@ - + KEGG Orthology Based Annotation System kobas_macros.xml @@ -10,78 +10,74 @@ - - - +kobas-annotate +-i '$infile' +-t '$intype' +-s '$species' +-e '$evalue' +-r $rank +-n "\${GALAXY_SLOTS:-4}" +-c $coverage +#if $ortholog.only == 'YES': + -z '$ortholog.species' +#end if +-y seq_pep +-q sqlite +-p blastp +-x blastx +-o '$output' + ]]> - + @@ -99,12 +95,12 @@ - - - - + + + + - + @@ -118,7 +114,7 @@ - + @@ -132,7 +128,7 @@ - + diff -r 83b998fa34ea -r 20f1b45dea63 kobas_identify.xml --- a/kobas_identify.xml Thu Nov 10 16:21:41 2016 -0500 +++ b/kobas_identify.xml Thu Nov 28 15:50:07 2019 -0500 @@ -1,4 +1,4 @@ - + KEGG Orthology Based Annotation System kobas_macros.xml @@ -6,44 +6,41 @@ - - - +kobas-identify +-f '$fgfile' +#if $bg.bgtype == 'file': + -b '$bg.bgfile' +#elif $bg.bgtype == 'species': + -b '$bg.bgspecies' +#end if +-d '$db_args' +-m '$method' +-n '$fdr' +-c $cutoff +-q sqlite +-p blastp +-x blastx +-o '$output' + ]]> - + - @@ -58,15 +55,10 @@ - - - + - Frequency list - + - - + - + @@ -125,7 +113,7 @@ - + diff -r 83b998fa34ea -r 20f1b45dea63 kobas_macros.xml --- a/kobas_macros.xml Thu Nov 10 16:21:41 2016 -0500 +++ b/kobas_macros.xml Thu Nov 28 15:50:07 2019 -0500 @@ -1,23 +1,21 @@ - 0.4 - 2.1.1 + 2.1.1 - kobas + kobas + + biopython + + r-base - - + + @@ -26,26 +24,16 @@ - - - + - - - - - diff -r 83b998fa34ea -r 20f1b45dea63 repository_dependencies.xml --- a/repository_dependencies.xml Thu Nov 10 16:21:41 2016 -0500 +++ b/repository_dependencies.xml Thu Nov 28 15:50:07 2019 -0500 @@ -1,4 +1,4 @@ - + - - + + \ No newline at end of file