zavolanlab / bindz-rbp

RBP module for bindz, a bioinformatics tool to detect regulators' binding sites on RNA sequences.
https://github.com/zavolanlab/bindz-rbp
Apache License 2.0
7 stars 1 forks source link

Turn off Travis pipeline test with singularity #46

Closed AngryMaciek closed 4 years ago

AngryMaciek commented 4 years ago

Description

At the moment of our 1.0.0 release snakemake contains a strange, non-deterministic bug linked to "incorrect singularity version" message. It is raised on selected CI runs, despite no changes to the code whatsoever; despite us installing a correct singularity version in the travis.yml file.

We only observe this error message while installing singularity on Travis machines, never on our computational cluster.

For now, test run with containers has to be turned off in the CI.

Regardless, the recommended way of running this workflow is in conda virtual environments.

Type of change

Please delete options that are not relevant.

Checklist: