diff funannotate_annotate.xml @ 9:3bbe70fef6df draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/funannotate commit cb8c31569524d18872950ac43d389bf6c6931a3c
author iuc
date Mon, 11 Dec 2023 19:18:59 +0000
parents 756376aeb1ae
children d0336d67702b
line wrap: on
line diff
--- a/funannotate_annotate.xml	Wed Nov 01 09:52:58 2023 +0000
+++ b/funannotate_annotate.xml	Mon Dec 11 19:18:59 2023 +0000
@@ -75,7 +75,7 @@
 ## funannotate sometimes leaves multiple *part.tbl and *part.sqn files
 ## https://github.com/nextgenusfs/funannotate/issues/777
 find output/annotate_results 
--regex ".*part_[0-9]\+\.\(sqn\|tbl\)$"
+-regex ".*part_[0-9]+\.\(sqn\|tbl\)$"
 -delete
 
 &&