Skip to content

Instantly share code, notes, and snippets.

@Avsecz
Created August 16, 2018 22:08
Show Gist options
  • Save Avsecz/6a8897e52dd2d251cedb8884b41da71b to your computer and use it in GitHub Desktop.
Save Avsecz/6a8897e52dd2d251cedb8884b41da71b to your computer and use it in GitHub Desktop.
# Create and activate a new conda environment
# with all model dependencies installed
kipoi env create <Model>
source activate kipoi-<Model>
# Run model predictions and save the results
# sequentially into an HDF5 file
kipoi predict <Model> --dataloader_args='{
"intervals_file": "intervals.bed",
"fasta_file": "hg38.fa"}' \
-o '<Model>.preds.h5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment