0
|
1 <tool id="daumsoft_wts_star" name="ICGC_STAR_PIPELINE" version="2.4.2A">
|
|
2 <description>STAR Alignment/ICGC Method</description>
|
|
3 <stdio>
|
|
4 <regex match="Exception|Error" source="both" level="fatal" description="Tool execution failed"/>
|
|
5 </stdio>
|
|
6 <version_command></version_command>
|
|
7 <command>
|
|
8
|
|
9 \$GALAXY_HOME/package/DAUMSOFT/RNA-seq/ICGC_STAR_ALIGNMENT_PIPELINE/ICGC_pipeline_RUN.sh
|
|
10 ${tar_gz}
|
|
11
|
|
12 </command>
|
|
13 <inputs>
|
|
14 <param name="tar_gz" format="gz" type="data" label="RNA-Seq FASTQ file In TAR.GZ(GRCh38)/hg38" help="" />
|
|
15 </inputs>
|
|
16 <outputs>
|
|
17 <data format="bam" name="alignment" label="${tool.name} on ${on_string}: Alignments BAM" from_work_dir="out/Aligned.sortedByCoord.out.bam"/>
|
|
18 </outputs>
|
|
19 <tests><test><output name="alignment"/></test></tests>
|
|
20 <help>
|
|
21
|
|
22 For more detailed manual, please visit The GDC mRNA quantification analysis pipeline website:
|
|
23
|
|
24 https://docs.gdc.cancer.gov/Data/Bioinformatics_Pipelines/Expression_mRNA_Pipeline
|
|
25
|
|
26 The mRNA Analysis pipeline begins with the Alignment Workflow, which is performed using a two-pass method with STAR.
|
|
27 STAR aligns each read group separately and then merges the resulting alignments into one.
|
|
28 Following the methods used by the International Cancer Genome Consortium ICGC,
|
|
29 the two-pass method includes a splice junction detection step, which is used to generate the final alignment.
|
|
30
|
|
31 This workflow outputs a BAM file, which contains both aligned and unaligned reads.
|
|
32 Quality assessment is performed pre-alignment with FASTQC and post-alignment with RNA-SeQC and Picard Tools.
|
|
33
|
|
34 </help>
|
|
35 <citations></citations>
|
|
36 </tool>
|