diff --git a/README.md b/README.md index 131b443..a884632 100644 --- a/README.md +++ b/README.md @@ -89,13 +89,13 @@ Optional arguments: --tomtom_treshold float Threshold for similarity score. (Default: 0.01) Motif clustering: - --cluster_motif BOOLEAN IF its 1 motifs will be clustered (Default: 0) + --cluster_motif BOOLEAN IF its 1 motifs will be clustered (Default: 0) --edge_weight INT Minimum weight of edges in motif-cluster-graph (Default: 5) - --motif_similarity_thresh FLOAT threshold for motif similarity score (Default: 0.00001) + --motif_similarity_thresh FLOAT threshold for motif similarity score (Default: 0.00001) - Creating GTF: - --tissue STRING Filter for one or more tissue/category activity, categories as in JSON config (Default: None) - --organism STRING Source organism: [ hg19 | hg38 or mm9 | mm10 ] (Default: hg38) + Creating GTF: + --tissue STRING Filter for one or more tissue/category activity, categories as in JSON config (Default: None) + --organism STRING Source organism: [ hg19 | hg38 or mm9 | mm10 ] (Default: hg38) All arguments can be set in the configuration files. ```