Skip to content

Commit

Permalink
removed echo from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikHamp authored Jan 9, 2019
1 parent 90c8c05 commit 1a35ce5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/1.2_filter_motifs/compareBed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ do
# remove trailing tabs in motiffile, but only if the second line in the file ends with a tab.
# checking all lines for trailing tabs would be time consuming.
secnd_line=`sed -n 2p $i | tr '\t' '#'`
echo $secnd_line
if [[ ${secnd_line: -1} == "#" ]]
then
echo trailing tabs have been found. removing trailing tabs.
Expand Down

0 comments on commit 1a35ce5

Please sign in to comment.