Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBeyvers authored Dec 10, 2018
1 parent a3c452d commit 55bd528
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ Optional arguments:
--motif_max_len INT Maximum length of Motif (Default: 20)
--interation INT Number of iterations done by glam2. More Interations: better results, higher runtime. (Default: 10000)
--tomtom_treshold float Threshold for similarity score. (Default: 0.01)
Motif clustering:
Motif clustering:
--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:
--tissues STRING Filter for tissue/category activity categorys as in JSON config (Default: None)
--wd PATH current working directory for the script (default: ".")
--dir PATH directory for saved Ensembl / UCSC file (default: "./data/")
--out PATH directory for the output GTF (default: ".")
Creating GTF:
--tissues STRING Filter for tissue/category activity categorys as in JSON config (Default: None)
--wd PATH current working directory for the script (default: ".")
--dir PATH directory for saved Ensembl / UCSC file (default: "./data/")
--out PATH directory for the output GTF (default: ".")
All arguments can be set in the configuration files.
```
Expand Down

0 comments on commit 55bd528

Please sign in to comment.