Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/opt/bbmap-39.01-1/bbstats.sh @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 #!/bin/bash | |
2 | |
3 #For more information, please see stats.sh | |
4 #This exists for people who type bbstats.sh instead of stats.sh | |
5 | |
6 pushd . > /dev/null | |
7 DIR="${BASH_SOURCE[0]}" | |
8 while [ -h "$DIR" ]; do | |
9 cd "$(dirname "$DIR")" | |
10 DIR="$(readlink "$(basename "$DIR")")" | |
11 done | |
12 cd "$(dirname "$DIR")" | |
13 DIR="$(pwd)/" | |
14 popd > /dev/null | |
15 | |
16 #DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/" | |
17 | |
18 "$DIR"stats.sh $@ |