Mercurial > repos > iuc > stacks2_sstacks
diff stacks_sstacks.xml @ 1:e58e2ecb6285 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/stacks2 commit c300b84615660459bb0020fa74ccd3b874d329a4"
author | iuc |
---|---|
date | Mon, 30 Sep 2019 14:14:39 -0400 |
parents | b7babdb3c219 |
children | 0b8c84a7fdb5 |
line wrap: on
line diff
--- a/stacks_sstacks.xml Mon Jul 01 11:01:59 2019 -0400 +++ b/stacks_sstacks.xml Mon Sep 30 14:14:39 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>