Mercurial > repos > iuc > fastp
diff fastp.xml @ 19:3432a0e49b86 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/fastp commit 039359757ad615f57028cab966b2b76f8ce8a199
author | iuc |
---|---|
date | Fri, 13 Jun 2025 12:05:32 +0000 |
parents | 25c59c0ceb55 |
children |
line wrap: on
line diff
--- a/fastp.xml Tue Jun 03 08:49:17 2025 +0000 +++ b/fastp.xml Fri Jun 13 12:05:32 2025 +0000 @@ -554,7 +554,8 @@ </output> </test> <!-- 11. Test fastqsanger files with different length --> - <test expect_exit_code="255" expect_failure="true"> + <!-- Adapted for the updated version of fastp, which now ignores unmatched reads and continues filtering as expected --> + <test expect_num_outputs="4"> <conditional name="single_paired"> <param name="single_paired_selector" value="paired_collection"/> <param name="paired_input"> @@ -564,6 +565,18 @@ </collection> </param> </conditional> + <section name="output_options"> + <param name="report_json" value="False"/> + </section> + <output name="report_html"> + <assert_contents> + <has_text text="fastp report"/> + </assert_contents> + </output> + <output_collection name="output_paired_coll" type="paired"> + <element name="forward" value="out_filtered_1.fq" ftype="fastqsanger"/> + <element name="reverse" value="out_filtered_2.fq" ftype="fastqsanger"/> + </output_collection> </test> <!-- 12. Test merge reads in combination with paired --> <test expect_num_outputs="7">