diff import_local_file.xml @ 0:544ad95f0e22

Uploaded
author david-hoover
date Tue, 28 Feb 2012 12:09:49 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/import_local_file.xml	Tue Feb 28 12:09:49 2012 -0500
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<tool id="import_local_file" name="Import local file">
+  <description>from a mounted filesystem</description>
+  <command interpreter="sh">import_local_file.sh '$filepath' $output $userEmail</command>
+  <inputs>   
+    <param name="filepath" type="text" size="100" label="Absolute file path" />
+  </inputs>
+  <outputs> 
+    <data format="txt" name="output" label="local import: $filepath" />
+  </outputs>
+  <help>
+
+.. class:: infomark
+
+**Copying files**
+
+This tool will allow you to upload a single file that is locally available.  There is no browse function,
+however, so you will need to give the full path name.  If you have permission to read the file, Galaxy can import the file.
+
+.. class:: warningmark
+
+**Important Notes**
+
+- The file path must be a file, not a directory
+- You must give the fullpath to the file (/home/user/myfile.txt, not ./myfile.txt)
+- You must have permission to read the file
+
+-----
+
+**Example**
+
+- /home/user/bamfiles/abc123.bam
+- /data/anotheruser/data/good_data/very_good_data.txt
+
+  </help>
+</tool>