diff bio2srr.xml @ 0:bbf3b6e6a026 tip

planemo upload commit b'4aa8338dc8bcd7f6c0fb675044ea9d0c045ee7f3\n'
author jpayne
date Tue, 05 Dec 2017 11:42:47 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bio2srr.xml	Tue Dec 05 11:42:47 2017 -0500
@@ -0,0 +1,26 @@
+<tool id="bio2srr" name="Bioproject to SRR" version="0.1.0">
+	<description>Retrieve SRR accessions from BioProject or BioSample.</description>
+    <requirements>
+    	<requirement type="package" version="2.18.4">requests</requirement>
+    </requirements>
+    <command detect_errors="exit_code"><![CDATA[
+        $__tool_directory__/bio2srr.py "$input1" > "$output"
+    ]]></command>
+    <inputs>
+        <param type="text" name="input1" label="BioProject or BioSample" />
+    </inputs>
+    <outputs>
+    	<data format="txt" name="output" />
+    </outputs>
+    <tests>
+    	<test>
+    		<param name="input1" value="NOTHING" />
+    		<output name="output" file="test.txt" />
+    	</test>
+    </tests>
+    <help><![CDATA[
+        Retrieve SRR accessions by BioSample or BioProject.
+    ]]></help>
+    <citations>
+    </citations>
+</tool>
\ No newline at end of file