Fix convert issue with writing
This MR adds a lock around output file objects creation (which actually opens and closes the file) during multiprocessing conversion to QSpace. This raised an issue with h5py on anaconda (see #6 (closed)). From what I tested, this MR fixes this issue.
It also updates bootstrap.py development tool.