Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use pathlib #31

Merged
merged 6 commits into from
Apr 30, 2018
Merged

Use pathlib #31

merged 6 commits into from
Apr 30, 2018

Conversation

boulund
Copy link
Member

@boulund boulund commented Apr 30, 2018

Convert all input, outputs, and log statements to use pathlib instead of working with paths as strings.

A few minor annoyances, however; Snakemake support for pathlib is currently not complete, most promimently, expand statements and log file declarations cannot use pathlib objects at the moment, so they are explicitly converted to strings in the rule files. I plan to change this when Snakemake becomes fully compatible further on.

I also introduce the develop branch in this PR, intending that the master branch of the repo should be considered stable and will only receive commits when enough new features have been added to the develop branch.

@boulund boulund merged commit 56e700d into master Apr 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant