Previous changeset 3:0b4bd722367d (2021-09-25) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/presto commit 1beb51cefbe9e6edc8930c7ae0421f28e7bb93c8 |
modified:
presto_alignsets.xml |
b |
diff -r 0b4bd722367d -r b401018e0614 presto_alignsets.xml --- a/presto_alignsets.xml Sat Sep 25 18:31:55 2021 +0000 +++ b/presto_alignsets.xml Fri Oct 04 09:02:05 2024 +0000 |
b |
@@ -1,9 +1,9 @@ <tool id="presto_alignsets" name="pRESTO AlignSets" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> <description>Multiple-align sequences with the same barcodes.</description> - <expand macro="bio_tools"/> <macros> <import>presto_macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"/> @@ -34,9 +34,15 @@ </outputs> <tests> - <test> + <test expect_num_outputs="2"> <param name="fastq_in" value="presto_alignsets_test_in.fastq"/> + <param name="capture_log" value="true"/> <output name="fastq_out" file="presto_alignsets_test_out.fastq" compare="sim_size" delta="15"/> + <output name="log_out"> + <assert_contents> + <has_text text="SEQCOUNT"/> + </assert_contents> + </output> </test> </tests> |