Mercurial > repos > eduardo > annotateviz
comparison annotateviz.xml @ 3:3302f18f9e16 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotateviz commit 9bbaa3eacc76ff3bf2b6da313cc0d85705f15dd1-dirty
| author | eduardo |
|---|---|
| date | Sat, 17 Jun 2017 15:10:53 -0400 |
| parents | 31e855c95936 |
| children | 92921dfea0b5 |
comparison
equal
deleted
inserted
replaced
| 2:31e855c95936 | 3:3302f18f9e16 |
|---|---|
| 12 --jbrowse \${JBROWSE_SOURCE_DIR} | 12 --jbrowse \${JBROWSE_SOURCE_DIR} |
| 13 --standalone | 13 --standalone |
| 14 --outdir $output.files_path | 14 --outdir $output.files_path |
| 15 $trackxml && | 15 $trackxml && |
| 16 ## $output.files_path/index.html $output; | 16 ## $output.files_path/index.html $output; |
| 17 python $__tool_directory__/annotateviz.py $db > $__tool_directory__/trans.json && | 17 python $__tool_directory__/annotateviz.py -d $db -j ${output.files_path}/trans.json && |
| 18 sed "s@input_db@${__app__.security.encode_id($db.id)}@" $__tool_directory__/static/trinotateviz.html > $output && | 18 sed "s@input_db@${__app__.security.encode_id($db.id)}@" $__tool_directory__/static/trinotateviz.html > $output && |
| 19 cp $__tool_directory__/static/js/gff_app.js ${output.files_path} && | 19 cp $__tool_directory__/static/js/gff_app.js ${output.files_path} && |
| 20 cp $__tool_directory__/static/css/main.css ${output.files_path} && | 20 cp $__tool_directory__/static/css/main.css ${output.files_path}; |
| 21 cp $__tool_directory__/trans.json ${output.files_path}; | |
| 22 ]]></command> | 21 ]]></command> |
| 23 <configfiles> | 22 <configfiles> |
| 24 <configfile name="trackxml"><