# HG changeset patch # User iuc # Date 1761645510 0 # Node ID 16fc9856b20a1c7a959cc23b83b7e12c65d667f2 # Parent eb746fa6f5149eba23c810c8072edd1bd4ff8cdc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/medaka commit 450d1acaa1feae57e288d7cefb5a20cfca025fe4 diff -r eb746fa6f514 -r 16fc9856b20a macros.xml --- a/macros.xml Tue Sep 26 10:11:35 2023 +0000 +++ b/macros.xml Tue Oct 28 09:58:30 2025 +0000 @@ -1,6 +1,6 @@ - 1.7.2 - 1 + 2.1.1 + 0 21.01 @@ -10,6 +10,7 @@ medaka + scipy @@ -52,8 +53,8 @@ - @@ -61,71 +62,92 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - + + - - - - - - - - - - - - - - - - - - - @@ -177,12 +199,12 @@ {pore}_{device}_{caller variant}_{caller version} -For example the model named r941_min_fast_g303 should be used with data from MinION (or GridION) R9.4.1 flowcells using the fast Guppy basecaller version 3.0.3. By contrast the model +For example the model named r941_min_fast_g303 should be used with data from MinION (or GridION) R9.4.1 flowcells using the fast Guppy basecaller version 3.0.3. By contrast the model r941_prom_hac_g303 should be used with PromethION data and the high accuracy basecaller (termed "hac" in Guppy configuration files). Where a version of Guppy has been used without an exactly corresponding medaka model, the medaka model with the highest version equal to or less than the guppy version should be selected. - + ]]> `_ and `github `_. +More information are available in the `github `_. ]]> diff -r eb746fa6f514 -r 16fc9856b20a variant.xml --- a/variant.xml Tue Sep 26 10:11:35 2023 +0000 +++ b/variant.xml Tue Oct 28 09:58:30 2025 +0000 @@ -1,4 +1,4 @@ - + decodes variant calls from medaka consensus output macros.xml @@ -12,7 +12,7 @@ #if $pool.pool_mode == "Yes": ## run - medaka variant + medaka vcf ## optional --debug #if $regions @@ -22,13 +22,13 @@ ${ambig_ref} ${gvcf} ## required - reference.fa #for $current in $pool.inputs '$current' #end for + reference.fa #elif $pool.pool_mode == "No": ## run - medaka variant + medaka vcf ## optional --debug #if $regions @@ -38,15 +38,13 @@ ${ambig_ref} ${gvcf} ## required + '$pool.input' reference.fa - '$pool.input' #end if #if str($output_annotated.output_annotated_select) == 'false': - '$out_variants' ##output - 2>&1 | tee '$out_log' + '$out_variants' 2>&1 | tee log.txt #else - raw.vcf ##output of medaka variant - 2>&1 | tee '$out_log' + raw.vcf 2>&1 | tee log.txt && ln -s '$output_annotated.in_bam' in.bam && ln -s '$output_annotated.in_bam.metadata.bam_index' in.bai && medaka tools annotate --dpsp --pad $output_annotated.pad raw.vcf reference.fa in.bam tmp.vcf @@ -98,7 +96,7 @@ - + output_log_bool