Mercurial > repos > iuc > stacks2_sstacks
diff stacks_sstacks.xml @ 1:34f1233208f3 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit c300b84615660459bb0020fa74ccd3b874d329a4"
| author | iuc |
|---|---|
| date | Mon, 30 Sep 2019 13:58:45 -0400 |
| parents | 70d61f928d3e |
| children | 51a693977534 |
line wrap: on
line diff
--- a/stacks_sstacks.xml Mon Jul 01 10:53:11 2019 -0400 +++ b/stacks_sstacks.xml Mon Sep 30 13:58:45 2019 -0400 @@ -81,7 +81,7 @@ <assert_command> <not_has_text text="-x" /> <not_has_text text="--disable-gapped" /> - <not_has_text text="-M" /> + <has_text text="-M" /> </assert_command> <output name="output_log" ftype="txt" file="sstacks/sstacks.log"/> <output_collection name="matches" type="list"> @@ -146,7 +146,7 @@ <param name="add_log" value="yes" /> <assert_command> <has_text text="-x" /> - <has_text text="--disable-gapped" /> + <not_has_text text="--disable-gapped" /> <has_text text="-M" /> </assert_command> <output name="output_log" ftype="txt"><assert_contents><has_text text="done." /></assert_contents></output>
