diff get_feature_info.xml @ 5:234d7babf34b draft

planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/master/tools/Ensembl-REST commit 95bab1105cf8a7b07c668f08f712399e8775a4ae
author earlhaminst
date Fri, 13 Apr 2018 09:43:11 -0400
parents 10dc420f725a
children 70e4134eb0ed
line wrap: on
line diff
--- a/get_feature_info.xml	Fri Mar 24 11:57:22 2017 -0400
+++ b/get_feature_info.xml	Fri Apr 13 09:43:11 2018 -0400
@@ -36,7 +36,14 @@
         <test>
             <param name="input" ftype="txt" value="input.txt" />
             <param name="expand" value="false" />
-            <output name="output" file="out.json" />
+            <output name="output" ftype="json">
+                <assert_contents>
+                    <has_text text="ENSG00000157764" />
+                    <has_text text="ENSG00000248378" />
+                    <has_text text="homo_sapiens" />
+                    <has_text text="protein_coding" />
+                </assert_contents>
+            </output>
         </test>
     </tests>