Skip to content

Commit

Permalink
documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikHamp authored Jan 9, 2019
1 parent c55e8ff commit 4acc20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/1.2_filter_motifs/compareBed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ then
echo " -max --max maximum size of footprints; default is 80"
echo " -o --output output path/file ; default dir current directory and filename is newMotifs.bed and newMotifs.bed.fasta"
echo " -h --help shows this help message"
echo " -p --path the path where the required scripts merge.R and maxScore.R are stored. Default: same path as this scripts path"
echo " -p --path the path where the required script compareBed_runinfo.R is stored. Default: same path as this scripts path"
exit 0
fi

Expand All @@ -139,7 +139,7 @@ echo fasta: $fasta \(required\)
echo min: $min
echo max: $max
echo output: $output
echo path of scripts: $path
echo relative path of subscript: $path

# check required parameters
if [ -z $data ] || [ -z $motifs ] || [ -z $fasta ]
Expand Down Expand Up @@ -190,7 +190,7 @@ done
if [ $all_empty == true ]
then
echo ERROR
echo All motiffiles were empty!
echo All motiffiles have less than 2 lines!
echo Fix motiffiles and try again.
exit 1
fi
Expand Down

0 comments on commit 4acc20f

Please sign in to comment.