Previous changeset 2:c171f2b7d76e (2019-08-23) Next changeset 4:c237ba772225 (2019-09-19) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 86b573c794af56fb02ba6ca87c5ad636d323c01b" |
modified:
pyGenomeTracks.xml |
b |
diff -r c171f2b7d76e -r feab9265552d pyGenomeTracks.xml --- a/pyGenomeTracks.xml Fri Aug 23 07:24:20 2019 -0400 +++ b/pyGenomeTracks.xml Mon Aug 26 06:20:55 2019 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.1"> +<tool id="pygenomeTracks" name="@BINARY@" version="@WRAPPER_VERSION@.2"> <description>plot genomic data tracks</description> <macros> <token name="@BINARY@">pyGenomeTracks</token> @@ -218,9 +218,7 @@ height = $track.track_file_style_conditional.height_bed #end if -#if $track.track_file_style_conditional.labels: labels = $track.track_file_style_conditional.labels -#end if file_type = bed #if $track.track_file_style_conditional.fontsize: |