Mercurial > repos > iuc > circos
comparison tableviewer.xml @ 3:fd59d783248a draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit f04fe62fb7dbad75e597da8cd674cfe36ed3d80a"
author | iuc |
---|---|
date | Mon, 02 Dec 2019 08:14:29 -0500 |
parents | 014a21767ac4 |
children | df7356989ac1 |
comparison
equal
deleted
inserted
replaced
2:014a21767ac4 | 3:fd59d783248a |
---|---|
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> |