Author: ndreas Tille <tille@debian.org>
Last-Update: Fri, 10 Apr 2020 07:31:20 +0200
Description: Fix spelling

--- a/src/inputparser.h
+++ b/src/inputparser.h
@@ -87,7 +87,7 @@ inputs::inputs(){
   threads=1;
 
   usage = "Usage: trinculo MODE [--bfile GENOTYPES_PREFIX | --dosage GENOTYPES.DOSE ] --pheno PHENOTYPES.TXT --phenoname PHENOTYPE [ --basepheno REF --missingpheno MISSING ] [--covar COVARIATES.TXT --normalize] [--priors PRIORS.TXT | --defaultprior --priorsigma PRIORVAR --priorcor PRIORCOR --covarsigma PRIORVAR | --empiricalprior ] [ --select --phenops --errormat --fullmodel --waldstats ] [ --noassoc ] [--threads n] [ --precision DIGITS ] [ --fitIter NITER --fitAbsTol ABSTOL --fitRelTol RELTOL ][--help]";
-  help = "\nUsage:\n trinculo MODE  [--bfile GENOTYPES_PREFIX | --dosage GENOTYPES.DOSE ] [--out OUTPUT_PREFIX] --pheno PHENOTYPES.TXT --phenoname PHENOTYPE [--basepheno REF --missingpheno MISSING ] [--covar COVARIATES.TXT --normalize] [--condition SNPS.TXT] [--priors PRIORS.TXT | --defaultprior --priorsigma PRIORVAR --priorcor PRIORCOR --covarsigma PRIORVAR | --empiricalprior  ] [ --select --phenops --errormat --fullmodel --waldstats ] [ --noassoc ] [--threads n] [ --precision DIGITS ] [ --fitIter NITER --fitAbsTol ABSTOL --fitRelTol RELTOL ] [--help]\n\nOptions:\n\nMODE\t- Either multinom or ordinal for multinomial or ordinal logistic regression\n\n--bfile FILE_PREFIX\t- Genotype input in binary plink format (FILE_PREFIX.bed, FILE_PREFIX.bim and FILE_PREFIX.fam)\n--dosage FILE\t- Genotype input in dosage format\n--out PREFIX\t- The prefix used for output files [default is \"trinculo\"]\n\n--pheno FILE\t- Phenotype input (same format as plink)--phenoname STRING\t-The phenotype in the phenotype file to analyse\n--basepheno STRING\t- The reference catagory to use for the multinomial analysis [defaults to first catagory encountered]\n--missingpheno STRING\t- The symbol to be use to indicate a missing phenotype in the phenotype file\n\n--condition FILE\t- A file containing a list of SNPs (one per line) to conditon on (i.e. include as covariates)\n\n--covar FILE\t- A file containing covariates to condition on (same format as plink)\n--normalize\t- Normalizes covariates to have a variance of 1 [off by default]\n\n--priors FILE\t- A prior covariance matrix on effect sizes\n--defaultpriors\t- Construct a prior matrix based on default values\n--priorsigma VALUE\t- Set the prior variance on effect sizes within a disease[default is 0.04]\n--priorcor VALUE\t- Set the prior correlation on effect sizes across diseases [default is 0]\n--covarsigma VALUE\t- Prior on the covariate effect size [Default is 1]\n--empiricalprior\t - Calculate an empirical prior directly from the data\n--noassoc\t-do not do any association testing, just infer the prior\n\n--select\t-Do Bayesian model selection (i.e. calculate marginal likelihoods for each sharing model)\n--phenops\t-Do a likelihood ratio test on each phenotype individually\n--waldstats\t-Calculate standard errors, Z scores and Wald p-values\n--errormat\t-Output the variance-covariance matrix for the log odds ratio\n--fullmodel\t-Output all parameter estimates and the full error matrix\n\n--threads n\tUse up to n cores\n\n--precision DIGITS\tPrint output to DIGITS significant figures\n\n--fitIter NITER\tTry up to NITER iterations when fitting models\n--fitAbsTol ABSTOL\tTerminate model fitting if results change by less than ABSTOL\n--fitRelTol RELTOL\tTerminate model fitting if results change by less than (RELTOL x value)\n\n--help\t- Prints this message\n\n";
+  help = "\nUsage:\n trinculo MODE  [--bfile GENOTYPES_PREFIX | --dosage GENOTYPES.DOSE ] [--out OUTPUT_PREFIX] --pheno PHENOTYPES.TXT --phenoname PHENOTYPE [--basepheno REF --missingpheno MISSING ] [--covar COVARIATES.TXT --normalize] [--condition SNPS.TXT] [--priors PRIORS.TXT | --defaultprior --priorsigma PRIORVAR --priorcor PRIORCOR --covarsigma PRIORVAR | --empiricalprior  ] [ --select --phenops --errormat --fullmodel --waldstats ] [ --noassoc ] [--threads n] [ --precision DIGITS ] [ --fitIter NITER --fitAbsTol ABSTOL --fitRelTol RELTOL ] [--help]\n\nOptions:\n\nMODE\t- Either multinom or ordinal for multinomial or ordinal logistic regression\n\n--bfile FILE_PREFIX\t- Genotype input in binary plink format (FILE_PREFIX.bed, FILE_PREFIX.bim and FILE_PREFIX.fam)\n--dosage FILE\t- Genotype input in dosage format\n--out PREFIX\t- The prefix used for output files [default is \"trinculo\"]\n\n--pheno FILE\t- Phenotype input (same format as plink)--phenoname STRING\t-The phenotype in the phenotype file to analyse\n--basepheno STRING\t- The reference category to use for the multinomial analysis [defaults to first category encountered]\n--missingpheno STRING\t- The symbol to be use to indicate a missing phenotype in the phenotype file\n\n--condition FILE\t- A file containing a list of SNPs (one per line) to conditon on (i.e. include as covariates)\n\n--covar FILE\t- A file containing covariates to condition on (same format as plink)\n--normalize\t- Normalizes covariates to have a variance of 1 [off by default]\n\n--priors FILE\t- A prior covariance matrix on effect sizes\n--defaultpriors\t- Construct a prior matrix based on default values\n--priorsigma VALUE\t- Set the prior variance on effect sizes within a disease[default is 0.04]\n--priorcor VALUE\t- Set the prior correlation on effect sizes across diseases [default is 0]\n--covarsigma VALUE\t- Prior on the covariate effect size [Default is 1]\n--empiricalprior\t - Calculate an empirical prior directly from the data\n--noassoc\t-do not do any association testing, just infer the prior\n\n--select\t-Do Bayesian model selection (i.e. calculate marginal likelihoods for each sharing model)\n--phenops\t-Do a likelihood ratio test on each phenotype individually\n--waldstats\t-Calculate standard errors, Z scores and Wald p-values\n--errormat\t-Output the variance-covariance matrix for the log odds ratio\n--fullmodel\t-Output all parameter estimates and the full error matrix\n\n--threads n\tUse up to n cores\n\n--precision DIGITS\tPrint output to DIGITS significant figures\n\n--fitIter NITER\tTry up to NITER iterations when fitting models\n--fitAbsTol ABSTOL\tTerminate model fitting if results change by less than ABSTOL\n--fitRelTol RELTOL\tTerminate model fitting if results change by less than (RELTOL x value)\n\n--help\t- Prints this message\n\n";
   normalizecovar = 0;
   modelSelect = 0;
   dosagefile = "";
--- a/README.txt
+++ b/README.txt
@@ -2,7 +2,7 @@
 ##### trinculo v0.96, January 2016 ######
 ###############################
 
-Welcome to trinculo v0.96. This program contains tools to carry out multicatagory regression analyses, including multinomial and proportional odds ordinal logistic scans, conditional multinomial analysis, Bayesian multinomial logistic regression and multinomial fine-mapping. 
+Welcome to trinculo v0.96. This program contains tools to carry out multicategory regression analyses, including multinomial and proportional odds ordinal logistic scans, conditional multinomial analysis, Bayesian multinomial logistic regression and multinomial fine-mapping. 
 
 Table of contents of this README.txt:
 
@@ -59,7 +59,7 @@ MODE	- Either multinom or ordinal for mu
 --out PREFIX	- The prefix used for output files [default is "trinculo"]
 
 --pheno FILE	- Phenotype input (same format as plink)--phenoname STRING	-The phenotype in the phenotype file to analyse
---basepheno STRING	- The reference catagory to use for the multinomial analysis [defaults to first catagory encountered]
+--basepheno STRING	- The reference category to use for the multinomial analysis [defaults to first category encountered]
 --missingpheno STRING	- The symbol to be use to indicate a missing phenotype in the phenotype file
 
 --condition FILE	- A file containing a list of SNPs (one per line) to conditon on (i.e. include as covariates)
