# HG changeset patch # User iuc # Date 1680000530 0 # Node ID 360df4999907d39a61da7559bceada9693344eb4 # Parent 14e7c35f3d001ae74df0b05ff1b5e871ce3584af planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit b7df28a308484a4af1d33e0ddc2c4e391643ec1e diff -r 14e7c35f3d00 -r 360df4999907 macros.xml --- a/macros.xml Wed Jan 25 15:33:12 2023 +0000 +++ b/macros.xml Tue Mar 28 10:48:50 2023 +0000 @@ -1,6 +1,6 @@ 3.8 - 0 + 1 pygenometracks diff -r 14e7c35f3d00 -r 360df4999907 pyGenomeTracks.xml --- a/pyGenomeTracks.xml Wed Jan 25 15:33:12 2023 +0000 +++ b/pyGenomeTracks.xml Tue Mar 28 10:48:50 2023 +0000 @@ -426,8 +426,7 @@ grid = $track.track_file_style_conditional.grid nans_to_zeros = $track.track_file_style_conditional.nans_to_zeros use_middle = $track.track_file_style_conditional.use_middle - #set $columns = len(open(str($track.track_file_style_conditional.track_input_bedgraph)).readline().split('\t')) - #if $columns > 4: + #if int(data_bedgraph.metadata.columns) > 4: file_type = bedgraph_matrix type = lines #else: @@ -1513,6 +1512,18 @@ + + + + + + + + + + + + diff -r 14e7c35f3d00 -r 360df4999907 test-data/bigwig_multiple.png Binary file test-data/bigwig_multiple.png has changed diff -r 14e7c35f3d00 -r 360df4999907 test-data/test2.ini --- a/test-data/test2.ini Wed Jan 25 15:33:12 2023 +0000 +++ b/test-data/test2.ini Tue Mar 28 10:48:50 2023 +0000 @@ -1,5 +1,24 @@ [x-axis] where = top +[bedgraph_1] +file = test-data/bedgraph_chrx_2e6_5e6.bg +title = rep bed +type = points:2.0 +height = 1.5 +color = black +[bedgraph_1] +file = test-data/bedgraph2_X_2.5e6_3.5e6.bdg +title = rep bed +type = points:2.0 +height = 1.5 +color = black +[bedgraph_1] +file = test-data/tad_score.gz +title = rep bed +file_type = bedgraph_matrix +type = lines +height = 1.5 +color = black [bigwig_1] file = test-data/bigwig_chrx_2e6_5e6.bw title = rep 1 test line