Mercurial > repos > dereeper > roary_plots
comparison Roary/t/bin/dummy_segmasker @ 0:c47a5f61bc9f draft
Uploaded
| author | dereeper |
|---|---|
| date | Fri, 14 May 2021 20:27:06 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c47a5f61bc9f |
|---|---|
| 1 #!/usr/bin/env perl | |
| 2 use Moose; | |
| 3 use Getopt::Long; | |
| 4 my($output_filename,$dbtype,$in,$logfile,$parse_seqids,$mask_data,$infmt,$outfmt); | |
| 5 GetOptions( | |
| 6 'o|out=s' => \$output_filename, | |
| 7 'i|in=s' => \$in, | |
| 8 'infmt=s' => \$infmt, | |
| 9 'outfmt=s' => \$outfmt, | |
| 10 'mask_data=s' => \$mask_data, | |
| 11 ); | |
| 12 | |
| 13 system("touch $output_filename"); | |
| 14 1; |
