diff --git a/README.md b/README.md index c422d33..b7d7792 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ nextflow run workflows/main.nf \ --phenotype test_data/phenotype/Phe_linear_covars_mod1.txt \ --phenolist_file test_data/phenotype/Phe_linear_covars_mod1_phenolist.txt \ --covarcollist "age,sex" \ + --sampleidcol renamed_sampleid \ --regression_method "linear" ```