# HG changeset patch # User iuc # Date 1728133684 0 # Node ID c5a2ee07c4e14f6bd8fcf350ec806c3588e27412 # Parent 04e09969d376b8e069bf2f43f56802be2d7feabc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a diff -r 04e09969d376 -r c5a2ee07c4e1 macros.xml --- a/macros.xml Sat Sep 28 16:40:30 2024 +0000 +++ b/macros.xml Sat Oct 05 13:08:04 2024 +0000 @@ -4,8 +4,8 @@ 1.1.5 - 0 - 21.01 + 1 + 23.1 umi_tools @@ -104,8 +104,8 @@ - - + + @@ -152,11 +152,11 @@ 'input.bam' && + samtools sort --no-PG '$input' -O BAM > 'input.bam' && samtools index -b 'input.bam' && #set $input_file = 'input.bam' #else: @@ -166,7 +166,7 @@ #end if ]]> - + - + Extract UMI from fastq files - macros.xml + samtools @@ -22,7 +22,7 @@ @FULLSC_OPTIONS@ @ADVANCED_OPTIONS@ -I '$input_file' -S deduped.bam - ## TODO using samtools sort is a workaround, for the following error that appears when Galaxy + ## using samtools sort is a workaround, for the following error that appears when Galaxy ## compares the generated file with the one in test-data ## `Converting history BAM to SAM failed: 'samtools returned with error 1: stdout=None, stderr=[main_samview] fail to read the header from "/tmp/tmpd8o61jykdedup_out6.bam".\n'. Will compare BAM files` ## problem seems to be the BAM file generated with pysam