# HG changeset patch # User iuc # Date 1738660544 0 # Node ID f774b65c34d0a0304c77777af0df107527456cc4 # Parent 876749149e6d4ad3561341972e750ac64209a8d8 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 980f7472892817697208792e4443fa579625b696 diff -r 876749149e6d -r f774b65c34d0 macros.xml --- a/macros.xml Thu May 04 21:54:47 2023 +0000 +++ b/macros.xml Tue Feb 04 09:15:44 2025 +0000 @@ -1,6 +1,6 @@ - 2.26 - 0 + 2.28 + 1 topic_0102 @@ -12,7 +12,7 @@ minimap2 - samtools + samtools diff -r 876749149e6d -r f774b65c34d0 minimap2.xml --- a/minimap2.xml Thu May 04 21:54:47 2023 +0000 +++ b/minimap2.xml Tue Feb 04 09:15:44 2025 +0000 @@ -1,13 +1,13 @@ A fast pairwise aligner for genomic and spliced nucleotide sequences - - minimap2 - macros.xml + + minimap2 + @@ -141,6 +141,9 @@ #if $io_options.K: -K $io_options.K #end if + #if $io_options.eqx: + --eqx + #end if -t \${GALAXY_SLOTS:-4} reference.fa #if $fastq_input.fastq_input_selector in ['single', 'paired_iv']: @@ -164,7 +167,6 @@ -T "\${TMPDIR:-.}" -@\${GALAXY_SLOTS:-2} -O $io_options.output_format - $io_options.eqx --reference reference.fa --output-fmt-option no_ref -o '$alignment_output' @@ -237,7 +239,7 @@
- + @@ -397,7 +399,7 @@ - + @@ -406,7 +408,7 @@ - + @@ -416,7 +418,7 @@ - + @@ -425,7 +427,7 @@ - + @@ -434,7 +436,7 @@ - + @@ -447,7 +449,7 @@ - + @@ -456,7 +458,7 @@ - + @@ -484,7 +486,7 @@
- + @@ -494,7 +496,7 @@ - + @@ -503,7 +505,7 @@ - + @@ -515,7 +517,7 @@ - + @@ -524,7 +526,7 @@ - + @@ -533,7 +535,7 @@ - + diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-self-homology.bam Binary file test-data/minimap2-self-homology.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test-kmer_ocurrence.bam Binary file test-data/minimap2-test-kmer_ocurrence.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test-mask_len.bam Binary file test-data/minimap2-test-mask_len.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test1-fasta.bam Binary file test-data/minimap2-test1-fasta.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test1-fasta.cram Binary file test-data/minimap2-test1-fasta.cram has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test1.bam Binary file test-data/minimap2-test1.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test2.bam Binary file test-data/minimap2-test2.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test_hifi-2-fasta.bam Binary file test-data/minimap2-test_hifi-2-fasta.bam has changed diff -r 876749149e6d -r f774b65c34d0 test-data/minimap2-test_hifi-fasta.bam Binary file test-data/minimap2-test_hifi-fasta.bam has changed