Revision 1664
Added by Aaron Marcuse-Kubitza almost 13 years ago
inputs/SpeciesLink/src/tapir.make | ||
---|---|---|
1 |
#!/bin/sh |
|
2 |
# Downloads SpeciesLink data using TAPIR |
|
3 |
# Usage: env [PHPRC=...] self 2>>log |
|
4 |
|
|
5 |
selfDir="$(dirname -- "$0")" |
|
6 |
|
|
7 |
cd "$selfDir" |
|
8 |
|
|
9 |
php ../../../bin/tapir/tapir2flat.php </dev/null >&2 |
|
0 | 10 |
Also available in: Unified diff
Added inputs/SpeciesLink/src/tapir.make