# HG changeset patch # User artbio # Date 1635153694 0 # Node ID 6fee74f6d2bdbec681c9fa1947e920cf1f713ce5 # Parent f2e7ad3058e89ec5574e8e534628ff03970d918b "planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/small_rna_maps commit 8c676ff51e50ed8c15636d9481acfbebc2f59229" diff -r f2e7ad3058e8 -r 6fee74f6d2bd small_rna_maps.xml --- a/small_rna_maps.xml Sun May 09 17:11:00 2021 +0000 +++ b/small_rna_maps.xml Mon Oct 25 09:21:34 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]) }