# HG changeset patch # User bgruening # Date 1701367134 0 # Node ID 3b6f94fc7e1de46edf1ca9177467a46d2f478baa # Parent 85a394edc2471d8b6c42ae6ac73ca67174c7fc73 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/nanopolish commit de2370d1a385731b3c65f1dcc44e7b8558da8fd4 diff -r 85a394edc247 -r 3b6f94fc7e1d macros.xml --- a/macros.xml Fri Jul 30 06:28:28 2021 +0000 +++ b/macros.xml Thu Nov 30 17:58:54 2023 +0000 @@ -1,5 +1,8 @@ - 0.13.2 + 0.14.0 + 0 + 22.01 + nanopolish @@ -19,6 +22,52 @@ --> + + + 10.1038/nmeth.3444 diff -r 85a394edc247 -r 3b6f94fc7e1d nanopolish_eventalign.xml --- a/nanopolish_eventalign.xml Fri Jul 30 06:28:28 2021 +0000 +++ b/nanopolish_eventalign.xml Thu Nov 30 17:58:54 2023 +0000 @@ -1,74 +1,42 @@ - + - Align nanopore events to reference k-mers macros.xml eventalign.out + -r reads.fasta + -b reads.bam + -g genome.fa + #if str($min_mapping_quality): + -q $min_mapping_quality + #end if + --threads "\${GALAXY_SLOTS:-4}" + $samples + $scale_events + $signal_index + $sam + $print_read_names + #if $w and str($w).strip(): + -w "${w}" + #end if + #if $input_models_fofn: + --models-fofn '$input_models_fofn' + #end if + #if $summary: + --summary eventalign-summary.txt + #end if + > eventalign.out ]]> - + @@ -109,17 +77,16 @@ label="Summarize the alignment of each read/strand" /> - - - - @@ -136,8 +103,25 @@ - - + + + + + + + + + + + + + + + + + + +