Mercurial > repos > jtilman > flexbar
changeset 32:c554e6d251fd draft
Uploaded
author | jtilman |
---|---|
date | Tue, 19 Jun 2018 10:00:20 -0400 |
parents | d43903772a88 |
children | 3b010ddcea2a |
files | flexbar.pl |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/flexbar.pl Tue Jun 19 09:58:57 2018 -0400 +++ b/flexbar.pl Tue Jun 19 10:00:20 2018 -0400 @@ -1,6 +1,6 @@ #!/usr/bin/env perl -# Flexbar wrapper for Galaxy tool definition, version 2.5 +# Flexbar wrapper for Galaxy tool definition, version 3.4 # Author: Johannes Roehr use warnings; @@ -20,7 +20,6 @@ $fileType = $1 if /\.(\w+)$/; $fileType = $format if /\.\w*fast\w$/; $fileType = 'fasta' if /\.fasta$/; - $fileType = 'csfasta' if /\.csfasta$/; $fileType = 'tabular' if /\.lengthdist$/; my $file = $_;