Skip to content
Snippets Groups Projects
print-data-dir.sh 122 B
Newer Older
#!/usr/bin/env bash
DATA_DIR=`python -c "import mhcflurry; print(mhcflurry.paths.CLASS1_DATA_DIRECTORY)"`
echo "$DATA_DIR"