BenaroyaResearch / bripipetools

tools for managing genomics pipelines at BRI
MIT License
1 stars 0 forks source link

`bripipetools wrapup` trying to read `.DS_store` #115

Open spribitzer opened 3 years ago

spribitzer commented 3 years ago

The wrapup function reads in all files contained in the globus_batch_submission folder, regardless of file type or content. If there is a .DS_store file in there, it will crash. Possible fixes: only read .txt files, ignore .DS_store and maybe print out what file is being processed - the last would be very helpful if there are multiple submission files that are being processed.