Previous changeset 11:791edb7b7ea1 (2017-12-19) Next changeset 13:7234d438f495 (2017-12-20) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/msp_sr_readmap_and_size_histograms commit a91db0ffc9ffa13820088fc2756f00c741a01165 |
modified:
readmap.xml |
b |
diff -r 791edb7b7ea1 -r 076008825416 readmap.xml --- a/readmap.xml Tue Dec 19 12:54:36 2017 -0500 +++ b/readmap.xml Tue Dec 19 13:06:51 2017 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="Readmap" name="Generate readmap and histograms from alignment files" version="1.2.2"> +<tool id="Readmap" name="Generate readmap and histograms from alignment files" version="1.2.3"> <description>from sRbowtie aligment</description> <requirements> <requirement type="package" version="1.2.0">bowtie</requirement> @@ -45,7 +45,7 @@ --gff $gff #end if - ; Rscript $__tool_directory__/plot_size_readmap.r + ; Rscript '$__tool_directory__'/plot_size_readmap.r --readmap_tab "$readmap_dataframe" --size_distribution_tab "$size_distribution_dataframe" --readmap_pdf "$readmap_PDF" |