diff imp_exp/link_path.xml @ 0:07d3e0871bb4 draft

Uploaded
author pitagora
date Wed, 09 Jul 2014 04:48:09 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/imp_exp/link_path.xml	Wed Jul 09 04:48:09 2014 -0400
@@ -0,0 +1,18 @@
+<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>