- Download
variantspark.sh
,example.conf
andvariantspark-1.0.jar
- Ensure
variantspark.sh
is executablechmod +x variantspark.sh
If you have trouble running VariantSpark, you can build it yourself using Maven.
- Check out the repo
cd variantspark
vi pom.xml
and ensure software versions match those on your cluster.mvn build
to build.- If you built it locally, copy
target/VCF-clusterer-0.0.1-SNAPSHOT.jar
to your cluster.
Once installed, use the launcher script, variantspark.sh
to submit a job to your cluster.
You need to specify a configuration file with -c
. An example file is available as example.conf
.
Submit a job using ./variantspark.sh -c example.conf
.