# HG changeset patch
# User sanbi-uwc
# Date 1551703325 18000
# Node ID a7b05dd0087dc7930aff0a914a2754869fdc223f
# Parent  eaf51f9aff1072f6984dbfa9a95490fbb631009c
planemo upload for repository https://github.com/COMBAT-TB/confil commit 83c5a4f7379a73750c815756a4e84af8ecabe78b-dirty
diff -r eaf51f9aff10 -r a7b05dd0087d confil.xml
--- a/confil.xml	Mon Mar 04 03:28:57 2019 -0500
+++ b/confil.xml	Mon Mar 04 07:42:05 2019 -0500
@@ -15,7 +15,7 @@
         python $__tool_directory__/confil/confil.py --threads $threads --cutoff $cutoff 
         $input_type_conditional.single_input.element_identifier
         && mv $report_name '$output_report'
-        && ln -sf "${input_type_conditional.single_input}" '$output_file1'
+        && ln -sf "${input_type_conditional.single_input}" '$single_output_file'
 
         ####### Paired Collection
         #elif $input_type == "paired_collection"
@@ -27,8 +27,8 @@
         python $__tool_directory__/confil/confil.py --threads $threads --cutoff $cutoff --paired 
         $input_type_conditional.collection_input.forward.element_identifier $input_type_conditional.collection_input.reverse.element_identifier
         && mv $report_name '$output_report'
-        && ln -sf "${input_type_conditional.collection_input.forward}" '$output_file1'
-        && ln -sf "${input_type_conditional.collection_input.reverse}" '$output_file2'
+        && ln -sf "${input_type_conditional.collection_input.forward}" '$list_output.forward'
+        && ln -sf "${input_type_conditional.collection_input.reverse}" '$list_output.reverse'
         #end if
     ]]>
     
@@ -49,19 +49,22 @@
         
     
     
-        
-        
+        
+        
+            input_type_conditional['input_type'] == "single"
         
-        
+        
             input_type_conditional['input_type'] == "paired_collection"
-        
+            
+            
+        
     
     
         
             
             
             
-            
+            
         
         
             
@@ -72,8 +75,12 @@
             
             
             
-            
-            
+            
+                
+                
+                
+                
+