Skip to content

Commit

Permalink
Merge pull request #59 from loosolab/JannikHamp-patch-1
Browse files Browse the repository at this point in the history
added info, that file_paths must not contain the "|" pipe symbol
  • Loading branch information
renewiegandt authored Jan 11, 2019
2 parents f4a745c + 3a14de8 commit 332036c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/1.2_filter_motifs/compareBed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
# The output is a file with the filtered footprints and the log file compareBed.stats

# One R scripts is used, compareBed_runinfo.R, stored in the same directory.
# Parameter values (file/directory paths) must not contain the | symbol, because it is chosen as "sed"-field separator.

# default parameters
workdir=$PWD
Expand Down Expand Up @@ -122,6 +123,8 @@ 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 ""
echo " Note: file paths must not contain the '|' pipe symbol"
exit 0
fi

Expand Down

0 comments on commit 332036c

Please sign in to comment.