claresloggett

Results 6 issues of claresloggett

We can use the usual Ruffus functionality where we put a step out of order and use the task name as a string, and this is ok: ``` @follows('first_task') def...

It's not obvious to the user how to make use of the options in the config files, ie `from rubra.utils import pipeline_options`. We should include an example of this and...

I'd like to add [pytest](https://docs.pytest.org/) tests. This is a much more natural and easier-to-maintain way to test Python tools than *nix script-based tests. It's good for both unit and functional...

This is (I think) a question rather than a bug report. I've currently got a setup where I'd like to be able to modify the spec and the data on...

Currently, if a CSV contains a row with fewer values than expected (i.e. too few delimiters), an exception will be raised. However, if a CSV contains a row with more...

feature

**Describe the bug** After stopping and removing the official Dropbox client, and installing Maestral, using the same directory, Maestral appears to be re-downloading all the existing files. In case it...

bug