# HG changeset patch # User thanhlv # Date 1579278554 0 # Node ID 9b1daaba9e8d1c6bb82b307398536ba2e78735eb # Parent d0c6d41a0a22f0909e7d79525a6a1df0f2da9d0d "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/biotradis commit 44b6f6a2bdcd4ba2dabc3d65c7feefcd2ff3b6db-dirty" diff -r d0c6d41a0a22 -r 9b1daaba9e8d biotradis_add_tags.xml --- a/biotradis_add_tags.xml Wed Oct 23 10:38:57 2019 -0400 +++ b/biotradis_add_tags.xml Fri Jan 17 16:29:14 2020 +0000 @@ -8,14 +8,14 @@ add_tradis_tags -b $input_bam -o added -v > $log - ]]> + ]]> - + - - + + @@ -29,6 +29,6 @@ Options: -b : bam file with tradis tags -v : verbose debugging output - ]]> - + ]]> + diff -r d0c6d41a0a22 -r 9b1daaba9e8d biotradis_bacteria_tradis.xml --- a/biotradis_bacteria_tradis.xml Wed Oct 23 10:38:57 2019 -0400 +++ b/biotradis_bacteria_tradis.xml Fri Jan 17 16:29:14 2020 +0000 @@ -23,46 +23,55 @@ -td $tag_dir -mm $mm -m $m - #if str($smalt_k)!="" + #if $smalt: + $smalt + #if str($smalt_k)!="" --smalt_k $smalt_k - #end if - #if str($smalt_s)!="" - --smalt_s $smalt_s - #end if + #end if + #if str($smalt_s)!="" + --smalt_s $smalt_s + #end if --smalt_y $smalt_y --smalt_r $smalt_r -n "\${GALAXY_SLOTS:-2}" - #if $verbose - --verbose #end if - && tar cvzf insert_site_plot.tar.gz *insert_site_plot.gz - && tar cvzf mapped.tar.gz *mapped.bam* - ]]> + $verbose + && mkdir plots bams + && mv *insert_site_plot.gz ./plots + && mv *mapped.bam* ./bams + ]]> - - + + - + - - - - - - + + + + + + + + - - - + + + + + out_bam is True + + + - + - `_. - ]]> + ]]> + diff -r d0c6d41a0a22 -r 9b1daaba9e8d biotradis_check_tags.xml --- a/biotradis_check_tags.xml Wed Oct 23 10:38:57 2019 -0400 +++ b/biotradis_check_tags.xml Fri Jan 17 16:29:14 2020 +0000 @@ -10,7 +10,7 @@ ]]> - + @@ -29,5 +29,5 @@ -b : bam file with tradis tags -v : verbose debugging output ]]> - + diff -r d0c6d41a0a22 -r 9b1daaba9e8d biotradis_filter_tags.xml --- a/biotradis_filter_tags.xml Wed Oct 23 10:38:57 2019 -0400 +++ b/biotradis_filter_tags.xml Fri Jan 17 16:29:14 2020 +0000 @@ -8,16 +8,16 @@ filter_tradis_tags -b $input_bam -t $tag -m $mismatches -o filtered - ]]> + ]]> - - - - + + + + - +