Skip to content
Snippets Groups Projects
wrap-list-pickle.sh 202 B
#!/bin/bash

# call the list-pickle notebook runner with a array task wrapper to process specifc files

fname=`printf "list-%.3d.gz" $SLURM_ARRAY_TASK_ID`

./run-list-pickle-nb.sh $dirname "$fname" $NB