what happens if we run out of sequence at some point?
e.g. if the whole sequence hits a PDB record and there is nothing left for subsequent steps?
create a function to (possibly) make subdirectories for outputs
e.g. input:
'results/subdir({seq})/01-search_pdb/{seq}.out'
def subdir(dir_name):
return dir_name
what happens if we run out of sequence at some point? e.g. if the whole sequence hits a PDB record and there is nothing left for subsequent steps?
create a function to (possibly) make subdirectories for outputs e.g. input: 'results/subdir({seq})/01-search_pdb/{seq}.out' def subdir(dir_name): return dir_name