Mercurial > repos > eduardo > annotateviz
diff annotateviz.xml @ 4:92921dfea0b5 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/annotateviz commit 230f5fe14cc469e56626201a5c377686976d81fc
| author | eduardo |
|---|---|
| date | Sat, 24 Jun 2017 14:55:25 -0400 |
| parents | 3302f18f9e16 |
| children | 9cc97d18dff1 |
line wrap: on
line diff
--- a/annotateviz.xml Sat Jun 17 15:10:53 2017 -0400 +++ b/annotateviz.xml Sat Jun 24 14:55:25 2017 -0400 @@ -14,9 +14,10 @@ --outdir $output.files_path $trackxml && ## $output.files_path/index.html $output; -python $__tool_directory__/annotateviz.py -d $db -j ${output.files_path}/trans.json && +python $__tool_directory__/annotateviz.py -d $db -j ${output.files_path}/trans.json -p ${output.files_path}/gff.json && sed "s@input_db@${__app__.security.encode_id($db.id)}@" $__tool_directory__/static/trinotateviz.html > $output && cp $__tool_directory__/static/js/gff_app.js ${output.files_path} && +cp $__tool_directory__/static/js/edit.js ${output.files_path} && cp $__tool_directory__/static/css/main.css ${output.files_path}; ]]></command> <configfiles>
