getzlab / dalmatian

dalmatian is a collection of high-level companion functions for Firecloud and FISS.
18 stars 13 forks source link

Add dry run to make_pairs #36

Closed julianhess closed 3 years ago

julianhess commented 3 years ago

Currently, WorkspaceManager.make_pairs is a destructive action: it will immediately modify the workspace.

It's often useful to create a dataframe of pairs without actually updating the workspace's pair table. This PR adds that functionality.