diff fastqe.xml @ 6:d77a9c2a242d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastqe commit 5646f6da410ca4155299571ddc57d0040a643158
author iuc
date Sat, 13 Jan 2024 23:55:53 +0000
parents 89d299153577
children c1a33f603da2
line wrap: on
line diff
--- a/fastqe.xml	Fri Sep 03 16:11:16 2021 +0000
+++ b/fastqe.xml	Sat Jan 13 23:55:53 2024 +0000
@@ -1,7 +1,7 @@
-<tool id="fastqe" name="FASTQE" version="0.2.6+galaxy2">
+<tool id="fastqe" name="FASTQE" version="0.3.1+galaxy0">
     <description>visualize fastq files with emoji's 🧬😎</description>
     <requirements>
-        <requirement type="package" version="0.2.6">fastqe</requirement>
+        <requirement type="package" version="0.3.1">fastqe</requirement>
         <requirement type="package" version="4.7">sed</requirement>
     </requirements>
     <command detect_errors="exit_code">
@@ -48,7 +48,7 @@
         </test>
         <test>
             <param name="input" value="test.fq.gz,test2.fq.gz" />
-            <output name="output" file="out.html" lines_diff="12"/>
+            <output name="output" file="out2.html"/>
         </test>
     </tests>
     <help><![CDATA[
@@ -82,5 +82,15 @@
 
 ]]></help>
     <citations>
+        <citation type="bibtex">
+            @misc{githubFASTQE,
+            author = {A Lonsdale},
+            year = {2017},
+            title = {FASTQE},
+            publisher = {GitHub},
+            journal = {GitHub repository},
+            url = {https://github.com/fastqe/fastqe}
+            }
+        </citation>
     </citations>
 </tool>