-
Notifications
You must be signed in to change notification settings - Fork 2
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
[JOSS Review] Error with Linux Tests - init
and also Freebayes
#16
Comments
Many many thanks for your efforts in review George!!
That is intentional, the latest snakemake guidelines suggest having the workflow files under
Copying the snakefile around could break things, although if it ran at all snakemake seems to have automatically figured out what was going on.
I'm pretty sure that this is a bcftools message, indicating that freebayes did not produce any output. I've tried in a fresh docker image, and I can't reproduce this. are there any other details you can provide?
One debugging measure you could do is run:
In other words, just the freebayes part of the call that failed. It would also be useful to confirm the version of freebayes in that conda env. thanks again, |
Hi Kevin, I got a I actually have run into issues with Freebayes v1.3.7 in a program of mine, pypolca, so I tried v1.3.6
after I did this, acanthophis finished with no error. |
I've made a small commit and PR to fix this in I'll finish the rest of my review tomorrow now. George |
yeah, ok, so that's independent from acanthophis then. I'm assuming you're using an old server that recent conda packages don't support? I'm closing this, since it seems unrelated to acanthophis, but please reopen if there are further issues :) |
No @kdm9 I don't think that is an issue with my server (my server is very new) - the v1.3.7 version of George |
It seems to be a common issue |
Ah, sorry, in that case my bad, and i've merged the PR to pin the version. Thanks! |
Re openjournals/joss-reviews#6062
I ran the same code for #15 on a Linux box (Ubuntu 20.04).
Unlike #15 on the Mac, the command
acanthophis-init .
did not work as designed - it created a structure like:with the
Snakefile
andrules
subdirectory in theworkflow
directory. I'm not really sure why.In any case, once I copied the Snakefile, rules directory and
config.schema.yml
file into the correct location, acanthophis did indeed run as expected (the required conda envs were created, almost every rule ran well).Specifically I ran:
However, there was an error:
When I examined the log
output/variants/raw_split/freebayes~bwa~lambda~all_samples/NC_001416\:1-16384.bcf.log
it saidIf it helps, the remaining DAG jobs are:
I've inspected the rule's input files, they look as expected (I assume).
George
The text was updated successfully, but these errors were encountered: