Skip to content

Commit

Permalink
also make bbnorm error checks aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 19, 2024
1 parent 46992fb commit db8c73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/bbtools/bbnorm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<stdio>
<regex match="This table is (very|crazy|totally) full, which may reduce accuracy. Ideal load is under" source="stderr" level="fatal_oom" description="Too low memory - generated results might be inaccurate."/>
</stdio>
<command detect_errors="exit_code"><![CDATA[
<command detect_errors="aggressive"><![CDATA[
## bbtools recommends keeping a proper file extension to determine the input format
## so we hardcode them in the below block.
#if str($input_type_cond.input_type) == 'paired':
Expand Down

0 comments on commit db8c73b

Please sign in to comment.