Enable specifying a range of injection values
From Mukesh Singh:
I was running bilby_pipe using an injection file in dat format. If I want to run on specific injections, I can just use --injection-numbers flag which takes injection-ids (row numbers) in the form of a list (e.g. for first and third injections in the file we can just provide [1,3]). But if I want to run on let's say injection-ids ranging from 1 to 10, is it possible to pass it compactly like we do in LALInference where we can just pass the list like [1-10]? I tried this with bilby but it throws an error. Any suggestions/comments, please?