Skip to content

Commit

Permalink
fixed problem with naming optdups versus opt_dups
Browse files Browse the repository at this point in the history
  • Loading branch information
nchernia committed Jun 16, 2017
1 parent f8c584a commit a21d3b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CPU/juicer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,11 @@ fi
#REMOVE DUPLICATES
if [ -z $final ] && [ -z $postproc ]
then
touch ${outputdir}/dups.txt
touch ${outputdir}/optdups.txt
touch ${outputdir}/merged_nodups.txt
awk -f ${juiceDir}/scripts/common/dups.awk -v name=${outputdir}/ ${outputdir}/merged_sort.txt
mv ${outputdir}/optdups.txt ${outputdir}/opt_dups.txt # for consistency with cluster naming in split_rmdups
fi
if [ -z "$genomePath" ]
then
Expand Down

0 comments on commit a21d3b3

Please sign in to comment.