From 5e3085d2585475fd4268c4776bfa27abbbe9ae03 Mon Sep 17 00:00:00 2001 From: Jianbin He Date: Tue, 13 Mar 2007 19:23:19 +0000 Subject: [PATCH] change the param name for toolbox test --- tools/filters/axt_to_concat_fasta.xml | 6 +++--- tools/filters/axt_to_fasta.xml | 7 +++---- tools/filters/ucsc_gene_bed_to_exon_bed.xml | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tools/filters/axt_to_concat_fasta.xml b/tools/filters/axt_to_concat_fasta.xml index f8ea67d9fb2..91b3e918360 100644 --- a/tools/filters/axt_to_concat_fasta.xml +++ b/tools/filters/axt_to_concat_fasta.xml @@ -1,9 +1,9 @@ Converts an AXT formated file to a concatenated FASTA alignment - axt_to_concat_fasta.py $dbkey_1 $dbkey_2 < $axt_file > $out_file1 + axt_to_concat_fasta.py $dbkey_1 $dbkey_2 < $axt_input > $out_file1 - + @@ -15,7 +15,7 @@ - + diff --git a/tools/filters/axt_to_fasta.xml b/tools/filters/axt_to_fasta.xml index 09642fa6f5f..c3d44723742 100644 --- a/tools/filters/axt_to_fasta.xml +++ b/tools/filters/axt_to_fasta.xml @@ -1,10 +1,9 @@ Converts an AXT formated file to FASTA format - axt_to_fasta.py $dbkey_1 $dbkey_2 < $axt_file > $out_file1 + axt_to_fasta.py $dbkey_1 $dbkey_2 < $axt_input > $out_file1 - - + @@ -15,7 +14,7 @@ - + diff --git a/tools/filters/ucsc_gene_bed_to_exon_bed.xml b/tools/filters/ucsc_gene_bed_to_exon_bed.xml index a7e35682448..c0d091dd0de 100644 --- a/tools/filters/ucsc_gene_bed_to_exon_bed.xml +++ b/tools/filters/ucsc_gene_bed_to_exon_bed.xml @@ -2,7 +2,7 @@ expander ucsc_gene_bed_to_exon_bed.py --input=$input1 --output=$out_file1 --region=$region "--exons" - +