# HG changeset patch # User peterjc # Date 1494521306 14400 # Node ID 515fc5316fdb700e2d76b9d46c16fa46dd0276f5 # Parent b0ac04e1efe075bb6250f9a443656b9506e4200e planemo upload for repository https://github.com/peterjc/pico_galaxy/tree/master/tools/samtools_idxstats commit 2c1cc3ac829140d469816ec5e9892f96624270bf-dirty diff -r b0ac04e1efe0 -r 515fc5316fdb tools/samtools_idxstats/README.rst --- a/tools/samtools_idxstats/README.rst Wed May 10 12:48:16 2017 -0400 +++ b/tools/samtools_idxstats/README.rst Thu May 11 12:48:26 2017 -0400 @@ -54,6 +54,8 @@ v0.0.3 - Embed samtools citation in tool XML. v0.0.4 - Reorder XML elements (internal change only). - Planemo for Tool Shed upload (``.shed.yml``, internal change only). +v0.0.5 - Use ```` (internal change only). + - Single quote command line arguments (internal change only). ======= ====================================================================== diff -r b0ac04e1efe0 -r 515fc5316fdb tools/samtools_idxstats/samtools_idxstats.xml --- a/tools/samtools_idxstats/samtools_idxstats.xml Wed May 10 12:48:16 2017 -0400 +++ b/tools/samtools_idxstats/samtools_idxstats.xml Thu May 11 12:48:26 2017 -0400 @@ -1,15 +1,14 @@ - + samtools idxstats samtools - - - - - - samtools_idxstats.py --version - samtools_idxstats.py "$input_bam" "${input_bam.metadata.bam_index}" "$out_tabular" + +python $__tool_directory__/samtools_idxstats.py --version + + +python $__tool_directory__/samtools_idxstats.py '$input_bam' '${input_bam.metadata.bam_index}' '$out_tabular' +