comparison tableviewer.xml @ 3:a2b4b1b1a88e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit f04fe62fb7dbad75e597da8cd674cfe36ed3d80a"
author iuc
date Mon, 02 Dec 2019 13:13:27 +0000
parents 890ef899a3d7
children 74146c252453
comparison
equal deleted inserted replaced
2:890ef899a3d7 3:a2b4b1b1a88e
12 12
13 parse-table -file '$table' -conf '$parse_table_conf' > tmp && 13 parse-table -file '$table' -conf '$parse_table_conf' > tmp &&
14 14
15 make-conf -dir circos/data < tmp && 15 make-conf -dir circos/data < tmp &&
16 16
17 tar cvfz circos.tar.gz circos && 17 tar -czf circos.tar.gz circos &&
18 cd circos && 18 cd circos &&
19 circos -conf etc/circos.conf && 19 circos -conf etc/circos.conf &&
20 mv circos.png ../ && 20 mv circos.png ../ &&
21 mv circos.svg ../ 21 mv circos.svg ../
22 ]]></command> 22 ]]></command>