Mercurial > repos > dereeper > roary_plots
diff Roary/t/bin/dummy_makeblastdb @ 0:c47a5f61bc9f draft
Uploaded
author | dereeper |
---|---|
date | Fri, 14 May 2021 20:27:06 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Roary/t/bin/dummy_makeblastdb Fri May 14 20:27:06 2021 +0000 @@ -0,0 +1,17 @@ +#!/usr/bin/env perl +use Moose; +use Getopt::Long; +my($output_filename,$dbtype,$in,$logfile,$parse_seqids,$mask_data); +GetOptions( + 'o|out=s' => \$output_filename, + 'd|dbtype=s' => \$dbtype, + 'l|logfile=s' => \$logfile, + 'i|in=s' => \$in, + 'mask_data=s' => \$mask_data, +); + +system("touch $output_filename.phr"); +system("touch $output_filename.pin"); +system("touch $output_filename.psq"); + +1; \ No newline at end of file