Previous changeset 8:3a656a4a43ed (2021-08-13) Next changeset 10:fe3e8506112c (2021-10-01) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pangolin commit e2382656cdcba4384a4ee75ce24fe11e2d4d30c2" |
modified:
pangolin.xml |
b |
diff -r 3a656a4a43ed -r 3a43c3982401 pangolin.xml --- a/pangolin.xml Fri Aug 13 19:53:03 2021 +0000 +++ b/pangolin.xml Sun Aug 29 10:57:08 2021 +0000 |
b |
@@ -88,7 +88,7 @@ </conditional> <output name="output1" ftype="tabular"> <assert_contents> - <has_text_matching expression="B.1.1\t0.0" /> + <has_text_matching expression="B\.1\.1\t0\.0" /> <has_text text="passed_qc" /> <has_n_lines n="1" /> </assert_contents> @@ -103,7 +103,7 @@ </conditional> <output name="output1" ftype="tabular"> <assert_contents> - <has_text_matching expression="B.1.1\t0.0\t*PUSHER" /> + <has_text_matching expression="B\.1\.1.*\t0\.0\t*PUSHER" /> <has_text text="passed_qc" /> <has_n_lines n="1" /> </assert_contents> @@ -117,7 +117,7 @@ </conditional> <output name="output1" ftype="tabular"> <assert_contents> - <has_text_matching expression="B.1.1\t0.0" /> + <has_text_matching expression="B\.1\.1\t0\.0" /> <has_text text="passed_qc" /> <has_n_lines n="1" /> </assert_contents> |