# HG changeset patch # User iuc # Date 1708511269 0 # Node ID 55b7b257e12f149a9e0bd635d9b88b24c983bb1e # Parent f4ec47f1a8da23a36009f0a4ff9c5b6d459d84e4 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pbmm2 commit ea74a1d7e62c0c7f878cf0d83f3539dfbb146b64 diff -r f4ec47f1a8da -r 55b7b257e12f macros.xml --- a/macros.xml Mon Mar 13 11:34:01 2023 +0000 +++ b/macros.xml Wed Feb 21 10:27:49 2024 +0000 @@ -1,5 +1,5 @@ - 1.10.0 + 1.13.1 0 20.09 diff -r f4ec47f1a8da -r 55b7b257e12f pbmm2.xml --- a/pbmm2.xml Mon Mar 13 11:34:01 2023 +0000 +++ b/pbmm2.xml Wed Feb 21 10:27:49 2024 +0000 @@ -20,6 +20,13 @@ ## run pbmm2 pbmm2 align -j \${GALAXY_SLOTS:-4} + #if str($output_options.l): + -l $output_options.l + #end if + #if str($output_options.N): + -N $output_options.N + #end if + --preset $preset '$reads_fn' '$ref_fn' out.aligned.bam @@ -45,10 +52,21 @@ - + + + + + + + +
+ + +
- + @@ -67,9 +85,10 @@ + - + @@ -108,5 +127,16 @@ pbgcpp (previously known as GenomicConsensus). ]]> + + +@misc{githubpbmm2, + author = {PacBio}, + year = {2023}, + title = {pbmm2}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/PacificBiosciences/pbmm2}, +} +