This is a trivial PR to deal with the edge case of a single single-cell .sdrf file. The changed line uses grep to identify files with a matching string, and extract the file name from the results. Unfortunately grep does't return this info when grep'ing a single file- unless you add '-H' as applied here.
This is a trivial PR to deal with the edge case of a single single-cell .sdrf file. The changed line uses grep to identify files with a matching string, and extract the file name from the results. Unfortunately grep does't return this info when grep'ing a single file- unless you add '-H' as applied here.