Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…2018 into dev
  • Loading branch information
renewiegandt committed Dec 14, 2018
2 parents fa5c838 + 8a306b1 commit 156e417
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```
Expand Down
2 changes: 1 addition & 1 deletion bin/compareBed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Rscript --vanilla $path/maxScore.R "$workdir"/pass1Fa.bed
#echo "also get subsequences with no overlap of overlapping sequences"
help=true

if [ -d $"motifs" ]
if [ -d "$motifs" ]
then
for i in "$motifs"/*.bed
do
Expand Down

0 comments on commit 156e417

Please sign in to comment.