-
Notifications
You must be signed in to change notification settings - Fork 750
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
Unicycler with long read input #1041
Conversation
We're having this problem too. It's on the Bioconda end. My colleagues say the channel index is corrupted and someone is trying to fix it. https://gitter.im/bioconda/Lobby?at=618a182d38377967f4a0240d |
Thanks! Will wait then 👍 |
Alright, so that is a new experience for me:
That means, singularity and docker will always fail right now when using md5sums. Should I remove md5sums? At least for conda md5sums are working though! edit: will remove unstable md5sums (see below) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
PR checklist
Closes #890
versions.yml
file.label
PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd
PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd