Mercurial > repos > iuc > pygenometracks
annotate test-data/testpyGT.sh @ 6:5cec5fb749f0 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit d5b42c5571c64be9fcfe515e79210cbf4c75beaf"
author | iuc |
---|---|
date | Tue, 11 Feb 2020 10:20:24 -0500 |
parents | eca03db4f612 |
children | 326a3db8d9d1 |
rev | line source |
---|---|
5
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
1 . <(planemo conda_env pyGenomeTracks.xml) |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
2 pgt --tracks test-data/test1.ini --region chrX:3000000-3500000 -o test-data/master_TADs_plot.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
3 pgt --tracks test-data/test2.ini --region chrX:3000000-3500000 -o test-data/bigwig_multiple.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
4 pgt --tracks test-data/test3.ini --region chrX:3000000-3500000 -o test-data/master_TADs_BW_plot.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
5 pgt --tracks test-data/test4.ini --region X:2700000-3100000 -o test-data/test_alpha.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
6 pgt --tracks test-data/test5.ini --region X:3000000-3300000 -o test-data/test_gtf_bed4.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
7 pgt --tracks test-data/test6.ini --region X:2760000-2802000 -o test-data/test_narrowPeak.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
8 pgt --tracks test-data/test7.ini --region chrX:3300000-3500000 -o test-data/test_gtf_flybase_param.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
9 pgt --tracks test-data/test8.ini --region chrX:3300000-3500000 -o test-data/test_ucsc_param.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
10 pgt --tracks test-data/test9.ini --region X:3133000-3138000 -o test-data/test_arrowhead_zoom.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
11 pgt --tracks test-data/test10.ini --region X:3340000-3380000 -o test-data/test_middle_triangle.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
12 pgt --tracks test-data/test11.ini --region chrX:3250000-3400000 -o test-data/test_TADs_bdgm.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
13 pgt --tracks test-data/test12.ini --region chrX:3000000-3300000 -o test-data/test_link.png |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
14 |
eca03db4f612
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pygenometracks commit 9471ad965cd7c88c96a03c97fc1cdfe17f379c95"
iuc
parents:
diff
changeset
|
15 conda_env_deactivate |