biocore / oecophylla

shotgun pipeline
MIT License
11 stars 19 forks source link

Added catch to handle common file format #164

Closed adswafford closed 5 years ago

adswafford commented 6 years ago

Sample sheets appear to routinely include blank lines that are comprised solely of commas in between samples. To exclude these lines, I added a check to determine if the line starts with the sep character and if so, skip adding it to data_lines to prevent corruption of the dataframe in the next function.