# HG changeset patch # User artbio # Date 1635153655 0 # Node ID 9b48fd77345733e3585f0ef0fc66ab5b7ec617e1 # Parent ba3ce7ee5b187bd4ce1746687c031f1d22c958ce "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/small_rna_maps commit 8c676ff51e50ed8c15636d9481acfbebc2f59229" diff -r ba3ce7ee5b18 -r 9b48fd773457 small_rna_maps.xml --- a/small_rna_maps.xml Sun May 09 17:08:12 2021 +0000 +++ b/small_rna_maps.xml Mon Oct 25 09:20:55 2021 +0000 @@ -1,14 +1,13 @@ - + - numpy - pysam - r-optparse - r-latticeextra - r-gridextra - r-reshape2 - sambamba - samtools + numpy + pysam + r-optparse + r-latticeextra + r-gridextra + r-reshape2 + sambamba icu @@ -19,7 +18,7 @@ #import os #for $file in $inputs sambamba view -t \${GALAXY_SLOTS} -F "not unmapped and sequence_length >= ${minsize} and sequence_length <= ${maxsize}" -f bam '$file' -o '$file.element_identifier' && - samtools index '$file.element_identifier' && + sambamba index -t \${GALAXY_SLOTS} '$file.element_identifier' && #end for python '$__tool_directory__'/small_rna_maps.py --inputs ${ ' '.join(['"%s"' % x.element_identifier for x in $inputs]) }