#!/bin/sh -e
# http://dep.debian.net/deps/dep8/
# Autopkgtest: Test if ChromImpute run correctly
# Author: Dylan Aïssi <bob.dybian@gmail.com>
# Last-Update: 2018-04-19

# ChromImpute needs large files to work. Developers provided examples files ~1GB.
# We cannot include these large files in a package, so we cannot write a proper test for autopkgtest. 
# Despite this, we can try to print the ChromImpute version.

# Just print the version
java -mx4000M -jar /usr/share/java/chromimpute.jar Version
