Mercurial > repos > iuc > fastqe
comparison 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 |
comparison
equal
deleted
inserted
replaced
5:89d299153577 | 6:d77a9c2a242d |
---|---|
1 <tool id="fastqe" name="FASTQE" version="0.2.6+galaxy2"> | 1 <tool id="fastqe" name="FASTQE" version="0.3.1+galaxy0"> |
2 <description>visualize fastq files with emoji's 🧬😎</description> | 2 <description>visualize fastq files with emoji's 🧬😎</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.2.6">fastqe</requirement> | 4 <requirement type="package" version="0.3.1">fastqe</requirement> |
5 <requirement type="package" version="4.7">sed</requirement> | 5 <requirement type="package" version="4.7">sed</requirement> |
6 </requirements> | 6 </requirements> |
7 <command detect_errors="exit_code"> | 7 <command detect_errors="exit_code"> |
8 <![CDATA[ | 8 <![CDATA[ |
9 #import re | 9 #import re |
46 <param name="input" value="test.fq,test2.fq" /> | 46 <param name="input" value="test.fq,test2.fq" /> |
47 <output name="output" file="out.html" /> | 47 <output name="output" file="out.html" /> |
48 </test> | 48 </test> |
49 <test> | 49 <test> |
50 <param name="input" value="test.fq.gz,test2.fq.gz" /> | 50 <param name="input" value="test.fq.gz,test2.fq.gz" /> |
51 <output name="output" file="out.html" lines_diff="12"/> | 51 <output name="output" file="out2.html"/> |
52 </test> | 52 </test> |
53 </tests> | 53 </tests> |
54 <help><![CDATA[ | 54 <help><![CDATA[ |
55 FASTQ + Emoji = FASTQE 🤔 | 55 FASTQ + Emoji = FASTQE 🤔 |
56 ========================= | 56 ========================= |
80 +-------+-------+ | 80 +-------+-------+ |
81 | 81 |
82 | 82 |
83 ]]></help> | 83 ]]></help> |
84 <citations> | 84 <citations> |
85 <citation type="bibtex"> | |
86 @misc{githubFASTQE, | |
87 author = {A Lonsdale}, | |
88 year = {2017}, | |
89 title = {FASTQE}, | |
90 publisher = {GitHub}, | |
91 journal = {GitHub repository}, | |
92 url = {https://github.com/fastqe/fastqe} | |
93 } | |
94 </citation> | |
85 </citations> | 95 </citations> |
86 </tool> | 96 </tool> |