Previous changeset 1:4198976f4e5e (2014-03-10) Next changeset 3:b22ebbb05260 (2014-03-10) |
Commit message:
Remote protgff |
removed:
display_applications/proteomics/ProtGff.xml |
b |
diff -r 4198976f4e5e -r 7edcae695986 display_applications/proteomics/ProtGff.xml --- a/display_applications/proteomics/ProtGff.xml Mon Mar 10 19:38:57 2014 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
[ |
@@ -1,18 +0,0 @@ -<display id="proteomics_gff" version="1.0.0" name="view gff in"> - <dynamic_links from_file="tool-data/proteogenomics_display_site.txt" skip_startswith="#" id="0" name="0"> - <!-- Define parameters by column from file --> - <dynamic_param name="site_id" value="0"/> - <dynamic_param name="site_url" value="1"/> - <!-- We define url and params as normal, but values defined in dynamic_param are available by specified name --> - <url target_frame="galaxy_main">${site_url}/init_local?file=${encoded_filename.qp}&type=protgff</url> - <param type="data" name="prot_file" viewable="False" format="protgff"/> - <param type="data" dataset="prot_file" name="protgff_file" format="protgff" viewable="False" /> - <param type="template" name="encoded_filename" strip="True" > - #import binascii - ${binascii.hexlify( $protgff_file.file_name )} - </param> - <param type="template" name="galaxy_url" strip="True" > - ${BASE_URL.split(":")[1][2:]} - </param> - </dynamic_links> -</display> \ No newline at end of file |