comparison 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
comparison
equal deleted inserted replaced
8:756376aeb1ae 9:3bbe70fef6df
73 && 73 &&
74 74
75 ## funannotate sometimes leaves multiple *part.tbl and *part.sqn files 75 ## funannotate sometimes leaves multiple *part.tbl and *part.sqn files
76 ## https://github.com/nextgenusfs/funannotate/issues/777 76 ## https://github.com/nextgenusfs/funannotate/issues/777
77 find output/annotate_results 77 find output/annotate_results
78 -regex ".*part_[0-9]\+\.\(sqn\|tbl\)$" 78 -regex ".*part_[0-9]+\.\(sqn\|tbl\)$"
79 -delete 79 -delete
80 80
81 && 81 &&
82 82
83 mv output/annotate_results/*.gbk out.gbk && 83 mv output/annotate_results/*.gbk out.gbk &&