Skip to content
#

reproducibility

Here are 519 public repositories matching this topic...

A comparison between some VPS providers. It uses Ansible to perform a series of automated benchmark tests over the VPS servers that you specify. It allows the reproducibility of those tests by anyone that wanted to compare these results to their own. All the tests results are available in order to provide independence and transparency.

  • Updated May 22, 2018
  • Python
Ellis-Anderson
Ellis-Anderson commented Dec 11, 2020

Snakemake version
5.27.4

Describe the bug
When using a pathlib Path object to specify a conda envronment snakemake errors out. Log is below. Converting the Path object to a string serves as a workaround, however I know pathlib support has been extended lately and this seems like something that was missed.

Logs

AttributeError in line 31 of /path/to/my/file.smk:
      'Po

Improve this page

Add a description, image, and links to the reproducibility topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the reproducibility topic, visit your repo's landing page and select "manage topics."

Learn more