-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Double pipe error #60
Comments
Thanks for reporting the issue. I'll look into this and get back to you asap. Jody |
It's looking to me like it's going to be in bam.py
Because mix_cmd is called with minION data and ends with a pipe that gets immediately met with another pipe as af_filter_cmd is the next command called. |
Thanks! This issue (along with a few others) should be fixed with the latest commit. Please update both pathogen-profiler and tb-profiler libraries. I will release a new version on conda soon. Jody |
Hi Jody, |
Hi @nilay-p, The latest version on conda (v2.7.1) should have these issues fixed! Jody |
I'm not sure if this is an issue using the --platform minION or if it's a consequence of something else, but when running tb-profiler on my data, I encountered an error after bcftools view was run in a pipeline that contained a double pipe (looked like | | with no command inside).
I'm unsure if a command didn't print to the pipeline or if there's a typo because I couldn't immediately find this line in the code. I have attached the output of tbprofiler as well as the offending command run from the command line, outside of tb-profiler.
I have removed one of the two pipes from the command and it ran successfully, but I haven't been able to integrate that into tb-profiler.
tbprofiler.log.txt
The text was updated successfully, but these errors were encountered: