Previous changeset 7:7bac6f5fcfa2 (2021-06-22) Next changeset 9:a444254e9a57 (2022-02-08) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/maker commit 90ae29b39b58999e45a8f4e0bfbabc5a59047ba1" |
modified:
macros.xml maker.xml |
b |
diff -r 7bac6f5fcfa2 -r 3c1a01127868 macros.xml --- a/macros.xml Tue Jun 22 10:15:59 2021 +0000 +++ b/macros.xml Mon Jun 28 09:40:12 2021 +0000 |
b |
@@ -11,6 +11,8 @@ <xml name="citations"> <citations> + <citation type="doi">10.1101/gr.6743907</citation> + <citation type="doi">10.1186/1471-2105-12-491</citation> <citation type="doi">10.1002/0471250953.bi0411s48</citation> </citations> </xml> |
b |
diff -r 7bac6f5fcfa2 -r 3c1a01127868 maker.xml --- a/maker.xml Tue Jun 22 10:15:59 2021 +0000 +++ b/maker.xml Mon Jun 28 09:40:12 2021 +0000 |
b |
@@ -394,7 +394,7 @@ </param> </when> </conditional> - <param name="unmask" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Run ab-initio prediction programs on unmasked sequence" help="Predictors will look for genes in repeated elements (like transposons). Only useful when you believe that transposons might have been integrated into a real gene structure (rare)."/> + <param name="unmask" type="boolean" truevalue="1" falsevalue="0" checked="false" label="Run ab-initio prediction programs on both masked and unmasked sequence regions" help="Predictors will look for genes in both masked or unmasked sequence regions (instead of only unmasked). Only useful when you believe that transposons might have been integrated into a real gene structure (rare)."/> </section> <section name="repeat_masking" title="Repeat masking" expanded="True"> |