nealpsmith / neals_python_functions

Random useful python functions
MIT License
0 stars 1 forks source link

changes to cell_meta and subprocess calling #4

Closed swemeshy closed 3 years ago

swemeshy commented 3 years ago

For meta_data.csv, I made and named a column identical to the dataframe index. This prevented an error from cbBuild where it says that sample name in line 1 is empty. I updated calls to the subprocess module to be more in line with current usage, because using the legacy functions did not end the program when an error in the subprocess occurred.