changeset 3:235c8e5dfece draft default tip

Uploaded
author morinlab
date Sun, 29 Jan 2017 11:42:51 -0500
parents 12d83c22866a
children
files sequenza_pipeline.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sequenza_pipeline.xml	Sun Jan 29 11:13:03 2017 -0500
+++ b/sequenza_pipeline.xml	Sun Jan 29 11:42:51 2017 -0500
@@ -27,7 +27,7 @@
     2>&1 ;
 
   cat ./output/*segments.txt > $output;
-
+  
   </command>
 <inputs>
     <conditional name="sampleid_source">
@@ -57,7 +57,7 @@
   <outputs>
     <data name="output" format="seg,txt"/>
     <collection name="list_output" type="list" description="Sequenza outputs">
-      <discover_datasets pattern="__name_and_ext__" directory="output"/>
+      <discover_datasets pattern="__name_and_ext__" directory="output" visible="true"/>
     </collection> 
   </outputs>
 </tool>