# HG changeset patch # User wolma # Date 1513586484 18000 # Node ID 99dfde12ee53643f7bfb5e984d6ffe1380a18917 # Parent 01e09a4cacf7069ac8d04d7b2eff373e5876bfda planemo upload for repository https://github.com/wm75/mimodd_galaxy_wrappers commit 24cc567ad105450d1c554f09a3467eff671d9864 diff -r 01e09a4cacf7 -r 99dfde12ee53 annotate_variants.xml --- a/annotate_variants.xml Sat Nov 11 18:20:20 2017 -0500 +++ b/annotate_variants.xml Mon Dec 18 03:41:24 2017 -0500 @@ -31,7 +31,7 @@ #echo ' '.join(str($snpeff_settings.filter).split(',')) #end if --ofile '$ofile' - --verbose + --verbose --quiet ]]> @@ -62,21 +62,26 @@ label="Name of an installed SnpEff genome" help="Your input needs to exactly match the name of an installed SnpEff database."> value.strip() +
+ help="If this genome uses a non-standard codon table and this fact is not declared in the SnpEff config file, specify the table here. The name you provide must match exactly the name of a codon table known to SnpEff."> + + value.strip() + value.strip() +
diff -r 01e09a4cacf7 -r 99dfde12ee53 macros.xml --- a/macros.xml Sat Nov 11 18:20:20 2017 -0500 +++ b/macros.xml Mon Dec 18 03:41:24 2017 -0500 @@ -1,7 +1,7 @@ 0.1.8 0.1.8 - 0.1.8_0 + 0.1.8_1 `__ +- The complete `MiModD User Guide `__ - The `MiModD help forum `__ reachable also via `email `__ @@ -41,6 +41,34 @@ + + not value or (len(value.split('-')) == 3 and all(part.isdigit() and len(part)==expect_len for part, expect_len in zip(value.split('-'), [4,2,2]))) + + + + + + + + + + + + + not value or all(ord(c) < 127 for c in value) + + + + + + + + + + + + +