4 lines
90 B
Bash
4 lines
90 B
Bash
#!/bin/sh
|
|
# convenience wrapper for the rna-seqc jar file
|
|
java -jar RNA-SeQC_v{}.jar "$@"
|