From ee3cf4b6bed1645485ef3b67f5285655739df55b Mon Sep 17 00:00:00 2001 From: "Jiang, Zhongli" Date: Wed, 4 May 2022 00:47:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15623f0..013ca0b 100644 --- a/README.md +++ b/README.md @@ -512,6 +512,7 @@ signet -n [OPTION VAL] ... --walltime WALLTIME maximum walltime of the server in seconds --resn result prefix --sif singularity container + --email send notification emails for both two stages if you have mail installed in Linux ``` * `net.gexp.data`: output from `signet -c`, includes the expression data for genes with cis-eQTL. It's a n * p matrix, with each row encodes the gene expression data for each sample. * `net.geno.data`: output from `signet -c`, includes the genotype data for marginally significant cis-eQTL. It's a n * p matrix, with each row encodes the genotype data for each sample. @@ -527,6 +528,7 @@ signet -n [OPTION VAL] ... * `memory`: memory of each node, in GB. * `walltime`: maximum wall time for cluster. * `sif`: A singularity container, in .sif format. +* `email`: The email you want to receive notification with. Default F, if no notification is preferred. #### Results