changeset 4:ecb38e2798cd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqe commit 8a7ebdd86f360d3f1a0ab3eb95aed7603299ab8b"
author iuc
date Mon, 05 Jul 2021 13:00:36 +0000
parents 819b8c1657d5
children 89d299153577
files fastqe.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/fastqe.xml	Fri Mar 19 21:37:48 2021 +0000
+++ b/fastqe.xml	Mon Jul 05 13:00:36 2021 +0000
@@ -1,4 +1,4 @@
-<tool id="fastqe" name="FASTQE" version="0.2.6+galaxy1">
+<tool id="fastqe" name="FASTQE" version="0.2.6+galaxy2">
     <description>visualize fastq files with emoji's 🧬😎</description>
     <requirements>
         <requirement type="package" version="0.2.6">fastqe</requirement>
@@ -14,7 +14,7 @@
         #if $i.ext.endswith(".gz") and not $identifier.endswith(".gz")
             #set identifier+=".gz"
         #end if
-        ln -s $i inputs/$identifier &&
+        ln -s $i 'inputs/$identifier' &&
     #end for
 
     echo "<html><head><title>FASTQE Report 🤔</title></head><body><h1>FASTQE Report 🤔</h1>" > '$output' &&
@@ -33,8 +33,8 @@
         <param label="Bin scores" name="bin" type="boolean" truevalue="--bin" falsevalue="" />
         <param label="Score types to show" name="tpe" type="select" multiple="true">
             <option value="--min" selected="true">Minimum</option>
-            <option value="--mean" selected="true">Minimum</option>
-            <option value="--max" selected="true">Minimum</option>
+            <option value="--mean" selected="true">Mean</option>
+            <option value="--max" selected="true">Maximum</option>
         </param>
         <param label="Maximum read length" name="long" type="integer" help="Enable long reads up to this many bp long." min="1" value="500"/>
     </inputs>