Skip to content

Commit

Permalink
link meryl dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
arangrhie committed Aug 6, 2020
1 parent 676de4c commit 0299778
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions trio/hapmers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ if [[ "$#" -lt 2 ]]; then
exit -1
fi

hap1_meryl=$1
hap2_meryl=$2
child_meryl=$3
source $MERQURY/util/util.sh

hap1_meryl=`link $1`
hap2_meryl=`link $2`
child_meryl=`link $3`

hap1=${hap1_meryl%.meryl*}
hap2=${hap2_meryl%.meryl*}
Expand Down

0 comments on commit 0299778

Please sign in to comment.