Mercurial > repos > eric-rasche > apollo
view fetch_organism_jbrowse.xml @ 1:f7d57e56f322 draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-webapollo commit 0f3c6e906c4d32843f451990b55bfa2954235a42
author | eric-rasche |
---|---|
date | Tue, 03 May 2016 13:46:14 -0400 |
parents | 6002cc0df04e |
children | d4ae83dedb14 |
line wrap: on
line source
<?xml version="1.0"?> <tool id="edu.tamu.cpt2.webapollo.fetch_jbrowse" name="WA2: Fetch JBrowse" version="1.4"> <description>fetches JBrowse data for existing organisms</description> <macros> <import>macros.xml</import> </macros> <expand macro="requirements"/> <command detect_errors="aggressive"><![CDATA[ mkdir -p $jbrowse.files_path/; python $__tool_directory__/fetch_organism_jbrowse.py @AUTH@ @CN_OR_GUESS@ $__user_email__ $jbrowse.files_path/; cp $dummyIndex $jbrowse; ]]></command> <configfiles> <configfile name="dummyIndex"> <![CDATA[ <html> <head> </head> <body> <h1>JBrowse Data Directory</h1> <p> Hi! This is not a full JBrowse instance. JBrowse v0.4(+?) started shipping with the ability to produce just the "data" directory from a JBrowse instance, rather than a complete, standalone instance. This was intended to be used with the in-development Apollo integration, but may have other uses as well. </p> <p> <u>This is not usable on its own</u>. The output dataset may be used with Apollo, or may be passed through the "JBrowse - Convert to Standalone" tool in Galaxy to "upgrade" to a full JBrowse instance. </p> </body> </html> ]]> </configfile> </configfiles> <inputs> <expand macro="cn_or_guess" /> </inputs> <outputs> <data format="html" name="jbrowse"/> </outputs> <help><![CDATA[ **NOTA BENE** All organism data is currently shared. By using this tool your annotation data will be visible to your fellow lab members. This will be fixed at a later date. **What it does** Fetches the JBrowse directory from Apollo back into Galaxy. @REFERENCES@ ]]></help> </tool>