view link_path.xml @ 2:4c225e57d44b draft default tip

Uploaded
author pitagora
date Wed, 09 Jul 2014 05:23:25 -0400
parents
children
line wrap: on
line source

<tool id="import" name="Import" version="1.0.0">
<description>a Local File</description>
<command interpreter="perl">link_path.pl $source $dest $symlink</command>
<inputs>
    <param name="source" type="text" size='100' value='' label="Complete pathname" />
    <param name="symlink" type="select" display="radio" label="Is that a permanent location?">
        <option value="0">No, COPY the file</option>
        <option value="1">Yes, SYMLINK the file</option>
    </param>
</inputs>
<outputs>
    <data format="data" name="dest" />
</outputs>
<help>
This tool allows you to import a local file into Galaxy.
You have to edit the imported file's metadata to assign it to the appropriate datatype.
</help>
</tool>