1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/8c11dd28a3cf/ changeset: r5585:8c11dd28a3cf user: natefoo date: 2011-05-19 16:07:53 summary: Add Picard and fastqc tools to Main affected #: 1 file (836 bytes) --- a/tool_conf.xml.main Wed May 18 16:52:38 2011 -0400 +++ b/tool_conf.xml.main Thu May 19 10:07:53 2011 -0400 @@ -351,6 +351,8 @@ <tool file="fastx_toolkit/fastx_renamer.xml" /><tool file="fastx_toolkit/fastx_reverse_complement.xml" /><tool file="fastx_toolkit/fastx_trimmer.xml" /> + <label text="FASTQ QC" id="fastq_qc" /> + <tool file="rgenetics/rgFastQC.xml" /></section><section name="NGS: Mapping" id="ngs_mapping"><label text="Illumina" id="illumina"/> @@ -394,6 +396,21 @@ <label text="Filtering" id="filtering" /><tool file="ngs_rna/filter_transcripts_via_tracking.xml" /></section> + <section name="NGS: Picard (beta)" id="picard_beta"> + <label text="QC/Metrics for sam/bam" id="qcsambam"/> + <tool file="picard/picard_BamIndexStats.xml" /> + <tool file="picard/rgPicardASMetrics.xml" /> + <tool file="picard/rgPicardGCBiasMetrics.xml" /> + <tool file="picard/rgPicardLibComplexity.xml" /> + <tool file="picard/rgPicardInsertSize.xml" /> + <tool file="picard/rgPicardHsMetrics.xml" /> + <label text="bam/sam Cleaning" id="picard-clean" /> + <tool file="picard/picard_AddOrReplaceReadGroups.xml" /> + <tool file="picard/picard_ReorderSam.xml" /> + <tool file="picard/picard_ReplaceSamHeader.xml" /> + <tool file="picard/rgPicardFixMate.xml" /> + <tool file="picard/rgPicardMarkDups.xml" /> + </section><label text="RGENETICS" id="rgenetics" /><section name="SNP/WGA: Data; Filters" id="rgdat"><label text="Data: Import and upload" id="rgimport" /> Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.