Changeset 1012:ccfcaf5e1352

Show
Ignore:
Timestamp:
03/03/08 11:14:06 (10 months ago)
Author:
Greg Von Kuster <greg@bx.psu.edu>
branch:
default
convert_revision:
svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@2370
Message:

Removed tool version directiories for some of the tools...the rest soon.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tool_conf.xml.main

    r1011 r1012  
    1818  </section> 
    1919  <section name="ENCODE Tools" id="EncodeTools"> 
    20     <tool file="encode/gencode_partition1/1.0.0/gencode_partition.xml" /> 
    21     <tool file="encode/random_intervals1/1.0.0/random_intervals.xml" /> 
     20    <tool file="encode/gencode_partition.xml" /> 
     21    <tool file="encode/random_intervals.xml" /> 
    2222  </section> 
    2323  <section name="Lift-Over" id="liftOver"> 
    24     <tool file="extract/liftOver1/1.0.0/liftOver_wrapper.xml" /> 
     24    <tool file="extract/liftOver_wrapper.xml" /> 
    2525  </section> 
    2626  <section name="Text Manipulation" id="textutil"> 
    27     <tool file="filters/addValue/1.0.0/fixedValueColumn.xml" /> 
     27    <tool file="filters/fixedValueColumn.xml" /> 
    2828    <tool file="stats/Add_a_column1/1.0.0/column_maker.xml" /> 
    29     <tool file="filters/cat1/1.0.0/catWrapper.xml" /> 
    30     <tool file="filters/Condense_characters1/1.0.0/condense_characters.xml" /> 
    31     <tool file="filters/Convert_characters1/1.0.0/convert_characters.xml" /> 
    32     <tool file="filters/createInterval/1.0.0/CreateInterval.xml" /> 
    33     <tool file="filters/Cut1/1.0.0/cutWrapper.xml" /> 
    34     <tool file="filters/ChangeCase1/1.0.0/changeCase.xml" /> 
    35     <tool file="filters/Paste1/1.0.0/pasteWrapper.xml" /> 
    36     <tool file="filters/Remove_beginning1/1.0.0/remove_beginning.xml" /> 
    37     <tool file="filters/Show_beginning1/1.0.0/headWrapper.xml" /> 
    38     <tool file="filters/Show_tail1/1.0.0/tailWrapper.xml" /> 
     29    <tool file="filters/catWrapper.xml" /> 
     30    <tool file="filters/condense_characters.xml" /> 
     31    <tool file="filters/convert_characters.xml" /> 
     32    <tool file="filters/CreateInterval.xml" /> 
     33    <tool file="filters/cutWrapper.xml" /> 
     34    <tool file="filters/changeCase.xml" /> 
     35    <tool file="filters/pasteWrapper.xml" /> 
     36    <tool file="filters/remove_beginning.xml" /> 
     37    <tool file="filters/headWrapper.xml" /> 
     38    <tool file="filters/tailWrapper.xml" /> 
    3939  </section> 
    4040  <section name="Filter and Sort" id="filter"> 
    4141    <tool file="stats/Filter1/1.0.0/filtering.xml" /> 
    42     <tool file="filters/sort1/1.0.0/sorter.xml" /> 
    43     <tool file="filters/Grep1/1.0.0/grep.xml" /> 
     42    <tool file="filters/sorter.xml" /> 
     43    <tool file="filters/grep.xml" /> 
    4444  </section> 
    4545  <section name="Join, Subtract and Group" id="group"> 
    46     <tool file="filters/join1/2.0.0/joiner.xml" /> 
    47     <tool file="filters/comp1/1.0.0/compare.xml"/> 
     46    <tool file="filters/joiner.xml" /> 
     47    <tool file="filters/compare.xml"/> 
    4848    <tool file="new_operations/subtract_query1/1.0.0/subtract_query.xml"/> 
    4949    <tool file="stats/Grouping1/1.0.0/grouping.xml" />    
    5050  </section> 
    5151  <section name="Convert Formats" id="convert"> 
    52     <tool file="filters/bed2gff1/2.0.0/bed2gff.xml" /> 
    53     <tool file="fasta_tools/fasta2tab/1.0.0/fasta_to_tabular.xml" /> 
    54     <tool file="filters/gff2bed1/1.0.0/gff2bed.xml" /> 
    55     <tool file="maf/MAF_To_BED1/1.0.0/maf_to_bed.xml" /> 
    56     <tool file="maf/MAF_To_Fasta1/1.0.0/maf_to_fasta.xml" /> 
    57     <tool file="fasta_tools/tab2fasta/1.0.0/tabular_to_fasta.xml" /> 
     52    <tool file="filters/bed2gff.xml" /> 
     53    <tool file="fasta_tools/fasta_to_tabular.xml" /> 
     54    <tool file="filters/gff2bed.xml" /> 
     55    <tool file="maf/maf_to_bed.xml" /> 
     56    <tool file="maf/maf_to_fasta.xml" /> 
     57    <tool file="fasta_tools/tabular_to_fasta.xml" /> 
    5858  </section> 
    5959  <section name="Extract Features" id="features"> 
    60     <tool file="filters/gene2exon1/1.0.0/ucsc_gene_bed_to_exon_bed.xml" /> 
    61     <tool file="extract/Extract_features1/1.0.0/extract_GFF_Features.xml" /> 
     60    <tool file="filters/ucsc_gene_bed_to_exon_bed.xml" /> 
     61    <tool file="extract/extract_GFF_Features.xml" /> 
    6262  </section> 
    6363  <!--   
     
    6767  --> 
    6868  <section name="Fetch Sequences" id="fetchSeq"> 
    69     <tool file="extract/Extract_genomic_DNA_1/2.0.0/extract_genomic_dna.xml" /> 
     69    <tool file="extract/extract_genomic_dna.xml" /> 
    7070  </section> 
    7171  <section name="Fetch Alignments" id="fetchAlign"> 
    72     <tool file="maf/Interval2Maf_pairwise1/1.0.0/interval2maf_pairwise.xml" /> 
    73     <tool file="maf/Interval2Maf1/1.0.0/interval2maf.xml" /> 
    74     <tool file="maf/Interval_Maf_Merged_Fasta2/1.0.0/interval_maf_to_merged_fasta.xml" /> 
    75     <tool file="maf/GeneBed_Maf_Fasta2/1.0.0/genebed_maf_to_fasta.xml"/> 
    76     <tool file="maf/maf_stats1/1.0.0/maf_stats.xml"/> 
    77     <tool file="maf/MAF_Thread_For_Species1/1.0.0/maf_thread_for_species.xml"/> 
    78     <tool file="maf/MAF_Limit_To_Species1/1.0.0/maf_limit_to_species.xml"/> 
    79     <tool file="maf/maf_limit_size1/1.0.0/maf_limit_size.xml"/> 
    80     <tool file="maf/maf_by_block_number1/1.0.0/maf_by_block_number.xml"/> 
     72    <tool file="maf/interval2maf_pairwise.xml" /> 
     73    <tool file="maf/interval2maf.xml" /> 
     74    <tool file="maf/interval_maf_to_merged_fasta.xml" /> 
     75    <tool file="maf/genebed_maf_to_fasta.xml"/> 
     76    <tool file="maf/maf_stats.xml"/> 
     77    <tool file="maf/maf_thread_for_species.xml"/> 
     78    <tool file="maf/maf_limit_to_species.xml"/> 
     79    <tool file="maf/maf_limit_size.xml"/> 
     80    <tool file="maf/maf_by_block_number.xml"/> 
    8181    <!--     
    82     <tool file="maf/MAF_Reverse_Complement_1/1.0.0/maf_reverse_complement.xml"/> 
    83     <tool file="maf/MAF_filter/1.0.0/maf_filter.xml"/>  
     82    <tool file="maf/maf_reverse_complement.xml"/> 
     83    <tool file="maf/maf_filter.xml"/>  
    8484    --> 
    8585  </section> 
     
    8787    <tool file="stats/wiggle2simple1/1.0.0/wiggle_to_simple.xml" /> 
    8888    <tool file="stats/aggregate_scores_in_intervals2/1.1.1/aggregate_binned_scores_in_intervals.xml" /> 
    89     <tool file="extract/phastOdds/phastOdds_for_intervals/1.0.0/phastOdds_tool.xml" /> 
     89    <tool file="extract/phastOdds/phastOdds_tool.xml" /> 
    9090  </section> 
    9191  <section name="Operate on Genomic Intervals" id="bxops"> 
     
    103103  <section name="Statistics" id="stats"> 
    104104    <tool file="stats/Summary_Statistics1/1.0.0/gsummary.xml" /> 
    105     <tool file="filters/Count1/1.0.0/uniq.xml" />  
     105    <tool file="filters/uniq.xml" />  
    106106    <tool file="stats/cor2/1.0.0/cor.xml" />  
    107107  </section> 
     
    124124  </section> 
    125125 <section name="Evolution: HyPhy" id="hyphy"> 
    126     <tool file="hyphy/hyphy_branch_lengths_wrapper1/1.0.0/hyphy_branch_lengths_wrapper.xml" /> 
    127     <tool file="hyphy/hyphy_nj_tree_wrapper1/1.0.0/hyphy_nj_tree_wrapper.xml" /> 
    128     <tool file="hyphy/hyphy_dnds_wrapper1/1.0.0/hyphy_dnds_wrapper.xml" /> 
     126    <tool file="hyphy/hyphy_branch_lengths_wrapper.xml" /> 
     127    <tool file="hyphy/hyphy_nj_tree_wrapper.xml" /> 
     128    <tool file="hyphy/hyphy_dnds_wrapper.xml" /> 
    129129 </section> 
    130130  <section name="EMBOSS" id="EMBOSSLite"> 
  • tool_conf.xml.sample

    r1005 r1012  
    2222  </section> 
    2323  <section name="ENCODE Tools" id="EncodeTools"> 
    24     <tool file="encode/gencode_partition1/1.0.0/gencode_partition.xml" /> 
    25     <tool file="encode/random_intervals1/1.0.0/random_intervals.xml" /> 
     24    <tool file="encode/gencode_partition.xml" /> 
     25    <tool file="encode/random_intervals.xml" /> 
    2626  </section> 
    2727  <section name="Lift-Over" id="liftOver"> 
    28     <tool file="extract/liftOver1/1.0.0/liftOver_wrapper.xml" /> 
     28    <tool file="extract/liftOver_wrapper.xml" /> 
    2929  </section> 
    3030  <section name="Text Manipulation" id="textutil"> 
    31     <tool file="filters/addValue/1.0.0/fixedValueColumn.xml" /> 
     31    <tool file="filters/fixedValueColumn.xml" /> 
    3232    <tool file="stats/Add_a_column1/1.0.0/column_maker.xml" /> 
    33     <tool file="filters/cat1/1.0.0/catWrapper.xml" /> 
    34     <tool file="filters/Condense_characters1/1.0.0/condense_characters.xml" /> 
    35     <tool file="filters/Convert_characters1/1.0.0/convert_characters.xml" /> 
    36     <tool file="filters/createInterval/1.0.0/CreateInterval.xml" /> 
    37     <tool file="filters/Cut1/1.0.0/cutWrapper.xml" /> 
    38     <tool file="filters/ChangeCase1/1.0.0/changeCase.xml" /> 
    39     <tool file="filters/Paste1/1.0.0/pasteWrapper.xml" /> 
    40     <tool file="filters/Remove_beginning1/1.0.0/remove_beginning.xml" /> 
    41     <tool file="filters/Show_beginning1/1.0.0/headWrapper.xml" /> 
    42     <tool file="filters/Show_tail1/1.0.0/tailWrapper.xml" /> 
     33    <tool file="filters/catWrapper.xml" /> 
     34    <tool file="filters/condense_characters.xml" /> 
     35    <tool file="filters/convert_characters.xml" /> 
     36    <tool file="filters/CreateInterval.xml" /> 
     37    <tool file="filters/cutWrapper.xml" /> 
     38    <tool file="filters/changeCase.xml" /> 
     39    <tool file="filters/pasteWrapper.xml" /> 
     40    <tool file="filters/remove_beginning.xml" /> 
     41    <tool file="filters/headWrapper.xml" /> 
     42    <tool file="filters/tailWrapper.xml" /> 
    4343  </section> 
    4444  <section name="Filter and Sort" id="filter"> 
    4545    <tool file="stats/Filter1/1.0.0/filtering.xml" /> 
    46     <tool file="filters/sort1/1.0.0/sorter.xml" /> 
    47     <tool file="filters/Grep1/1.0.0/grep.xml" /> 
     46    <tool file="filters/sorter.xml" /> 
     47    <tool file="filters/grep.xml" /> 
    4848  </section> 
    4949  <section name="Join, Subtract and Group" id="group"> 
    50     <tool file="filters/join1/2.0.0/joiner.xml" /> 
    51     <tool file="filters/comp1/1.0.0/compare.xml"/> 
     50    <tool file="filters/joiner.xml" /> 
     51    <tool file="filters/compare.xml"/> 
    5252    <tool file="new_operations/subtract_query1/1.0.0/subtract_query.xml"/> 
    5353    <tool file="stats/Grouping1/1.0.0/grouping.xml" />    
    5454  </section> 
    5555  <section name="Convert Formats" id="convert"> 
    56     <tool file="filters/axt_to_concat_fasta/1.0.0/axt_to_concat_fasta.xml" /> 
    57     <tool file="filters/axt_to_fasta/1.0.0/axt_to_fasta.xml" /> 
    58     <tool file="filters/axt_to_lav_1/1.0.0/axt_to_lav.xml" /> 
    59     <tool file="filters/bed2gff1/2.0.0/bed2gff.xml" /> 
    60     <tool file="fasta_tools/fasta2tab/1.0.0/fasta_to_tabular.xml" /> 
    61     <tool file="filters/gff2bed1/1.0.0/gff2bed.xml" /> 
    62     <tool file="filters/lav_to_bed1/1.0.0/lav_to_bed.xml" /> 
    63     <tool file="maf/MAF_To_BED1/1.0.0/maf_to_bed.xml" /> 
    64     <tool file="maf/MAF_To_Fasta1/1.0.0/maf_to_fasta.xml" /> 
    65     <tool file="fasta_tools/tab2fasta/1.0.0/tabular_to_fasta.xml" /> 
     56    <tool file="filters/axt_to_concat_fasta.xml" /> 
     57    <tool file="filters/axt_to_fasta.xml" /> 
     58    <tool file="filters/axt_to_lav.xml" /> 
     59    <tool file="filters/bed2gff.xml" /> 
     60    <tool file="fasta_tools/fasta_to_tabular.xml" /> 
     61    <tool file="filters/gff2bed.xml" /> 
     62    <tool file="filters/lav_to_bed.xml" /> 
     63    <tool file="maf/maf_to_bed.xml" /> 
     64    <tool file="maf/maf_to_fasta.xml" /> 
     65    <tool file="fasta_tools/tabular_to_fasta.xml" /> 
    6666  </section> 
    6767  <section name="Extract Features" id="features"> 
    68     <tool file="filters/gene2exon1/1.0.0/ucsc_gene_bed_to_exon_bed.xml" /> 
    69     <tool file="extract/Extract_features1/1.0.0/extract_GFF_Features.xml" /> 
     68    <tool file="filters/ucsc_gene_bed_to_exon_bed.xml" /> 
     69    <tool file="extract/extract_GFF_Features.xml" /> 
    7070  </section> 
    7171  <section name="Pattern-Matching" id="patmat"> 
     
    7373  </section> 
    7474  <section name="Fetch Sequences" id="fetchSeq"> 
    75     <tool file="extract/Extract_genomic_DNA_1/2.0.0/extract_genomic_dna.xml" /> 
     75    <tool file="extract/extract_genomic_dna.xml" /> 
    7676  </section> 
    7777  <section name="Fetch Alignments" id="fetchAlign"> 
    78     <tool file="maf/Interval2Maf_pairwise1/1.0.0/interval2maf_pairwise.xml" /> 
    79     <tool file="maf/Interval2Maf1/1.0.0/interval2maf.xml" /> 
    80     <tool file="maf/Interval_Maf_Merged_Fasta2/1.0.0/interval_maf_to_merged_fasta.xml" /> 
    81     <tool file="maf/GeneBed_Maf_Fasta2/1.0.0/genebed_maf_to_fasta.xml"/> 
    82     <tool file="maf/maf_stats1/1.0.0/maf_stats.xml"/> 
    83     <tool file="maf/MAF_Thread_For_Species1/1.0.0/maf_thread_for_species.xml"/> 
    84     <tool file="maf/MAF_Limit_To_Species1/1.0.0/maf_limit_to_species.xml"/> 
    85     <tool file="maf/maf_limit_size1/1.0.0/maf_limit_size.xml"/> 
    86     <tool file="maf/maf_by_block_number1/1.0.0/maf_by_block_number.xml"/> 
    87     <tool file="maf/MAF_Reverse_Complement_1/1.0.0/maf_reverse_complement.xml"/> 
    88     <tool file="maf/MAF_filter/1.0.0/maf_filter.xml"/> 
     78    <tool file="maf/interval2maf_pairwise.xml" /> 
     79    <tool file="maf/interval2maf.xml" /> 
     80    <tool file="maf/interval_maf_to_merged_fasta.xml" /> 
     81    <tool file="maf/genebed_maf_to_fasta.xml"/> 
     82    <tool file="maf/maf_stats.xml"/> 
     83    <tool file="maf/maf_thread_for_species.xml"/> 
     84    <tool file="maf/maf_limit_to_species.xml"/> 
     85    <tool file="maf/maf_limit_size.xml"/> 
     86    <tool file="maf/maf_by_block_number.xml"/> 
     87    <tool file="maf/maf_reverse_complement.xml"/> 
     88    <tool file="maf/maf_filter.xml"/> 
    8989  </section> 
    9090  <section name="Get Genomic Scores" id="scores"> 
    9191    <tool file="stats/wiggle2simple1/1.0.0/wiggle_to_simple.xml" /> 
    9292    <tool file="stats/aggregate_scores_in_intervals2/1.1.1/aggregate_binned_scores_in_intervals.xml" /> 
    93     <tool file="extract/phastOdds/phastOdds_for_intervals/1.0.0/phastOdds_tool.xml" /> 
     93    <tool file="extract/phastOdds/phastOdds_tool.xml" /> 
    9494  </section> 
    9595  <section name="Operate on Genomic Intervals" id="bxops"> 
     
    107107  <section name="Statistics" id="stats"> 
    108108    <tool file="stats/Summary_Statistics1/1.0.0/gsummary.xml" /> 
    109     <tool file="filters/Count1/1.0.0/uniq.xml" />  
     109    <tool file="filters/uniq.xml" />  
    110110    <tool file="stats/cor2/1.0.0/cor.xml" />  
    111111  </section> 
     
    127127  </section> 
    128128 <section name="Evolution: HyPhy" id="hyphy"> 
    129     <tool file="hyphy/hyphy_branch_lengths_wrapper1/1.0.0/hyphy_branch_lengths_wrapper.xml" /> 
    130     <tool file="hyphy/hyphy_nj_tree_wrapper1/1.0.0/hyphy_nj_tree_wrapper.xml" /> 
    131     <tool file="hyphy/hyphy_dnds_wrapper1/1.0.0/hyphy_dnds_wrapper.xml" /> 
     129    <tool file="hyphy/hyphy_branch_lengths_wrapper.xml" /> 
     130    <tool file="hyphy/hyphy_nj_tree_wrapper.xml" /> 
     131    <tool file="hyphy/hyphy_dnds_wrapper.xml" /> 
    132132 </section> 
    133133  <!-- 
     
    249249  --> 
    250250  <section name="FASTA manipulation" id="fasta_manipulation"> 
    251     <tool file="fasta_tools/fasta_compute_length/1.0.0/fasta_compute_length.xml" /> 
    252     <tool file="fasta_tools/fasta_filter_by_length/1.0.0/fasta_filter_by_length.xml" /> 
     251    <tool file="fasta_tools/fasta_compute_length.xml" /> 
     252    <tool file="fasta_tools/fasta_filter_by_length.xml" /> 
    253253  </section> 
    254254  <section name="Short Read Analysis" id="short_read_analysis"> 
    255     <tool file="metag_tools/trim_reads/1.0.0/short_reads_trim_seq.xml" /> 
    256     <tool file="metag_tools/blat_wrapper/1.0.0/blat_wrapper.xml" /> 
    257     <tool file="metag_tools/megablast_wrapper/1.0.0/megablast_wrapper.xml" /> 
     255    <tool file="metag_tools/short_reads_trim_seq.xml" /> 
     256    <tool file="metag_tools/blat_wrapper.xml" /> 
     257    <tool file="metag_tools/megablast_wrapper.xml" /> 
    258258  </section> 
    259259</toolbox>