view fastx_toolkit-0.0.6/galaxy/fastx_toolkit_conf.xml @ 3:997f5136985f draft default tip

Uploaded
author xilinxu
date Thu, 14 Aug 2014 04:52:17 -0400
parents
children
line wrap: on
line source

#
# Add the following sections to your Galaxy server's tool_conf.xml file.
#
  <section name="FASTA/Q Information" id="cshl_library_information">
    <tool file="fastx_toolkit/fastx_quality_statistics.xml" />
    <tool file="fastx_toolkit/fastq_quality_boxplot.xml" />
    <tool file="fastx_toolkit/fastx_nucleotides_distribution.xml" />
    <tool file="fastx_toolkit/fasta_clipping_histogram.xml" />
  </section>

  <section name="FASTA/Q Preprocessing" id="cshl_fastx_manipulation">
    <tool file="fastx_toolkit/fastq_to_fasta.xml" />
    <tool file="fastx_toolkit/fastq_quality_converter.xml" />
    <tool file="fastx_toolkit/fastx_clipper.xml" />
    <tool file="fastx_toolkit/fastx_trimmer.xml" />
    <tool file="fastx_toolkit/fastx_reverse_complement.xml" />
    <tool file="fastx_toolkit/fastx_artifacts_filter.xml" />
    <tool file="fastx_toolkit/fastq_quality_filter.xml" />
    <tool file="fastx_toolkit/fastx_collapser.xml" />
    <tool file="fastx_toolkit/fastx_barcode_splitter.xml" />
  </section>