view Roary/t/bin/dummy_cd-hit @ 0:c47a5f61bc9f draft

Uploaded
author dereeper
date Fri, 14 May 2021 20:27:06 +0000
parents
children
line wrap: on
line source

#!/usr/bin/env perl
system("touch output");
system("touch output.clstr");
system("touch output.bak.clstr");
1;