4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the SnpSift jar file
|
|
java -jar SnpSift.jar "$@"
|