|
1 | | -<tool id="falco" name="Falco" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
| 1 | +<tool id="falco" name="Falco" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 | 2 | <description>An alternative, more performant implementation of FastQC for high throughput sequence quality control</description> |
3 | 3 | <macros> |
4 | | - <token name="@TOOL_VERSION@">1.2.4</token> |
| 4 | + <token name="@TOOL_VERSION@">1.3.0</token> |
5 | 5 | <token name="@VERSION_SUFFIX@">0</token> |
| 6 | + <token name="@PROFILE@">25.0</token> |
6 | 7 | </macros> |
7 | 8 | <xrefs> |
8 | 9 | <xref type="bio.tools">falco</xref> |
|
79 | 80 | <param name="input_file" value="1000trimmed.fastq"/> |
80 | 81 | <output name="html_file" ftype="html"> |
81 | 82 | <assert_contents> |
82 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 83 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
83 | 84 | </assert_contents> |
84 | 85 | </output> |
85 | 86 | <!-- two lines diff to allow for reported version to change --> |
|
90 | 91 | <param name="input_file" value="1000trimmed.fastq.gz"/> |
91 | 92 | <output name="html_file" ftype="html"> |
92 | 93 | <assert_contents> |
93 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq_gz - report.+"/> |
| 94 | + <has_line_matching expression="\s*1000trimmed_fastq_gz - report"/> |
94 | 95 | </assert_contents> |
95 | 96 | </output> |
96 | 97 | <!-- four lines diff to allow for reported version to change; two more to accomodate changed input file name --> |
|
101 | 102 | <param name="input_file" value="hisat_output_1.bam"/> |
102 | 103 | <output name="html_file" ftype="html"> |
103 | 104 | <assert_contents> |
104 | | - <has_line_matching expression="<html><head>.+<title> hisat_output_1_bam - report.+"/> |
| 105 | + <has_line_matching expression="\s*hisat_output_1_bam - report"/> |
105 | 106 | </assert_contents> |
106 | 107 | </output> |
107 | 108 | <!-- four lines diff to allow for reported version to change; two more to accomodate changed input file name --> |
|
113 | 114 | <param name="generate_summary" value="true"/> |
114 | 115 | <output name="html_file" ftype="html"> |
115 | 116 | <assert_contents> |
116 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 117 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
117 | 118 | </assert_contents> |
118 | 119 | </output> |
119 | 120 | <output name="text_file" file="fastqc_data.txt" ftype="txt" lines_diff="2"/> |
|
124 | 125 | <param name="contaminants" value="contaminant_list.txt" ftype="tabular"/> |
125 | 126 | <output name="html_file" ftype="html"> |
126 | 127 | <assert_contents> |
127 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 128 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
128 | 129 | </assert_contents> |
129 | 130 | </output> |
130 | 131 | <output name="text_file" file="fastqc_data_contaminants.txt" ftype="txt" lines_diff="2"/> |
|
134 | 135 | <param name="adapters" value="adapter_list.txt" ftype="tabular"/> |
135 | 136 | <output name="html_file" ftype="html"> |
136 | 137 | <assert_contents> |
137 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 138 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
138 | 139 | </assert_contents> |
139 | 140 | </output> |
140 | 141 | <output name="text_file" file="fastqc_data_adapters.txt" ftype="txt" lines_diff="2"/> |
|
145 | 146 | <param name="generate_summary" value="true"/> |
146 | 147 | <output name="html_file" ftype="html"> |
147 | 148 | <assert_contents> |
148 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 149 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
149 | 150 | </assert_contents> |
150 | 151 | </output> |
151 | 152 | <output name="summary_file" file="fastqc_data_customlimits_summary.txt" ftype="txt"/> |
|
171 | 172 | </test> --> |
172 | 173 | <test expect_num_outputs="2"> |
173 | 174 | <param name="input_file" value="1000trimmed.fastq" ftype="fastq"/> |
174 | | - <param name="nogroup" value="--nogroup"/> |
| 175 | + <param name="nogroup" value="true"/> |
175 | 176 | <output name="html_file" ftype="html"> |
176 | 177 | <assert_contents> |
177 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 178 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
178 | 179 | </assert_contents> |
179 | 180 | </output> |
180 | 181 | <output name="text_file" file="fastqc_data_nogroup.txt" ftype="txt" lines_diff="2"/> |
|
185 | 186 | <param name="generate_summary" value="true"/> |
186 | 187 | <output name="html_file" ftype="html"> |
187 | 188 | <assert_contents> |
188 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 189 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
189 | 190 | </assert_contents> |
190 | 191 | </output> |
191 | 192 | <output name="text_file" file="fastqc_report_subsample.txt" ftype="txt" lines_diff="2"/> |
192 | 193 | <output name="summary_file" file="fastqc_report_subsample_summary.txt" ftype="txt"/> |
193 | 194 | </test> |
194 | 195 | <test expect_num_outputs="3"> |
195 | 196 | <param name="input_file" value="1000trimmed.fastq"/> |
196 | | - <param name="bisulfite" value="-bisulfite"/> |
| 197 | + <param name="bisulfite" value="true"/> |
197 | 198 | <param name="generate_summary" value="true"/> |
198 | 199 | <output name="html_file" ftype="html"> |
199 | 200 | <assert_contents> |
200 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 201 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
201 | 202 | </assert_contents> |
202 | 203 | </output> |
203 | 204 | <output name="text_file" file="fastqc_report_bisulfite.txt" ftype="txt" lines_diff="2"/> |
204 | 205 | <output name="summary_file" file="fastqc_report_bisulfite_summary.txt" ftype="txt"/> |
205 | 206 | </test> |
206 | 207 | <test expect_num_outputs="2"> |
207 | 208 | <param name="input_file" value="1000trimmed.fastq"/> |
208 | | - <param name="reverse_complement" value="-reverse-complement"/> |
| 209 | + <param name="reverse_complement" value="true"/> |
209 | 210 | <output name="html_file" ftype="html"> |
210 | 211 | <assert_contents> |
211 | | - <has_line_matching expression="<html><head>.+<title> 1000trimmed_fastq - report.+"/> |
| 212 | + <has_line_matching expression="\s*1000trimmed_fastq - report"/> |
212 | 213 | </assert_contents> |
213 | 214 | </output> |
214 | 215 | <output name="text_file" file="fastqc_report_reverse_complement.txt" ftype="txt" lines_diff="2"/> |
|
0 commit comments