view data_nfs/link_path.xml @ 0:9974ff5df008 default tip

Uploaded
author edward-kirton
date Thu, 01 Dec 2011 20:41:36 -0500
parents
children
line wrap: on
line source

<tool id="link_path" name="Link Path" version="1.0.0">
<description>Import file via NFS path</description>
<command interpreter="perl">link_path.pl $password $source $dest $symlink</command>
<inputs>
    <param name="password" type="text" size='20' value='' label="Link password" help='Not your user password' />
    <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>
**What it does**

This tool allows staff to import a file into Galaxy from NFS path.

You will have to edit the imported file's metadata to assign it to the appropriate datatype.
</help>
</tool>