# HG changeset patch # User iuc # Date 1601914104 0 # Node ID 66b35562554d47b4538fb54a02cd8815aae4fe36 # Parent f76d842e960f4fc548076f961ada963b90a349b1 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/plink commit 6e391fa7267f5225f0bca795c002107821bbac27" diff -r f76d842e960f -r 66b35562554d plink.xml --- a/plink.xml Wed Sep 30 20:29:06 2020 +0000 +++ b/plink.xml Mon Oct 05 16:08:24 2020 +0000 @@ -1,7 +1,7 @@ 1.9.b618 - 1 + 2 @@ -76,8 +76,8 @@ #if $inputs.covar_input: --covar '$inputs.covar_input' #end if - #if $inputs.pheno: - --pheno $inputs.pheno + #if $inputs.set_pheno.set_pheno == 'Yes': + --pheno $inputs.set_pheno.pheno $inputs.set_pheno.all_pheno #end if #if $functions.func == 'filtering': ##ID list functions @@ -381,6 +381,24 @@ --memory \${GALAXY_MEMORY_MB:-8192} --make-bed --out plink_output/plink_output + + #if $functions.func == 'association': + #if $functions.logistic.logistic == 'Yes': + && mkdir logistic_out + && mv plink_output/plink_output.*.l* logistic_out + && find ./logistic_out/. -type f -exec mv {} {}.txt ';' + #end if + #if $functions.adjust.adjust == 'Yes': + && mkdir adjust_out + && mv ./plink_output/*.adjuste* adjust_out + && find ./adjust_out/. -type f -exec mv {} {}.txt ';' + #end if + #if $functions.assoc.assoc == 'Yes': + && mkdir assoc_out + && mv ./plink_output/*asso* assoc_out + && find ./assoc_out/. -type f -exec mv {} {}.txt ';' + #end if + #end if ]]>
@@ -398,7 +416,17 @@ - + + + + + + + + + + +
@@ -998,52 +1026,21 @@ - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and not functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['perm']['perm'] == 'perm' and not functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['perm']['perm'] == 'mperm' and not functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['perm']['perm'] == 'perm' and functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['assoc']['perm']['perm'] == 'mperm' and functions['assoc']['fisher'] - - - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['adjust']['adjust'] == 'Yes' and not functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' and functions['adjust']['adjust'] == 'Yes' and functions['assoc']['fisher'] - - - functions['func'] == 'association' and functions['adjust']['adjust'] == 'Yes' and functions['logistic']['logistic'] == 'Yes' - - - - + + + + functions['func'] == 'association' and functions['assoc']['assoc'] == 'Yes' + + + + + functions['func'] == 'association' and functions['adjust']['adjust'] == 'Yes' + - - functions['func'] == 'association' and functions['logistic']['logistic'] == 'Yes' - - - functions['func'] == 'association' and functions['logistic']['logistic'] == 'Yes' and functions['logistic']['perm']['perm'] == 'perm' - - - functions['func'] == 'association' and functions['logistic']['logistic'] == 'Yes' and functions['logistic']['perm']['perm'] == 'mperm' - - + + + functions['func'] == 'association' and functions['logistic']['logistic'] == 'Yes' + functions['func'] == 'link' and functions['set_indep']['choice'] == 'Yes' @@ -1291,7 +1288,7 @@ - +
@@ -1333,12 +1330,18 @@ - - - - - - + + + + + + + + + + + +