Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gallardoalba committed Aug 31, 2023
1 parent 2696517 commit eff3dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/rna_tools/sortmerna/sortmerna.xml
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ sortmerna --version 2>&1|grep 'SortMeRNA version'
<output name="aligned_reverse" file="test5_aligned_reverse.fasta" />
<output name="output_bam" file="test5_bam.bam" compare="sim_size" delta="200" />
</test>
<test expect_num_outputs="4">
<test expect_num_outputs="5">
<conditional name="sequencing_type">
<param name="sequencing_type_selector" value="paired" />
<param name="forward_reads" value="forward_reads.fasta" />
Expand Down Expand Up @@ -483,6 +483,7 @@ sortmerna --version 2>&1|grep 'SortMeRNA version'
<output name="aligned_reverse" file="test6_aligned_reverse.fasta" />
<output name="unaligned_forward" file="test6_unaligned_forward.fasta" />
<output name="unaligned_reverse" file="test6_unaligned_reverse.fasta" />
<output name="output_bam" file="test6_bam.bam" compare="sim_size" delta="200" />
</test>
<test expect_num_outputs="1">
<conditional name="sequencing_type">
Expand Down
Binary file not shown.

0 comments on commit eff3dfa

Please sign in to comment.