Mercurial > repos > jdv > nanopore_qc
changeset 1:8462098b719a draft
planemo upload for repository https://github.com/jvolkening/galaxy-tools/tree/master/tools/nanopore_qc commit 8acee97e507b49ee9770574c711081ebc3779916
| author | jdv |
|---|---|
| date | Mon, 04 Dec 2017 13:19:21 -0500 |
| parents | 192df6f6a41e |
| children | 1a14283f194d |
| files | nanopore_qc.xml test-data/output.html.small.q10 test-data/output.html.small.q6 test-data/sequencing_summary.txt.small |
| diffstat | 4 files changed, 10392 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nanopore_qc.xml Mon Dec 04 13:02:56 2017 -0500 +++ b/nanopore_qc.xml Mon Dec 04 13:19:21 2017 -0500 @@ -57,6 +57,16 @@ <data format="html" name="html_file" label="NanoporeQC on ${on_string}" /> </outputs> <tests> + <test> + <param name="input" value="sequencing_summary.txt.small" ftype="tabular" /> + <param name="q_cutoff" value="10" /> + <output name="html_file" file="output.html.small.q10" compare="diff" /> + </test> + <test> + <param name="input" value="sequencing_summary.txt.small" ftype="tabular" /> + <param name="q_cutoff" value="6" /> + <output name="html_file" file="output.html.small.q6" compare="diff" /> + </test> </tests> <help> <