# HG changeset patch
# User iuc
# Date 1619521856 0
# Node ID 0f20ed06ed6c01b7424cb35e41e4ede25522c0f6
# Parent  615f484bdb4aa80ab884de1debe599a7ab11c698
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/nextclade commit fd2b9ee5fee733c61c5db0618de96d19261dcb79"
diff -r 615f484bdb4a -r 0f20ed06ed6c nextclade.xml
--- a/nextclade.xml	Mon Apr 26 19:10:28 2021 +0000
+++ b/nextclade.xml	Tue Apr 27 11:10:56 2021 +0000
@@ -3,7 +3,7 @@
     
         macros.xml
         0.14.2
-        0
+        1
     
     
         nextclade_js
@@ -12,7 +12,7 @@
         nextclade
         --input-fasta '${input_fasta}'
         #if $outputs and "report_tsv" in $outputs
-            --output-tsv '${report_tsv}'
+            --output-tsv report.tsv
         #end if 
         #if $outputs and "report_json" in $outputs
             --output-json '${report_json}'
@@ -37,6 +37,9 @@
                 --input-pcr-primers '${adv.input_pcr_primers}'
             #end if
         #end if
+        #if $outputs and "report_tsv" in $outputs
+        && tail -n-1 report.tsv >'$report_tsv'
+        #end if 
     ]]>
     
         
@@ -62,8 +65,14 @@
         
     
     
-        
+                    
             outputs and "report_tsv" in outputs
+            
+                
+            
         
         
             outputs and "report_json" in outputs
@@ -78,6 +87,7 @@
             
             
@@ -87,6 +97,7 @@
             
             
@@ -110,6 +121,7 @@