comparison 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
comparison
equal deleted inserted replaced
2:dfe9332138cf 3:997f5136985f
1 #
2 # Add the following sections to your Galaxy server's tool_conf.xml file.
3 #
4 <section name="FASTA/Q Information" id="cshl_library_information">
5 <tool file="fastx_toolkit/fastx_quality_statistics.xml" />
6 <tool file="fastx_toolkit/fastq_quality_boxplot.xml" />
7 <tool file="fastx_toolkit/fastx_nucleotides_distribution.xml" />
8 <tool file="fastx_toolkit/fasta_clipping_histogram.xml" />
9 </section>
10
11 <section name="FASTA/Q Preprocessing" id="cshl_fastx_manipulation">
12 <tool file="fastx_toolkit/fastq_to_fasta.xml" />
13 <tool file="fastx_toolkit/fastq_quality_converter.xml" />
14 <tool file="fastx_toolkit/fastx_clipper.xml" />
15 <tool file="fastx_toolkit/fastx_trimmer.xml" />
16 <tool file="fastx_toolkit/fastx_reverse_complement.xml" />
17 <tool file="fastx_toolkit/fastx_artifacts_filter.xml" />
18 <tool file="fastx_toolkit/fastq_quality_filter.xml" />
19 <tool file="fastx_toolkit/fastx_collapser.xml" />
20 <tool file="fastx_toolkit/fastx_barcode_splitter.xml" />
21 </section>