comparison maf2bed.pl @ 3:2de9f585505b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit b30d2e277cc360437a02fa812c577c0c8d997cff-dirty
author fubar
date Tue, 09 Jan 2024 02:35:52 +0000
parents d78175596286
children e7a6f7a7148d
comparison
equal deleted inserted replaced
2:37b2c26c7b9b 3:2de9f585505b
1 #!/usr/bin/env perl 1 #!/usr/bin/env perl
2 # https://unpkg.com/browse/jbrowse-plugin-mafviewer@1.0.6/dist/
3 # license is Apache2_license.txt included here
2 use warnings; 4 use warnings;
3 use strict; 5 use strict;
4 6
5 $, = ' '; 7 $, = ' ';
6 $\ = "\n"; 8 $\ = "\n";