comparison ctat_metagenomics.xml @ 2:e5182440ba17 draft

Trying to fix problems with ctat_star_fusion and ctat_metagenomics.
author trinity_ctat
date Fri, 13 Apr 2018 14:57:51 -0400
parents 1c8d5eb15ed1
children 983f4f1c7f73
comparison
equal deleted inserted replaced
1:1c8d5eb15ed1 2:e5182440ba17
1 <tool id="ctat_metagenomics" name="ctat_metagenomics" version=1.0.0 profile="17.05"> 1 <tool id="ctat_metagenomics" name="ctat_metagenomics" version="1.0.0" profile="17.05">
2 2
3 <description>Centrifuge - Classifier for metagenomic sequences (RNA-Seq)</description> 3 <description>Centrifuge - Classifier for metagenomic sequences (RNA-Seq)</description>
4 <requirements> 4 <requirements>
5 <requirement type="package" version="1.0.1">ctat-metagenomics</requirement> 5 <requirement type="package" version="1.0.1">ctat-metagenomics</requirement>
6 </requirements> 6 </requirements>
59 </conditional> 59 </conditional>
60 </when> 60 </when>
61 </conditional> 61 </conditional>
62 62
63 <param name="index" type="select" label="Choose reference genome index :" help="Select genome index"> 63 <param name="index" type="select" label="Choose reference genome index :" help="Select genome index">
64 <options from_data_table="ctat_centrifuge_indexes"> 64 <options from_data_table="ctat_centrifuge_indexes" />
65 </param> 65 </param>
66 66
67 </inputs> 67 </inputs>
68 68
69 <outputs> 69 <outputs>
87 </assert_contents> 87 </assert_contents>
88 </output> 88 </output>
89 <output name="classification_report" file="centrifuge/SRR2219890_1.classification.report.txt" /> 89 <output name="classification_report" file="centrifuge/SRR2219890_1.classification.report.txt" />
90 <output name="kraken_style_report" file="centrifuge/SRR2219890_1.kraken_style_report.txt" /> 90 <output name="kraken_style_report" file="centrifuge/SRR2219890_1.kraken_style_report.txt" />
91 </test> 91 </test>
92 <test>
93 <!-- The following test uses two files that are left/right paired reads.
94 -->
95 <param name="format" value="fastq" />
96 <param name="type" value="paired" />
97 <param name="left_fq" value="centrifuge/SRR073747_1.fastq" />
98 <param name="right_fq" value="centrifuge/SRR073747_2.fastq" />
99 <!-- FIX - How are we going to set the index value when we don't know what is in the table? How do we find it for testing?
100 <param name="index.fields.path" value="/N/dc2/projects/galaxyshared/trinity/dev/Trinity_CTAT/metagenomics/phv" />
101 -->
102 <output name="classification_results" >
103 <assert_contents>
104 <has_line_matching expression=".+" />
105 <has_line line="readID&#009;seqID&#009;taxID&#009;score&#009;2ndBestScore&#009;hitLength&#009;queryLength&#009;numMatches" />
106 </assert_contents>
107 </output>
108 <output name="classification_report" file="centrifuge/SRR073747_1_2.classification.report.txt" />
109 <output name="kraken_style_report" file="centrifuge/SRR073747_1_2.kraken_style_report.txt" />
110 </test>
111 <test>
112 <!-- The following test uses an unpaired Trinity fasta file.
113 -->
114 <param name="format_type.format" value="fasta" />
115 <param name="fasta_file" value="centrifuge/TrinitySRR2219890.fasta" />
116 <!-- FIX - How are we going to set the index value when we don't know what is in the table? How do we find it for testing?
117 <param name="index" value="/N/dc2/projects/galaxyshared/trinity/dev/Trinity_CTAT/metagenomics/phv" />
118 -->
119 <output name="classification_results" >
120 <assert_contents>
121 <has_line_matching expression=".+" />
122 <has_line line="readID&#009;seqID&#009;taxID&#009;score&#009;2ndBestScore&#009;hitLength&#009;queryLength&#009;numMatches" />
123 </assert_contents>
124 </output>
125 <output name="classification_report" file="centrifuge/TrinitySRR2219890.classification.report.txt" />>
126 <output name="kraken_style_report" file="centrifuge/TrinitySRR2219890.kraken_style_report.txt" />
127 </test>
128 </tests> 92 </tests>
129 93
130 <help> 94 <help>
131 .. class:: infomark 95 .. class:: infomark
132 96