Closed LeeBergstrand closed 7 months ago
@jmtsuji When you get a chance, can you refactor this so most of the code isn't being passed directly into the return value? When the paths to the lists were inside the os.path.join
, I had much difficulty finding them when debugging.
@LeeBergstrand OK, will take a look.
Addressed in https://github.com/rotary-genomics/rotary/pull/149
I already refactored this code a bit by pulling out the path below.
However, the glob wildcards bit should be pulled into its own variable and comments should be added to describe what is going on.