changeset 29:9709dbd13ee3 draft

Uploaded
author jtilman
date Tue, 05 Jun 2018 11:46:44 -0400
parents 6536146320ef
children 18acb52de258
files flexbar.pl
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/flexbar.pl	Mon May 02 05:19:43 2016 -0400
+++ b/flexbar.pl	Tue Jun 05 11:46:44 2018 -0400
@@ -1,6 +1,6 @@
 #!/usr/bin/env perl
 
-# Flexbar wrapper for Galaxy tool definition, version 2.7
+# Flexbar wrapper for Galaxy tool definition, version 2.5
 # Author: Johannes Roehr
 
 use warnings;
@@ -20,6 +20,7 @@
 	$fileType = $1         if /\.(\w+)$/;
 	$fileType = $format    if /\.\w*fast\w$/;
 	$fileType = 'fasta'    if /\.fasta$/;
+	$fileType = 'csfasta'  if /\.csfasta$/;
 	$fileType = 'tabular'  if /\.lengthdist$/;
 	
 	my $file = $_;