Checks TSV file has no spaces, logs error for user to see and exits program.
Copies over the TSV file to the working directory
This was originally done in bash but I felt it would be easier to do in python since accept_batch already had all the necessary information needed for these checks than bash did. (Also, it made more sense to include these checks towards the acceptance portion of our script`
This was originally done in bash but I felt it would be easier to do in python since
accept_batch
already had all the necessary information needed for these checks than bash did. (Also, it made more sense to include these checks towards theacceptance
portion of our script`