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