Earlier quoted context omitted.
You don't need nq for that. Just kick off ./my_lame_analysis in the background whenever you want.
Yes but then they will execute at the same time instead of sequentially.
./my_awesome_analysis /data/complicated_file_with_long_name.dat &
# do some stuf
wait
./my_awesome_analysis /data/even_more_complicated_path.dat