matta-research-group / QCflow

Workflow tools for high-throughput QC calculations
MIT License
0 stars 0 forks source link

Output file name #4

Closed TristanSJones closed 1 year ago

TristanSJones commented 1 year ago

Currently, the .log output file created always has the title -> '\$(basename "\$INPUTFILE" .com).log'

To change this alteration to the function that creates the SLURM file is required.

More specifically the line that is -> file.write(f'OUTPUTFILE="\$(basename "\$INPUTFILE" .com).log" \n') Probably change will be -> file.write(f'OUTPUTFILE={dimer_name}.log" \n')

CORRECTION - TWO files are being made currently one that is correct with all the information and one that has nothing in it